@tsonic/efcore 10.0.12 → 10.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +0 -500
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +22 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +0 -480
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +16 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +981 -2411
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -70
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +0 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +2 -22
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +0 -528
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +14 -18
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +900 -1800
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +6 -46
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +0 -260
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +0 -13
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +9011 -16771
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1 -376
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +7901 -14241
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +361 -47
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +350 -2250
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +51 -91
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +44938 -86844
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +15 -2065
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +5234 -20354
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +0 -756
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +0 -40
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +3 -183
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +3 -4
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +0 -160
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +2 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +14 -794
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +26 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1610 -5810
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +0 -210
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +129 -309
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +2 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +12 -52
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -3
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +26 -1406
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +10 -0
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +0 -86
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +0 -4
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +0 -512
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +0 -18
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +6 -272
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +10 -13
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +0 -660
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +32 -33
- package/README.md +119 -2
- package/package.json +4 -4
|
@@ -1981,95 +1981,119 @@
|
|
|
1981
1981
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
1982
1982
|
"isExtensionMethod": false,
|
|
1983
1983
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
1984
|
-
}
|
|
1984
|
+
}
|
|
1985
|
+
],
|
|
1986
|
+
"properties": [],
|
|
1987
|
+
"fields": [],
|
|
1988
|
+
"events": [],
|
|
1989
|
+
"constructors": [
|
|
1985
1990
|
{
|
|
1986
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1990
|
-
"normalizedSignature": "AddAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
1991
|
-
"emitScope": "ClassSurface",
|
|
1992
|
-
"provenance": "BaseOverload",
|
|
1993
|
-
"arity": 0,
|
|
1994
|
-
"parameterCount": 2,
|
|
1991
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable::.ctor():void",
|
|
1992
|
+
"metadataToken": 100672884,
|
|
1993
|
+
"canonicalSignature": "():void",
|
|
1994
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1995
1995
|
"isStatic": false,
|
|
1996
|
-
"
|
|
1997
|
-
"isVirtual": true,
|
|
1998
|
-
"isOverride": false,
|
|
1999
|
-
"isSealed": false,
|
|
1996
|
+
"parameterCount": 0,
|
|
2000
1997
|
"visibility": "Public",
|
|
2001
1998
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
|
|
2002
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2003
|
-
|
|
1999
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2000
|
+
}
|
|
2001
|
+
]
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2005
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2006
|
+
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
2007
|
+
"metadataToken": 0,
|
|
2008
|
+
"kind": "Class",
|
|
2009
|
+
"accessibility": "Public",
|
|
2010
|
+
"isAbstract": false,
|
|
2011
|
+
"isSealed": false,
|
|
2012
|
+
"isStatic": false,
|
|
2013
|
+
"arity": 0,
|
|
2014
|
+
"baseType": {
|
|
2015
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2016
|
+
"clrName": "System.Object"
|
|
2017
|
+
},
|
|
2018
|
+
"interfaces": [
|
|
2019
|
+
{
|
|
2020
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
2021
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
2004
2022
|
},
|
|
2005
2023
|
{
|
|
2006
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2007
|
-
"clrName": "
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2024
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
2025
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
2026
|
+
}
|
|
2027
|
+
],
|
|
2028
|
+
"methods": [
|
|
2029
|
+
{
|
|
2030
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::EnsureReadOnly():System.Void",
|
|
2031
|
+
"clrName": "EnsureReadOnly",
|
|
2032
|
+
"metadataToken": 100672886,
|
|
2033
|
+
"canonicalSignature": "():System.Void",
|
|
2034
|
+
"normalizedSignature": "EnsureReadOnly|():System.Void|static=false",
|
|
2011
2035
|
"emitScope": "ClassSurface",
|
|
2012
|
-
"provenance": "
|
|
2036
|
+
"provenance": "Original",
|
|
2013
2037
|
"arity": 0,
|
|
2014
|
-
"parameterCount":
|
|
2038
|
+
"parameterCount": 0,
|
|
2015
2039
|
"isStatic": false,
|
|
2016
2040
|
"isAbstract": false,
|
|
2017
2041
|
"isVirtual": true,
|
|
2018
2042
|
"isOverride": false,
|
|
2019
2043
|
"isSealed": false,
|
|
2020
2044
|
"visibility": "Protected",
|
|
2021
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2045
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2022
2046
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2023
2047
|
"isExtensionMethod": false
|
|
2024
2048
|
},
|
|
2025
2049
|
{
|
|
2026
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2027
|
-
"clrName": "
|
|
2028
|
-
"metadataToken":
|
|
2029
|
-
"canonicalSignature": "(
|
|
2030
|
-
"normalizedSignature": "
|
|
2050
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::EnsureMutable():System.Void",
|
|
2051
|
+
"clrName": "EnsureMutable",
|
|
2052
|
+
"metadataToken": 100672887,
|
|
2053
|
+
"canonicalSignature": "():System.Void",
|
|
2054
|
+
"normalizedSignature": "EnsureMutable|():System.Void|static=false",
|
|
2031
2055
|
"emitScope": "ClassSurface",
|
|
2032
|
-
"provenance": "
|
|
2056
|
+
"provenance": "Original",
|
|
2033
2057
|
"arity": 0,
|
|
2034
|
-
"parameterCount":
|
|
2058
|
+
"parameterCount": 0,
|
|
2035
2059
|
"isStatic": false,
|
|
2036
2060
|
"isAbstract": false,
|
|
2037
2061
|
"isVirtual": true,
|
|
2038
2062
|
"isOverride": false,
|
|
2039
2063
|
"isSealed": false,
|
|
2040
|
-
"visibility": "
|
|
2041
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2064
|
+
"visibility": "Protected",
|
|
2065
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2042
2066
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2043
2067
|
"isExtensionMethod": false
|
|
2044
2068
|
},
|
|
2045
2069
|
{
|
|
2046
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2047
|
-
"clrName": "
|
|
2048
|
-
"metadataToken":
|
|
2049
|
-
"canonicalSignature": "(System.Collections.Generic.
|
|
2050
|
-
"normalizedSignature": "
|
|
2070
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::GetAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2071
|
+
"clrName": "GetAnnotations",
|
|
2072
|
+
"metadataToken": 100672888,
|
|
2073
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2074
|
+
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2051
2075
|
"emitScope": "ClassSurface",
|
|
2052
|
-
"provenance": "
|
|
2076
|
+
"provenance": "Original",
|
|
2053
2077
|
"arity": 0,
|
|
2054
|
-
"parameterCount":
|
|
2078
|
+
"parameterCount": 0,
|
|
2055
2079
|
"isStatic": false,
|
|
2056
2080
|
"isAbstract": false,
|
|
2057
2081
|
"isVirtual": true,
|
|
2058
2082
|
"isOverride": false,
|
|
2059
2083
|
"isSealed": false,
|
|
2060
2084
|
"visibility": "Public",
|
|
2061
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2085
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2062
2086
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2063
2087
|
"isExtensionMethod": false
|
|
2064
2088
|
},
|
|
2065
2089
|
{
|
|
2066
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2067
|
-
"clrName": "
|
|
2068
|
-
"metadataToken":
|
|
2090
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2091
|
+
"clrName": "AddAnnotation",
|
|
2092
|
+
"metadataToken": 100672889,
|
|
2069
2093
|
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2070
|
-
"normalizedSignature": "
|
|
2094
|
+
"normalizedSignature": "AddAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2071
2095
|
"emitScope": "ClassSurface",
|
|
2072
|
-
"provenance": "
|
|
2096
|
+
"provenance": "Original",
|
|
2073
2097
|
"arity": 0,
|
|
2074
2098
|
"parameterCount": 2,
|
|
2075
2099
|
"isStatic": false,
|
|
@@ -2078,18 +2102,18 @@
|
|
|
2078
2102
|
"isOverride": false,
|
|
2079
2103
|
"isSealed": false,
|
|
2080
2104
|
"visibility": "Public",
|
|
2081
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2105
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2082
2106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2083
2107
|
"isExtensionMethod": false
|
|
2084
2108
|
},
|
|
2085
2109
|
{
|
|
2086
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2087
|
-
"clrName": "
|
|
2088
|
-
"metadataToken":
|
|
2110
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2111
|
+
"clrName": "AddAnnotation",
|
|
2112
|
+
"metadataToken": 100672890,
|
|
2089
2113
|
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2090
|
-
"normalizedSignature": "
|
|
2114
|
+
"normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2091
2115
|
"emitScope": "ClassSurface",
|
|
2092
|
-
"provenance": "
|
|
2116
|
+
"provenance": "Original",
|
|
2093
2117
|
"arity": 0,
|
|
2094
2118
|
"parameterCount": 2,
|
|
2095
2119
|
"isStatic": false,
|
|
@@ -2098,38 +2122,38 @@
|
|
|
2098
2122
|
"isOverride": false,
|
|
2099
2123
|
"isSealed": false,
|
|
2100
2124
|
"visibility": "Protected",
|
|
2101
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2125
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2102
2126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2103
2127
|
"isExtensionMethod": false
|
|
2104
2128
|
},
|
|
2105
2129
|
{
|
|
2106
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2107
|
-
"clrName": "
|
|
2108
|
-
"metadataToken":
|
|
2109
|
-
"canonicalSignature": "(System.
|
|
2110
|
-
"normalizedSignature": "
|
|
2130
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddAnnotations(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2131
|
+
"clrName": "AddAnnotations",
|
|
2132
|
+
"metadataToken": 100672891,
|
|
2133
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2134
|
+
"normalizedSignature": "AddAnnotations|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2111
2135
|
"emitScope": "ClassSurface",
|
|
2112
|
-
"provenance": "
|
|
2136
|
+
"provenance": "Original",
|
|
2113
2137
|
"arity": 0,
|
|
2114
|
-
"parameterCount":
|
|
2138
|
+
"parameterCount": 1,
|
|
2115
2139
|
"isStatic": false,
|
|
2116
2140
|
"isAbstract": false,
|
|
2117
2141
|
"isVirtual": true,
|
|
2118
2142
|
"isOverride": false,
|
|
2119
2143
|
"isSealed": false,
|
|
2120
2144
|
"visibility": "Public",
|
|
2121
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2145
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2122
2146
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2123
2147
|
"isExtensionMethod": false
|
|
2124
2148
|
},
|
|
2125
2149
|
{
|
|
2126
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2127
|
-
"clrName": "
|
|
2128
|
-
"metadataToken":
|
|
2129
|
-
"canonicalSignature": "(System.
|
|
2130
|
-
"normalizedSignature": "
|
|
2150
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddAnnotations(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2151
|
+
"clrName": "AddAnnotations",
|
|
2152
|
+
"metadataToken": 100672893,
|
|
2153
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2154
|
+
"normalizedSignature": "AddAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
2131
2155
|
"emitScope": "ClassSurface",
|
|
2132
|
-
"provenance": "
|
|
2156
|
+
"provenance": "Original",
|
|
2133
2157
|
"arity": 0,
|
|
2134
2158
|
"parameterCount": 1,
|
|
2135
2159
|
"isStatic": false,
|
|
@@ -2138,78 +2162,78 @@
|
|
|
2138
2162
|
"isOverride": false,
|
|
2139
2163
|
"isSealed": false,
|
|
2140
2164
|
"visibility": "Public",
|
|
2141
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2165
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2142
2166
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2143
2167
|
"isExtensionMethod": false
|
|
2144
2168
|
},
|
|
2145
2169
|
{
|
|
2146
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2147
|
-
"clrName": "
|
|
2148
|
-
"metadataToken":
|
|
2149
|
-
"canonicalSignature": "(System.String):
|
|
2150
|
-
"normalizedSignature": "
|
|
2170
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::SetAnnotation(System.String,System.Object):System.Void",
|
|
2171
|
+
"clrName": "SetAnnotation",
|
|
2172
|
+
"metadataToken": 100672894,
|
|
2173
|
+
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
2174
|
+
"normalizedSignature": "SetAnnotation|(System.String,System.Object):System.Void|static=false",
|
|
2151
2175
|
"emitScope": "ClassSurface",
|
|
2152
|
-
"provenance": "
|
|
2176
|
+
"provenance": "Original",
|
|
2153
2177
|
"arity": 0,
|
|
2154
|
-
"parameterCount":
|
|
2178
|
+
"parameterCount": 2,
|
|
2155
2179
|
"isStatic": false,
|
|
2156
2180
|
"isAbstract": false,
|
|
2157
2181
|
"isVirtual": true,
|
|
2158
2182
|
"isOverride": false,
|
|
2159
2183
|
"isSealed": false,
|
|
2160
2184
|
"visibility": "Public",
|
|
2161
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2185
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2162
2186
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2163
2187
|
"isExtensionMethod": false
|
|
2164
2188
|
},
|
|
2165
2189
|
{
|
|
2166
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2167
|
-
"clrName": "
|
|
2168
|
-
"metadataToken":
|
|
2169
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2170
|
-
"normalizedSignature": "
|
|
2190
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2191
|
+
"clrName": "SetAnnotation",
|
|
2192
|
+
"metadataToken": 100672895,
|
|
2193
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2194
|
+
"normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2171
2195
|
"emitScope": "ClassSurface",
|
|
2172
|
-
"provenance": "
|
|
2196
|
+
"provenance": "Original",
|
|
2173
2197
|
"arity": 0,
|
|
2174
|
-
"parameterCount":
|
|
2198
|
+
"parameterCount": 3,
|
|
2175
2199
|
"isStatic": false,
|
|
2176
2200
|
"isAbstract": false,
|
|
2177
2201
|
"isVirtual": true,
|
|
2178
2202
|
"isOverride": false,
|
|
2179
2203
|
"isSealed": false,
|
|
2180
|
-
"visibility": "
|
|
2181
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2204
|
+
"visibility": "Protected",
|
|
2205
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2182
2206
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2183
2207
|
"isExtensionMethod": false
|
|
2184
2208
|
},
|
|
2185
2209
|
{
|
|
2186
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2187
|
-
"clrName": "
|
|
2188
|
-
"metadataToken":
|
|
2189
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2190
|
-
"normalizedSignature": "
|
|
2210
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::OnAnnotationSet(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2211
|
+
"clrName": "OnAnnotationSet",
|
|
2212
|
+
"metadataToken": 100672896,
|
|
2213
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2214
|
+
"normalizedSignature": "OnAnnotationSet|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2191
2215
|
"emitScope": "ClassSurface",
|
|
2192
|
-
"provenance": "
|
|
2216
|
+
"provenance": "Original",
|
|
2193
2217
|
"arity": 0,
|
|
2194
|
-
"parameterCount":
|
|
2218
|
+
"parameterCount": 3,
|
|
2195
2219
|
"isStatic": false,
|
|
2196
2220
|
"isAbstract": false,
|
|
2197
2221
|
"isVirtual": true,
|
|
2198
2222
|
"isOverride": false,
|
|
2199
2223
|
"isSealed": false,
|
|
2200
|
-
"visibility": "
|
|
2201
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2224
|
+
"visibility": "Protected",
|
|
2225
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2202
2226
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2203
2227
|
"isExtensionMethod": false
|
|
2204
2228
|
},
|
|
2205
2229
|
{
|
|
2206
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2207
|
-
"clrName": "
|
|
2208
|
-
"metadataToken":
|
|
2209
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2210
|
-
"normalizedSignature": "
|
|
2230
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2231
|
+
"clrName": "FindAnnotation",
|
|
2232
|
+
"metadataToken": 100672897,
|
|
2233
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2234
|
+
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2211
2235
|
"emitScope": "ClassSurface",
|
|
2212
|
-
"provenance": "
|
|
2236
|
+
"provenance": "Original",
|
|
2213
2237
|
"arity": 0,
|
|
2214
2238
|
"parameterCount": 1,
|
|
2215
2239
|
"isStatic": false,
|
|
@@ -2218,18 +2242,18 @@
|
|
|
2218
2242
|
"isOverride": false,
|
|
2219
2243
|
"isSealed": false,
|
|
2220
2244
|
"visibility": "Public",
|
|
2221
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2245
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2222
2246
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2223
2247
|
"isExtensionMethod": false
|
|
2224
2248
|
},
|
|
2225
2249
|
{
|
|
2226
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2227
|
-
"clrName": "
|
|
2228
|
-
"metadataToken":
|
|
2229
|
-
"canonicalSignature": "(System.String):
|
|
2230
|
-
"normalizedSignature": "
|
|
2250
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::GetAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2251
|
+
"clrName": "GetAnnotation",
|
|
2252
|
+
"metadataToken": 100672898,
|
|
2253
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2254
|
+
"normalizedSignature": "GetAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2231
2255
|
"emitScope": "ClassSurface",
|
|
2232
|
-
"provenance": "
|
|
2256
|
+
"provenance": "Original",
|
|
2233
2257
|
"arity": 0,
|
|
2234
2258
|
"parameterCount": 1,
|
|
2235
2259
|
"isStatic": false,
|
|
@@ -2238,98 +2262,78 @@
|
|
|
2238
2262
|
"isOverride": false,
|
|
2239
2263
|
"isSealed": false,
|
|
2240
2264
|
"visibility": "Public",
|
|
2241
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2265
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2242
2266
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2243
2267
|
"isExtensionMethod": false
|
|
2244
2268
|
},
|
|
2245
2269
|
{
|
|
2246
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2247
|
-
"clrName": "
|
|
2248
|
-
"metadataToken":
|
|
2249
|
-
"canonicalSignature": "():
|
|
2250
|
-
"normalizedSignature": "
|
|
2270
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::RemoveAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2271
|
+
"clrName": "RemoveAnnotation",
|
|
2272
|
+
"metadataToken": 100672900,
|
|
2273
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2274
|
+
"normalizedSignature": "RemoveAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2251
2275
|
"emitScope": "ClassSurface",
|
|
2252
|
-
"provenance": "
|
|
2276
|
+
"provenance": "Original",
|
|
2253
2277
|
"arity": 0,
|
|
2254
|
-
"parameterCount":
|
|
2278
|
+
"parameterCount": 1,
|
|
2255
2279
|
"isStatic": false,
|
|
2256
2280
|
"isAbstract": false,
|
|
2257
2281
|
"isVirtual": true,
|
|
2258
2282
|
"isOverride": false,
|
|
2259
2283
|
"isSealed": false,
|
|
2260
2284
|
"visibility": "Public",
|
|
2261
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2285
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2262
2286
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2263
2287
|
"isExtensionMethod": false
|
|
2264
2288
|
},
|
|
2265
2289
|
{
|
|
2266
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2267
|
-
"clrName": "
|
|
2268
|
-
"metadataToken":
|
|
2269
|
-
"canonicalSignature": "(System.String,System.
|
|
2270
|
-
"normalizedSignature": "
|
|
2290
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::CreateAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2291
|
+
"clrName": "CreateAnnotation",
|
|
2292
|
+
"metadataToken": 100672903,
|
|
2293
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2294
|
+
"normalizedSignature": "CreateAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2271
2295
|
"emitScope": "ClassSurface",
|
|
2272
|
-
"provenance": "
|
|
2273
|
-
"arity":
|
|
2274
|
-
"parameterCount":
|
|
2296
|
+
"provenance": "Original",
|
|
2297
|
+
"arity": 0,
|
|
2298
|
+
"parameterCount": 2,
|
|
2275
2299
|
"isStatic": false,
|
|
2276
2300
|
"isAbstract": false,
|
|
2277
2301
|
"isVirtual": true,
|
|
2278
2302
|
"isOverride": false,
|
|
2279
2303
|
"isSealed": false,
|
|
2280
|
-
"visibility": "
|
|
2281
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2304
|
+
"visibility": "Protected",
|
|
2305
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2282
2306
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2283
2307
|
"isExtensionMethod": false
|
|
2284
2308
|
},
|
|
2285
2309
|
{
|
|
2286
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2310
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::GetRuntimeAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2287
2311
|
"clrName": "GetRuntimeAnnotations",
|
|
2288
|
-
"metadataToken":
|
|
2289
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
|
|
2290
|
-
"normalizedSignature": "GetRuntimeAnnotations|():System.Collections.Generic.IEnumerable_1|static=false",
|
|
2291
|
-
"emitScope": "ClassSurface",
|
|
2292
|
-
"provenance": "BaseOverload",
|
|
2293
|
-
"arity": 0,
|
|
2294
|
-
"parameterCount": 0,
|
|
2295
|
-
"isStatic": false,
|
|
2296
|
-
"isAbstract": false,
|
|
2297
|
-
"isVirtual": true,
|
|
2298
|
-
"isOverride": false,
|
|
2299
|
-
"isSealed": false,
|
|
2300
|
-
"visibility": "Public",
|
|
2301
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
|
|
2302
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2303
|
-
"isExtensionMethod": false
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable::RemoveAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2307
|
-
"clrName": "RemoveAnnotation",
|
|
2308
|
-
"metadataToken": 0,
|
|
2309
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2310
|
-
"normalizedSignature": "RemoveAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2312
|
+
"metadataToken": 100672904,
|
|
2313
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2314
|
+
"normalizedSignature": "GetRuntimeAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2311
2315
|
"emitScope": "ClassSurface",
|
|
2312
|
-
"provenance": "
|
|
2316
|
+
"provenance": "Original",
|
|
2313
2317
|
"arity": 0,
|
|
2314
|
-
"parameterCount":
|
|
2318
|
+
"parameterCount": 0,
|
|
2315
2319
|
"isStatic": false,
|
|
2316
2320
|
"isAbstract": false,
|
|
2317
2321
|
"isVirtual": true,
|
|
2318
2322
|
"isOverride": false,
|
|
2319
2323
|
"isSealed": false,
|
|
2320
2324
|
"visibility": "Public",
|
|
2321
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2325
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2322
2326
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2323
2327
|
"isExtensionMethod": false
|
|
2324
2328
|
},
|
|
2325
2329
|
{
|
|
2326
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2327
|
-
"clrName": "
|
|
2328
|
-
"metadataToken":
|
|
2329
|
-
"canonicalSignature": "(System.String,System.Object):
|
|
2330
|
-
"normalizedSignature": "
|
|
2330
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddRuntimeAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2331
|
+
"clrName": "AddRuntimeAnnotation",
|
|
2332
|
+
"metadataToken": 100672905,
|
|
2333
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2334
|
+
"normalizedSignature": "AddRuntimeAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2331
2335
|
"emitScope": "ClassSurface",
|
|
2332
|
-
"provenance": "
|
|
2336
|
+
"provenance": "Original",
|
|
2333
2337
|
"arity": 0,
|
|
2334
2338
|
"parameterCount": 2,
|
|
2335
2339
|
"isStatic": false,
|
|
@@ -2338,84 +2342,20 @@
|
|
|
2338
2342
|
"isOverride": false,
|
|
2339
2343
|
"isSealed": false,
|
|
2340
2344
|
"visibility": "Public",
|
|
2341
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2342
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2343
|
-
"isExtensionMethod": false
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable::SetAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2347
|
-
"clrName": "SetAnnotation",
|
|
2348
|
-
"metadataToken": 0,
|
|
2349
|
-
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2350
|
-
"normalizedSignature": "SetAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2351
|
-
"emitScope": "ClassSurface",
|
|
2352
|
-
"provenance": "BaseOverload",
|
|
2353
|
-
"arity": 0,
|
|
2354
|
-
"parameterCount": 3,
|
|
2355
|
-
"isStatic": false,
|
|
2356
|
-
"isAbstract": false,
|
|
2357
|
-
"isVirtual": true,
|
|
2358
|
-
"isOverride": false,
|
|
2359
|
-
"isSealed": false,
|
|
2360
|
-
"visibility": "Protected",
|
|
2361
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
|
|
2345
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2362
2346
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2363
2347
|
"isExtensionMethod": false
|
|
2364
|
-
}
|
|
2365
|
-
],
|
|
2366
|
-
"properties": [],
|
|
2367
|
-
"fields": [],
|
|
2368
|
-
"events": [],
|
|
2369
|
-
"constructors": [
|
|
2370
|
-
{
|
|
2371
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable::.ctor():void",
|
|
2372
|
-
"metadataToken": 100672884,
|
|
2373
|
-
"canonicalSignature": "():void",
|
|
2374
|
-
"normalizedSignature": "constructor|():void|static=false",
|
|
2375
|
-
"isStatic": false,
|
|
2376
|
-
"parameterCount": 0,
|
|
2377
|
-
"visibility": "Public",
|
|
2378
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
|
|
2379
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2380
|
-
}
|
|
2381
|
-
]
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2385
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2386
|
-
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
2387
|
-
"metadataToken": 0,
|
|
2388
|
-
"kind": "Class",
|
|
2389
|
-
"accessibility": "Public",
|
|
2390
|
-
"isAbstract": false,
|
|
2391
|
-
"isSealed": false,
|
|
2392
|
-
"isStatic": false,
|
|
2393
|
-
"arity": 0,
|
|
2394
|
-
"baseType": {
|
|
2395
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
2396
|
-
"clrName": "System.Object"
|
|
2397
|
-
},
|
|
2398
|
-
"interfaces": [
|
|
2399
|
-
{
|
|
2400
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
2401
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
2402
2348
|
},
|
|
2403
2349
|
{
|
|
2404
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2405
|
-
"clrName": "
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
{
|
|
2410
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::EnsureReadOnly():System.Void",
|
|
2411
|
-
"clrName": "EnsureReadOnly",
|
|
2412
|
-
"metadataToken": 100672886,
|
|
2413
|
-
"canonicalSignature": "():System.Void",
|
|
2414
|
-
"normalizedSignature": "EnsureReadOnly|():System.Void|static=false",
|
|
2350
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2351
|
+
"clrName": "AddRuntimeAnnotation",
|
|
2352
|
+
"metadataToken": 100672906,
|
|
2353
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2354
|
+
"normalizedSignature": "AddRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2415
2355
|
"emitScope": "ClassSurface",
|
|
2416
2356
|
"provenance": "Original",
|
|
2417
2357
|
"arity": 0,
|
|
2418
|
-
"parameterCount":
|
|
2358
|
+
"parameterCount": 2,
|
|
2419
2359
|
"isStatic": false,
|
|
2420
2360
|
"isAbstract": false,
|
|
2421
2361
|
"isVirtual": true,
|
|
@@ -2427,35 +2367,35 @@
|
|
|
2427
2367
|
"isExtensionMethod": false
|
|
2428
2368
|
},
|
|
2429
2369
|
{
|
|
2430
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2431
|
-
"clrName": "
|
|
2432
|
-
"metadataToken":
|
|
2433
|
-
"canonicalSignature": "():System.Void",
|
|
2434
|
-
"normalizedSignature": "
|
|
2370
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddRuntimeAnnotations(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2371
|
+
"clrName": "AddRuntimeAnnotations",
|
|
2372
|
+
"metadataToken": 100672907,
|
|
2373
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
2374
|
+
"normalizedSignature": "AddRuntimeAnnotations|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
2435
2375
|
"emitScope": "ClassSurface",
|
|
2436
2376
|
"provenance": "Original",
|
|
2437
2377
|
"arity": 0,
|
|
2438
|
-
"parameterCount":
|
|
2378
|
+
"parameterCount": 1,
|
|
2439
2379
|
"isStatic": false,
|
|
2440
2380
|
"isAbstract": false,
|
|
2441
2381
|
"isVirtual": true,
|
|
2442
2382
|
"isOverride": false,
|
|
2443
2383
|
"isSealed": false,
|
|
2444
|
-
"visibility": "
|
|
2384
|
+
"visibility": "Public",
|
|
2445
2385
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2446
2386
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2447
2387
|
"isExtensionMethod": false
|
|
2448
2388
|
},
|
|
2449
2389
|
{
|
|
2450
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2451
|
-
"clrName": "
|
|
2452
|
-
"metadataToken":
|
|
2453
|
-
"canonicalSignature": "(
|
|
2454
|
-
"normalizedSignature": "
|
|
2390
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::AddRuntimeAnnotations(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2391
|
+
"clrName": "AddRuntimeAnnotations",
|
|
2392
|
+
"metadataToken": 100672908,
|
|
2393
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
2394
|
+
"normalizedSignature": "AddRuntimeAnnotations|(System.Collections.Generic.IReadOnlyDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
2455
2395
|
"emitScope": "ClassSurface",
|
|
2456
2396
|
"provenance": "Original",
|
|
2457
2397
|
"arity": 0,
|
|
2458
|
-
"parameterCount":
|
|
2398
|
+
"parameterCount": 1,
|
|
2459
2399
|
"isStatic": false,
|
|
2460
2400
|
"isAbstract": false,
|
|
2461
2401
|
"isVirtual": true,
|
|
@@ -2467,11 +2407,11 @@
|
|
|
2467
2407
|
"isExtensionMethod": false
|
|
2468
2408
|
},
|
|
2469
2409
|
{
|
|
2470
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2471
|
-
"clrName": "
|
|
2472
|
-
"metadataToken":
|
|
2410
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::SetRuntimeAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2411
|
+
"clrName": "SetRuntimeAnnotation",
|
|
2412
|
+
"metadataToken": 100672909,
|
|
2473
2413
|
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2474
|
-
"normalizedSignature": "
|
|
2414
|
+
"normalizedSignature": "SetRuntimeAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2475
2415
|
"emitScope": "ClassSurface",
|
|
2476
2416
|
"provenance": "Original",
|
|
2477
2417
|
"arity": 0,
|
|
@@ -2487,15 +2427,15 @@
|
|
|
2487
2427
|
"isExtensionMethod": false
|
|
2488
2428
|
},
|
|
2489
2429
|
{
|
|
2490
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2491
|
-
"clrName": "
|
|
2492
|
-
"metadataToken":
|
|
2493
|
-
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2494
|
-
"normalizedSignature": "
|
|
2430
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::SetRuntimeAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2431
|
+
"clrName": "SetRuntimeAnnotation",
|
|
2432
|
+
"metadataToken": 100672910,
|
|
2433
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2434
|
+
"normalizedSignature": "SetRuntimeAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2495
2435
|
"emitScope": "ClassSurface",
|
|
2496
2436
|
"provenance": "Original",
|
|
2497
2437
|
"arity": 0,
|
|
2498
|
-
"parameterCount":
|
|
2438
|
+
"parameterCount": 3,
|
|
2499
2439
|
"isStatic": false,
|
|
2500
2440
|
"isAbstract": false,
|
|
2501
2441
|
"isVirtual": true,
|
|
@@ -2507,15 +2447,15 @@
|
|
|
2507
2447
|
"isExtensionMethod": false
|
|
2508
2448
|
},
|
|
2509
2449
|
{
|
|
2510
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2511
|
-
"clrName": "
|
|
2512
|
-
"metadataToken":
|
|
2513
|
-
"canonicalSignature": "(System.
|
|
2514
|
-
"normalizedSignature": "
|
|
2450
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::GetOrAddRuntimeAnnotationValue(System.String,Func_2,TArg):TValue",
|
|
2451
|
+
"clrName": "GetOrAddRuntimeAnnotationValue",
|
|
2452
|
+
"metadataToken": 100672911,
|
|
2453
|
+
"canonicalSignature": "(System.String,Func_2,TArg):TValue",
|
|
2454
|
+
"normalizedSignature": "GetOrAddRuntimeAnnotationValue|(System.String,Func_2,TArg):TValue|static=false",
|
|
2515
2455
|
"emitScope": "ClassSurface",
|
|
2516
2456
|
"provenance": "Original",
|
|
2517
|
-
"arity":
|
|
2518
|
-
"parameterCount":
|
|
2457
|
+
"arity": 2,
|
|
2458
|
+
"parameterCount": 3,
|
|
2519
2459
|
"isStatic": false,
|
|
2520
2460
|
"isAbstract": false,
|
|
2521
2461
|
"isVirtual": true,
|
|
@@ -2527,11 +2467,11 @@
|
|
|
2527
2467
|
"isExtensionMethod": false
|
|
2528
2468
|
},
|
|
2529
2469
|
{
|
|
2530
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2531
|
-
"clrName": "
|
|
2532
|
-
"metadataToken":
|
|
2533
|
-
"canonicalSignature": "(System.
|
|
2534
|
-
"normalizedSignature": "
|
|
2470
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::FindRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2471
|
+
"clrName": "FindRuntimeAnnotation",
|
|
2472
|
+
"metadataToken": 100672912,
|
|
2473
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2474
|
+
"normalizedSignature": "FindRuntimeAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2535
2475
|
"emitScope": "ClassSurface",
|
|
2536
2476
|
"provenance": "Original",
|
|
2537
2477
|
"arity": 0,
|
|
@@ -2547,15 +2487,15 @@
|
|
|
2547
2487
|
"isExtensionMethod": false
|
|
2548
2488
|
},
|
|
2549
2489
|
{
|
|
2550
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2551
|
-
"clrName": "
|
|
2552
|
-
"metadataToken":
|
|
2553
|
-
"canonicalSignature": "(System.String
|
|
2554
|
-
"normalizedSignature": "
|
|
2490
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::RemoveRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2491
|
+
"clrName": "RemoveRuntimeAnnotation",
|
|
2492
|
+
"metadataToken": 100672913,
|
|
2493
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2494
|
+
"normalizedSignature": "RemoveRuntimeAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2555
2495
|
"emitScope": "ClassSurface",
|
|
2556
2496
|
"provenance": "Original",
|
|
2557
2497
|
"arity": 0,
|
|
2558
|
-
"parameterCount":
|
|
2498
|
+
"parameterCount": 1,
|
|
2559
2499
|
"isStatic": false,
|
|
2560
2500
|
"isAbstract": false,
|
|
2561
2501
|
"isVirtual": true,
|
|
@@ -2567,15 +2507,15 @@
|
|
|
2567
2507
|
"isExtensionMethod": false
|
|
2568
2508
|
},
|
|
2569
2509
|
{
|
|
2570
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2571
|
-
"clrName": "
|
|
2572
|
-
"metadataToken":
|
|
2573
|
-
"canonicalSignature": "(System.String,
|
|
2574
|
-
"normalizedSignature": "
|
|
2510
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::CreateRuntimeAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2511
|
+
"clrName": "CreateRuntimeAnnotation",
|
|
2512
|
+
"metadataToken": 100672914,
|
|
2513
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
2514
|
+
"normalizedSignature": "CreateRuntimeAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
2575
2515
|
"emitScope": "ClassSurface",
|
|
2576
2516
|
"provenance": "Original",
|
|
2577
2517
|
"arity": 0,
|
|
2578
|
-
"parameterCount":
|
|
2518
|
+
"parameterCount": 2,
|
|
2579
2519
|
"isStatic": false,
|
|
2580
2520
|
"isAbstract": false,
|
|
2581
2521
|
"isVirtual": true,
|
|
@@ -2587,33 +2527,34 @@
|
|
|
2587
2527
|
"isExtensionMethod": false
|
|
2588
2528
|
},
|
|
2589
2529
|
{
|
|
2590
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2591
|
-
"clrName": "
|
|
2592
|
-
"metadataToken":
|
|
2593
|
-
"canonicalSignature": "(System.String
|
|
2594
|
-
"normalizedSignature": "
|
|
2595
|
-
"emitScope": "
|
|
2596
|
-
"provenance": "
|
|
2530
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
2531
|
+
"clrName": "FindRuntimeAnnotation",
|
|
2532
|
+
"metadataToken": 100673140,
|
|
2533
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
2534
|
+
"normalizedSignature": "FindRuntimeAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
2535
|
+
"emitScope": "ViewOnly",
|
|
2536
|
+
"provenance": "ExplicitView",
|
|
2597
2537
|
"arity": 0,
|
|
2598
|
-
"parameterCount":
|
|
2538
|
+
"parameterCount": 1,
|
|
2599
2539
|
"isStatic": false,
|
|
2600
2540
|
"isAbstract": false,
|
|
2601
2541
|
"isVirtual": true,
|
|
2602
2542
|
"isOverride": false,
|
|
2603
2543
|
"isSealed": false,
|
|
2604
|
-
"visibility": "
|
|
2605
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2544
|
+
"visibility": "Public",
|
|
2545
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
2606
2546
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2607
|
-
"isExtensionMethod": false
|
|
2547
|
+
"isExtensionMethod": false,
|
|
2548
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
2608
2549
|
},
|
|
2609
2550
|
{
|
|
2610
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2611
|
-
"clrName": "
|
|
2612
|
-
"metadataToken":
|
|
2613
|
-
"canonicalSignature": "(System.String):
|
|
2614
|
-
"normalizedSignature": "
|
|
2615
|
-
"emitScope": "
|
|
2616
|
-
"provenance": "
|
|
2551
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotationValue(System.String):System.Object",
|
|
2552
|
+
"clrName": "FindRuntimeAnnotationValue",
|
|
2553
|
+
"metadataToken": 100673141,
|
|
2554
|
+
"canonicalSignature": "(System.String):System.Object",
|
|
2555
|
+
"normalizedSignature": "FindRuntimeAnnotationValue|(System.String):System.Object|static=false",
|
|
2556
|
+
"emitScope": "ViewOnly",
|
|
2557
|
+
"provenance": "ExplicitView",
|
|
2617
2558
|
"arity": 0,
|
|
2618
2559
|
"parameterCount": 1,
|
|
2619
2560
|
"isStatic": false,
|
|
@@ -2622,196 +2563,246 @@
|
|
|
2622
2563
|
"isOverride": false,
|
|
2623
2564
|
"isSealed": false,
|
|
2624
2565
|
"visibility": "Public",
|
|
2625
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2566
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
2626
2567
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2627
|
-
"isExtensionMethod": false
|
|
2568
|
+
"isExtensionMethod": false,
|
|
2569
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
2628
2570
|
},
|
|
2629
2571
|
{
|
|
2630
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2631
|
-
"clrName": "
|
|
2632
|
-
"metadataToken":
|
|
2633
|
-
"canonicalSignature": "(System.
|
|
2634
|
-
"normalizedSignature": "
|
|
2635
|
-
"emitScope": "
|
|
2636
|
-
"provenance": "
|
|
2572
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::GetRuntimeAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2573
|
+
"clrName": "GetRuntimeAnnotations",
|
|
2574
|
+
"metadataToken": 100673142,
|
|
2575
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2576
|
+
"normalizedSignature": "GetRuntimeAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2577
|
+
"emitScope": "ViewOnly",
|
|
2578
|
+
"provenance": "ExplicitView",
|
|
2637
2579
|
"arity": 0,
|
|
2638
|
-
"parameterCount":
|
|
2580
|
+
"parameterCount": 0,
|
|
2639
2581
|
"isStatic": false,
|
|
2640
2582
|
"isAbstract": false,
|
|
2641
2583
|
"isVirtual": true,
|
|
2642
2584
|
"isOverride": false,
|
|
2643
2585
|
"isSealed": false,
|
|
2644
2586
|
"visibility": "Public",
|
|
2645
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2587
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
2646
2588
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2647
|
-
"isExtensionMethod": false
|
|
2589
|
+
"isExtensionMethod": false,
|
|
2590
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
2648
2591
|
},
|
|
2649
2592
|
{
|
|
2650
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2651
|
-
"clrName": "
|
|
2652
|
-
"metadataToken":
|
|
2653
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2654
|
-
"normalizedSignature": "
|
|
2655
|
-
"emitScope": "
|
|
2656
|
-
"provenance": "
|
|
2593
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::AddRuntimeAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
2594
|
+
"clrName": "AddRuntimeAnnotation",
|
|
2595
|
+
"metadataToken": 100673143,
|
|
2596
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
2597
|
+
"normalizedSignature": "AddRuntimeAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
2598
|
+
"emitScope": "ViewOnly",
|
|
2599
|
+
"provenance": "ExplicitView",
|
|
2657
2600
|
"arity": 0,
|
|
2658
|
-
"parameterCount":
|
|
2601
|
+
"parameterCount": 2,
|
|
2659
2602
|
"isStatic": false,
|
|
2660
2603
|
"isAbstract": false,
|
|
2661
2604
|
"isVirtual": true,
|
|
2662
2605
|
"isOverride": false,
|
|
2663
2606
|
"isSealed": false,
|
|
2664
2607
|
"visibility": "Public",
|
|
2665
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2608
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
2666
2609
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2667
|
-
"isExtensionMethod": false
|
|
2610
|
+
"isExtensionMethod": false,
|
|
2611
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
2668
2612
|
},
|
|
2669
2613
|
{
|
|
2670
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2671
|
-
"clrName": "
|
|
2672
|
-
"metadataToken":
|
|
2673
|
-
"canonicalSignature": "(System.
|
|
2674
|
-
"normalizedSignature": "
|
|
2675
|
-
"emitScope": "
|
|
2676
|
-
"provenance": "
|
|
2614
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::AnnotationsToDebugString(System.Int32):System.String",
|
|
2615
|
+
"clrName": "AnnotationsToDebugString",
|
|
2616
|
+
"metadataToken": 100673198,
|
|
2617
|
+
"canonicalSignature": "(System.Int32):System.String",
|
|
2618
|
+
"normalizedSignature": "AnnotationsToDebugString|(System.Int32):System.String|static=false",
|
|
2619
|
+
"emitScope": "ViewOnly",
|
|
2620
|
+
"provenance": "ExplicitView",
|
|
2677
2621
|
"arity": 0,
|
|
2678
|
-
"parameterCount":
|
|
2622
|
+
"parameterCount": 1,
|
|
2679
2623
|
"isStatic": false,
|
|
2680
2624
|
"isAbstract": false,
|
|
2681
2625
|
"isVirtual": true,
|
|
2682
2626
|
"isOverride": false,
|
|
2683
2627
|
"isSealed": false,
|
|
2684
|
-
"visibility": "
|
|
2685
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2628
|
+
"visibility": "Public",
|
|
2629
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
2686
2630
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2687
|
-
"isExtensionMethod": false
|
|
2631
|
+
"isExtensionMethod": false,
|
|
2632
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
2688
2633
|
},
|
|
2689
2634
|
{
|
|
2690
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2691
|
-
"clrName": "
|
|
2692
|
-
"metadataToken":
|
|
2693
|
-
"canonicalSignature": "(
|
|
2694
|
-
"normalizedSignature": "
|
|
2695
|
-
"emitScope": "
|
|
2696
|
-
"provenance": "
|
|
2697
|
-
"arity":
|
|
2698
|
-
"parameterCount":
|
|
2635
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::GetOrAddRuntimeAnnotationValue(System.String,Func_2,TArg):TValue",
|
|
2636
|
+
"clrName": "GetOrAddRuntimeAnnotationValue",
|
|
2637
|
+
"metadataToken": 100673146,
|
|
2638
|
+
"canonicalSignature": "(System.String,Func_2,TArg):TValue",
|
|
2639
|
+
"normalizedSignature": "GetOrAddRuntimeAnnotationValue|(System.String,Func_2,TArg):TValue|static=false",
|
|
2640
|
+
"emitScope": "ViewOnly",
|
|
2641
|
+
"provenance": "ExplicitView",
|
|
2642
|
+
"arity": 2,
|
|
2643
|
+
"parameterCount": 3,
|
|
2699
2644
|
"isStatic": false,
|
|
2700
2645
|
"isAbstract": false,
|
|
2701
2646
|
"isVirtual": true,
|
|
2702
2647
|
"isOverride": false,
|
|
2703
2648
|
"isSealed": false,
|
|
2704
2649
|
"visibility": "Public",
|
|
2705
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2650
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
2706
2651
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2707
|
-
"isExtensionMethod": false
|
|
2652
|
+
"isExtensionMethod": false,
|
|
2653
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
2708
2654
|
},
|
|
2709
2655
|
{
|
|
2710
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2711
|
-
"clrName": "
|
|
2712
|
-
"metadataToken":
|
|
2713
|
-
"canonicalSignature": "(System.String
|
|
2714
|
-
"normalizedSignature": "
|
|
2715
|
-
"emitScope": "
|
|
2716
|
-
"provenance": "
|
|
2656
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
2657
|
+
"clrName": "FindAnnotation",
|
|
2658
|
+
"metadataToken": 100673195,
|
|
2659
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
2660
|
+
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
2661
|
+
"emitScope": "ViewOnly",
|
|
2662
|
+
"provenance": "ExplicitView",
|
|
2717
2663
|
"arity": 0,
|
|
2718
|
-
"parameterCount":
|
|
2664
|
+
"parameterCount": 1,
|
|
2719
2665
|
"isStatic": false,
|
|
2720
2666
|
"isAbstract": false,
|
|
2721
2667
|
"isVirtual": true,
|
|
2722
2668
|
"isOverride": false,
|
|
2723
2669
|
"isSealed": false,
|
|
2724
2670
|
"visibility": "Public",
|
|
2725
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2671
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
2726
2672
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2727
|
-
"isExtensionMethod": false
|
|
2673
|
+
"isExtensionMethod": false,
|
|
2674
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
2728
2675
|
},
|
|
2729
2676
|
{
|
|
2730
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2731
|
-
"clrName": "
|
|
2732
|
-
"metadataToken":
|
|
2733
|
-
"canonicalSignature": "(System.
|
|
2734
|
-
"normalizedSignature": "
|
|
2735
|
-
"emitScope": "
|
|
2736
|
-
"provenance": "
|
|
2677
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::GetAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2678
|
+
"clrName": "GetAnnotations",
|
|
2679
|
+
"metadataToken": 100673196,
|
|
2680
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
2681
|
+
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
2682
|
+
"emitScope": "ViewOnly",
|
|
2683
|
+
"provenance": "ExplicitView",
|
|
2737
2684
|
"arity": 0,
|
|
2738
|
-
"parameterCount":
|
|
2685
|
+
"parameterCount": 0,
|
|
2739
2686
|
"isStatic": false,
|
|
2740
2687
|
"isAbstract": false,
|
|
2741
2688
|
"isVirtual": true,
|
|
2742
2689
|
"isOverride": false,
|
|
2743
2690
|
"isSealed": false,
|
|
2744
|
-
"visibility": "
|
|
2745
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2691
|
+
"visibility": "Public",
|
|
2692
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
2746
2693
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2747
|
-
"isExtensionMethod": false
|
|
2748
|
-
|
|
2694
|
+
"isExtensionMethod": false,
|
|
2695
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"properties": [
|
|
2749
2699
|
{
|
|
2750
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2751
|
-
"clrName": "
|
|
2752
|
-
"metadataToken":
|
|
2753
|
-
"canonicalSignature": "
|
|
2754
|
-
"normalizedSignature": "
|
|
2700
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::IsReadOnly:System.Boolean",
|
|
2701
|
+
"clrName": "IsReadOnly",
|
|
2702
|
+
"metadataToken": 385877641,
|
|
2703
|
+
"canonicalSignature": ":System.Boolean",
|
|
2704
|
+
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
2755
2705
|
"emitScope": "ClassSurface",
|
|
2756
2706
|
"provenance": "Original",
|
|
2757
|
-
"
|
|
2758
|
-
"
|
|
2707
|
+
"isIndexer": false,
|
|
2708
|
+
"hasGetter": true,
|
|
2709
|
+
"hasSetter": false,
|
|
2759
2710
|
"isStatic": false,
|
|
2760
2711
|
"isAbstract": false,
|
|
2761
2712
|
"isVirtual": true,
|
|
2762
2713
|
"isOverride": false,
|
|
2763
|
-
"isSealed": false,
|
|
2764
2714
|
"visibility": "Public",
|
|
2765
2715
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2766
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2767
|
-
"isExtensionMethod": false
|
|
2716
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2768
2717
|
},
|
|
2769
2718
|
{
|
|
2770
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::
|
|
2771
|
-
"clrName": "
|
|
2772
|
-
"metadataToken":
|
|
2773
|
-
"canonicalSignature": "
|
|
2774
|
-
"normalizedSignature": "
|
|
2719
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::Item[System.String]:System.Object",
|
|
2720
|
+
"clrName": "Item",
|
|
2721
|
+
"metadataToken": 385877642,
|
|
2722
|
+
"canonicalSignature": "[System.String]:System.Object",
|
|
2723
|
+
"normalizedSignature": "Item|[System.String]:System.Object|static=false|accessor=getset",
|
|
2775
2724
|
"emitScope": "ClassSurface",
|
|
2776
2725
|
"provenance": "Original",
|
|
2777
|
-
"
|
|
2778
|
-
"
|
|
2726
|
+
"isIndexer": true,
|
|
2727
|
+
"hasGetter": true,
|
|
2728
|
+
"hasSetter": true,
|
|
2779
2729
|
"isStatic": false,
|
|
2780
2730
|
"isAbstract": false,
|
|
2781
2731
|
"isVirtual": true,
|
|
2782
2732
|
"isOverride": false,
|
|
2783
|
-
"isSealed": false,
|
|
2784
2733
|
"visibility": "Public",
|
|
2785
2734
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2786
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2787
|
-
|
|
2788
|
-
|
|
2735
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"fields": [],
|
|
2739
|
+
"events": [],
|
|
2740
|
+
"constructors": [
|
|
2789
2741
|
{
|
|
2790
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase
|
|
2791
|
-
"
|
|
2792
|
-
"
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2742
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase::.ctor():void",
|
|
2743
|
+
"metadataToken": 100672924,
|
|
2744
|
+
"canonicalSignature": "():void",
|
|
2745
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2746
|
+
"isStatic": false,
|
|
2747
|
+
"parameterCount": 0,
|
|
2748
|
+
"visibility": "Public",
|
|
2749
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBase",
|
|
2750
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
2751
|
+
}
|
|
2752
|
+
]
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2756
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2757
|
+
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
2758
|
+
"metadataToken": 0,
|
|
2759
|
+
"kind": "Class",
|
|
2760
|
+
"accessibility": "Public",
|
|
2761
|
+
"isAbstract": true,
|
|
2762
|
+
"isSealed": false,
|
|
2763
|
+
"isStatic": false,
|
|
2764
|
+
"arity": 2,
|
|
2765
|
+
"baseType": {
|
|
2766
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2767
|
+
"clrName": "System.Object"
|
|
2768
|
+
},
|
|
2769
|
+
"interfaces": [
|
|
2770
|
+
{
|
|
2771
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
2772
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
2773
|
+
}
|
|
2774
|
+
],
|
|
2775
|
+
"typeParameters": [
|
|
2776
|
+
"TMetadata",
|
|
2777
|
+
"TModelBuilder"
|
|
2778
|
+
],
|
|
2779
|
+
"methods": [
|
|
2780
|
+
{
|
|
2781
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::HasAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2782
|
+
"clrName": "HasAnnotation",
|
|
2783
|
+
"metadataToken": 100672930,
|
|
2784
|
+
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2785
|
+
"normalizedSignature": "HasAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2|static=false",
|
|
2795
2786
|
"emitScope": "ClassSurface",
|
|
2796
2787
|
"provenance": "Original",
|
|
2797
2788
|
"arity": 0,
|
|
2798
|
-
"parameterCount":
|
|
2789
|
+
"parameterCount": 3,
|
|
2799
2790
|
"isStatic": false,
|
|
2800
2791
|
"isAbstract": false,
|
|
2801
2792
|
"isVirtual": true,
|
|
2802
2793
|
"isOverride": false,
|
|
2803
2794
|
"isSealed": false,
|
|
2804
2795
|
"visibility": "Public",
|
|
2805
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2796
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2806
2797
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2807
2798
|
"isExtensionMethod": false
|
|
2808
2799
|
},
|
|
2809
2800
|
{
|
|
2810
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2811
|
-
"clrName": "
|
|
2812
|
-
"metadataToken":
|
|
2813
|
-
"canonicalSignature": "(System.String,
|
|
2814
|
-
"normalizedSignature": "
|
|
2801
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::HasNonNullAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2802
|
+
"clrName": "HasNonNullAnnotation",
|
|
2803
|
+
"metadataToken": 100672932,
|
|
2804
|
+
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2805
|
+
"normalizedSignature": "HasNonNullAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2|static=false",
|
|
2815
2806
|
"emitScope": "ClassSurface",
|
|
2816
2807
|
"provenance": "Original",
|
|
2817
2808
|
"arity": 0,
|
|
@@ -2821,20 +2812,20 @@
|
|
|
2821
2812
|
"isVirtual": true,
|
|
2822
2813
|
"isOverride": false,
|
|
2823
2814
|
"isSealed": false,
|
|
2824
|
-
"visibility": "
|
|
2825
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2815
|
+
"visibility": "Public",
|
|
2816
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2826
2817
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2827
2818
|
"isExtensionMethod": false
|
|
2828
2819
|
},
|
|
2829
2820
|
{
|
|
2830
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2831
|
-
"clrName": "
|
|
2832
|
-
"metadataToken":
|
|
2833
|
-
"canonicalSignature": "(System.String,
|
|
2834
|
-
"normalizedSignature": "
|
|
2821
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::CanSetAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):System.Boolean",
|
|
2822
|
+
"clrName": "CanSetAnnotation",
|
|
2823
|
+
"metadataToken": 100672933,
|
|
2824
|
+
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):System.Boolean",
|
|
2825
|
+
"normalizedSignature": "CanSetAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):System.Boolean|static=false",
|
|
2835
2826
|
"emitScope": "ClassSurface",
|
|
2836
2827
|
"provenance": "Original",
|
|
2837
|
-
"arity":
|
|
2828
|
+
"arity": 0,
|
|
2838
2829
|
"parameterCount": 3,
|
|
2839
2830
|
"isStatic": false,
|
|
2840
2831
|
"isAbstract": false,
|
|
@@ -2842,56 +2833,56 @@
|
|
|
2842
2833
|
"isOverride": false,
|
|
2843
2834
|
"isSealed": false,
|
|
2844
2835
|
"visibility": "Public",
|
|
2845
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2836
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2846
2837
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2847
2838
|
"isExtensionMethod": false
|
|
2848
2839
|
},
|
|
2849
2840
|
{
|
|
2850
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2851
|
-
"clrName": "
|
|
2852
|
-
"metadataToken":
|
|
2853
|
-
"canonicalSignature": "(System.String
|
|
2854
|
-
"normalizedSignature": "
|
|
2841
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::RemoveAnnotation(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2842
|
+
"clrName": "RemoveAnnotation",
|
|
2843
|
+
"metadataToken": 100672935,
|
|
2844
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2845
|
+
"normalizedSignature": "RemoveAnnotation|(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2|static=false",
|
|
2855
2846
|
"emitScope": "ClassSurface",
|
|
2856
2847
|
"provenance": "Original",
|
|
2857
2848
|
"arity": 0,
|
|
2858
|
-
"parameterCount":
|
|
2849
|
+
"parameterCount": 2,
|
|
2859
2850
|
"isStatic": false,
|
|
2860
2851
|
"isAbstract": false,
|
|
2861
2852
|
"isVirtual": true,
|
|
2862
2853
|
"isOverride": false,
|
|
2863
2854
|
"isSealed": false,
|
|
2864
2855
|
"visibility": "Public",
|
|
2865
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2856
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2866
2857
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2867
2858
|
"isExtensionMethod": false
|
|
2868
2859
|
},
|
|
2869
2860
|
{
|
|
2870
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2871
|
-
"clrName": "
|
|
2872
|
-
"metadataToken":
|
|
2873
|
-
"canonicalSignature": "(System.String
|
|
2874
|
-
"normalizedSignature": "
|
|
2861
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::HasNoAnnotation(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2862
|
+
"clrName": "HasNoAnnotation",
|
|
2863
|
+
"metadataToken": 100672936,
|
|
2864
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2865
|
+
"normalizedSignature": "HasNoAnnotation|(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2|static=false",
|
|
2875
2866
|
"emitScope": "ClassSurface",
|
|
2876
2867
|
"provenance": "Original",
|
|
2877
2868
|
"arity": 0,
|
|
2878
|
-
"parameterCount":
|
|
2869
|
+
"parameterCount": 2,
|
|
2879
2870
|
"isStatic": false,
|
|
2880
2871
|
"isAbstract": false,
|
|
2881
2872
|
"isVirtual": true,
|
|
2882
2873
|
"isOverride": false,
|
|
2883
2874
|
"isSealed": false,
|
|
2884
2875
|
"visibility": "Public",
|
|
2885
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2876
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2886
2877
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2887
2878
|
"isExtensionMethod": false
|
|
2888
2879
|
},
|
|
2889
2880
|
{
|
|
2890
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2891
|
-
"clrName": "
|
|
2892
|
-
"metadataToken":
|
|
2893
|
-
"canonicalSignature": "(System.String,
|
|
2894
|
-
"normalizedSignature": "
|
|
2881
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::CanRemoveAnnotation(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):System.Boolean",
|
|
2882
|
+
"clrName": "CanRemoveAnnotation",
|
|
2883
|
+
"metadataToken": 100672937,
|
|
2884
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):System.Boolean",
|
|
2885
|
+
"normalizedSignature": "CanRemoveAnnotation|(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):System.Boolean|static=false",
|
|
2895
2886
|
"emitScope": "ClassSurface",
|
|
2896
2887
|
"provenance": "Original",
|
|
2897
2888
|
"arity": 0,
|
|
@@ -2901,19 +2892,19 @@
|
|
|
2901
2892
|
"isVirtual": true,
|
|
2902
2893
|
"isOverride": false,
|
|
2903
2894
|
"isSealed": false,
|
|
2904
|
-
"visibility": "
|
|
2905
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2895
|
+
"visibility": "Public",
|
|
2896
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2906
2897
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2907
2898
|
"isExtensionMethod": false
|
|
2908
2899
|
},
|
|
2909
2900
|
{
|
|
2910
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2911
|
-
"clrName": "
|
|
2912
|
-
"metadataToken":
|
|
2913
|
-
"canonicalSignature": "(
|
|
2914
|
-
"normalizedSignature": "
|
|
2915
|
-
"emitScope": "
|
|
2916
|
-
"provenance": "
|
|
2901
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::MergeAnnotationsFrom(TMetadata):AnnotatableBuilder_2",
|
|
2902
|
+
"clrName": "MergeAnnotationsFrom",
|
|
2903
|
+
"metadataToken": 100672938,
|
|
2904
|
+
"canonicalSignature": "(TMetadata):AnnotatableBuilder_2",
|
|
2905
|
+
"normalizedSignature": "MergeAnnotationsFrom|(TMetadata):AnnotatableBuilder_2|static=false",
|
|
2906
|
+
"emitScope": "ClassSurface",
|
|
2907
|
+
"provenance": "Original",
|
|
2917
2908
|
"arity": 0,
|
|
2918
2909
|
"parameterCount": 1,
|
|
2919
2910
|
"isStatic": false,
|
|
@@ -2922,168 +2913,162 @@
|
|
|
2922
2913
|
"isOverride": false,
|
|
2923
2914
|
"isSealed": false,
|
|
2924
2915
|
"visibility": "Public",
|
|
2925
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2916
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2926
2917
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2927
|
-
"isExtensionMethod": false
|
|
2928
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
2918
|
+
"isExtensionMethod": false
|
|
2929
2919
|
},
|
|
2930
2920
|
{
|
|
2931
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2932
|
-
"clrName": "
|
|
2933
|
-
"metadataToken":
|
|
2934
|
-
"canonicalSignature": "(
|
|
2935
|
-
"normalizedSignature": "
|
|
2936
|
-
"emitScope": "
|
|
2937
|
-
"provenance": "
|
|
2921
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::MergeAnnotationsFrom(TMetadata,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2922
|
+
"clrName": "MergeAnnotationsFrom",
|
|
2923
|
+
"metadataToken": 100672939,
|
|
2924
|
+
"canonicalSignature": "(TMetadata,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2",
|
|
2925
|
+
"normalizedSignature": "MergeAnnotationsFrom|(TMetadata,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):AnnotatableBuilder_2|static=false",
|
|
2926
|
+
"emitScope": "ClassSurface",
|
|
2927
|
+
"provenance": "Original",
|
|
2938
2928
|
"arity": 0,
|
|
2939
|
-
"parameterCount":
|
|
2929
|
+
"parameterCount": 2,
|
|
2940
2930
|
"isStatic": false,
|
|
2941
2931
|
"isAbstract": false,
|
|
2942
2932
|
"isVirtual": true,
|
|
2943
2933
|
"isOverride": false,
|
|
2944
2934
|
"isSealed": false,
|
|
2945
2935
|
"visibility": "Public",
|
|
2946
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
2936
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
2947
2937
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2948
|
-
"isExtensionMethod": false
|
|
2949
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
2938
|
+
"isExtensionMethod": false
|
|
2950
2939
|
},
|
|
2951
2940
|
{
|
|
2952
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
2953
|
-
"clrName": "
|
|
2954
|
-
"metadataToken":
|
|
2955
|
-
"canonicalSignature": "(
|
|
2956
|
-
"normalizedSignature": "
|
|
2941
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::HasAnnotation(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
2942
|
+
"clrName": "HasAnnotation",
|
|
2943
|
+
"metadataToken": 100672099,
|
|
2944
|
+
"canonicalSignature": "(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
2945
|
+
"normalizedSignature": "HasAnnotation|(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder|static=false",
|
|
2957
2946
|
"emitScope": "ViewOnly",
|
|
2958
2947
|
"provenance": "ExplicitView",
|
|
2959
2948
|
"arity": 0,
|
|
2960
|
-
"parameterCount":
|
|
2949
|
+
"parameterCount": 3,
|
|
2961
2950
|
"isStatic": false,
|
|
2962
2951
|
"isAbstract": false,
|
|
2963
2952
|
"isVirtual": true,
|
|
2964
2953
|
"isOverride": false,
|
|
2965
2954
|
"isSealed": false,
|
|
2966
2955
|
"visibility": "Public",
|
|
2967
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
2956
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
2968
2957
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2969
2958
|
"isExtensionMethod": false,
|
|
2970
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
2959
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
2971
2960
|
},
|
|
2972
2961
|
{
|
|
2973
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
2974
|
-
"clrName": "
|
|
2975
|
-
"metadataToken":
|
|
2976
|
-
"canonicalSignature": "(System.String,System.Object):
|
|
2977
|
-
"normalizedSignature": "
|
|
2962
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::CanSetAnnotation(System.String,System.Object,System.Boolean):System.Boolean",
|
|
2963
|
+
"clrName": "CanSetAnnotation",
|
|
2964
|
+
"metadataToken": 100672101,
|
|
2965
|
+
"canonicalSignature": "(System.String,System.Object,System.Boolean):System.Boolean",
|
|
2966
|
+
"normalizedSignature": "CanSetAnnotation|(System.String,System.Object,System.Boolean):System.Boolean|static=false",
|
|
2978
2967
|
"emitScope": "ViewOnly",
|
|
2979
2968
|
"provenance": "ExplicitView",
|
|
2980
2969
|
"arity": 0,
|
|
2981
|
-
"parameterCount":
|
|
2970
|
+
"parameterCount": 3,
|
|
2982
2971
|
"isStatic": false,
|
|
2983
2972
|
"isAbstract": false,
|
|
2984
2973
|
"isVirtual": true,
|
|
2985
2974
|
"isOverride": false,
|
|
2986
2975
|
"isSealed": false,
|
|
2987
2976
|
"visibility": "Public",
|
|
2988
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
2977
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
2989
2978
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
2990
2979
|
"isExtensionMethod": false,
|
|
2991
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
2980
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
2992
2981
|
},
|
|
2993
2982
|
{
|
|
2994
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
2995
|
-
"clrName": "
|
|
2996
|
-
"metadataToken":
|
|
2997
|
-
"canonicalSignature": "(System.
|
|
2998
|
-
"normalizedSignature": "
|
|
2983
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::HasNoAnnotation(System.String,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
2984
|
+
"clrName": "HasNoAnnotation",
|
|
2985
|
+
"metadataToken": 100672102,
|
|
2986
|
+
"canonicalSignature": "(System.String,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
2987
|
+
"normalizedSignature": "HasNoAnnotation|(System.String,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder|static=false",
|
|
2999
2988
|
"emitScope": "ViewOnly",
|
|
3000
2989
|
"provenance": "ExplicitView",
|
|
3001
2990
|
"arity": 0,
|
|
3002
|
-
"parameterCount":
|
|
2991
|
+
"parameterCount": 2,
|
|
3003
2992
|
"isStatic": false,
|
|
3004
2993
|
"isAbstract": false,
|
|
3005
2994
|
"isVirtual": true,
|
|
3006
2995
|
"isOverride": false,
|
|
3007
2996
|
"isSealed": false,
|
|
3008
2997
|
"visibility": "Public",
|
|
3009
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
2998
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3010
2999
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3011
3000
|
"isExtensionMethod": false,
|
|
3012
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
3001
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
3013
3002
|
},
|
|
3014
3003
|
{
|
|
3015
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3016
|
-
"clrName": "
|
|
3017
|
-
"metadataToken":
|
|
3018
|
-
"canonicalSignature": "(System.String,
|
|
3019
|
-
"normalizedSignature": "
|
|
3004
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::CanRemoveAnnotation(System.String,System.Boolean):System.Boolean",
|
|
3005
|
+
"clrName": "CanRemoveAnnotation",
|
|
3006
|
+
"metadataToken": 100672103,
|
|
3007
|
+
"canonicalSignature": "(System.String,System.Boolean):System.Boolean",
|
|
3008
|
+
"normalizedSignature": "CanRemoveAnnotation|(System.String,System.Boolean):System.Boolean|static=false",
|
|
3020
3009
|
"emitScope": "ViewOnly",
|
|
3021
3010
|
"provenance": "ExplicitView",
|
|
3022
|
-
"arity":
|
|
3023
|
-
"parameterCount":
|
|
3011
|
+
"arity": 0,
|
|
3012
|
+
"parameterCount": 2,
|
|
3024
3013
|
"isStatic": false,
|
|
3025
3014
|
"isAbstract": false,
|
|
3026
3015
|
"isVirtual": true,
|
|
3027
3016
|
"isOverride": false,
|
|
3028
3017
|
"isSealed": false,
|
|
3029
3018
|
"visibility": "Public",
|
|
3030
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3019
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3031
3020
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3032
3021
|
"isExtensionMethod": false,
|
|
3033
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
3034
|
-
}
|
|
3022
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
3023
|
+
}
|
|
3024
|
+
],
|
|
3025
|
+
"properties": [
|
|
3035
3026
|
{
|
|
3036
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3037
|
-
"clrName": "
|
|
3038
|
-
"metadataToken":
|
|
3039
|
-
"canonicalSignature": "
|
|
3040
|
-
"normalizedSignature": "
|
|
3041
|
-
"emitScope": "
|
|
3042
|
-
"provenance": "
|
|
3043
|
-
"
|
|
3044
|
-
"
|
|
3027
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::Metadata:TMetadata",
|
|
3028
|
+
"clrName": "Metadata",
|
|
3029
|
+
"metadataToken": 385877644,
|
|
3030
|
+
"canonicalSignature": ":TMetadata",
|
|
3031
|
+
"normalizedSignature": "Metadata|:TMetadata|static=false|accessor=get",
|
|
3032
|
+
"emitScope": "ClassSurface",
|
|
3033
|
+
"provenance": "Original",
|
|
3034
|
+
"isIndexer": false,
|
|
3035
|
+
"hasGetter": true,
|
|
3036
|
+
"hasSetter": false,
|
|
3045
3037
|
"isStatic": false,
|
|
3046
3038
|
"isAbstract": false,
|
|
3047
3039
|
"isVirtual": true,
|
|
3048
3040
|
"isOverride": false,
|
|
3049
|
-
"isSealed": false,
|
|
3050
3041
|
"visibility": "Public",
|
|
3051
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3052
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3053
|
-
"isExtensionMethod": false,
|
|
3054
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
3042
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
3043
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3055
3044
|
},
|
|
3056
3045
|
{
|
|
3057
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3058
|
-
"clrName": "
|
|
3059
|
-
"metadataToken":
|
|
3060
|
-
"canonicalSignature": "
|
|
3061
|
-
"normalizedSignature": "
|
|
3062
|
-
"emitScope": "
|
|
3063
|
-
"provenance": "
|
|
3064
|
-
"
|
|
3065
|
-
"
|
|
3046
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::ModelBuilder:TModelBuilder",
|
|
3047
|
+
"clrName": "ModelBuilder",
|
|
3048
|
+
"metadataToken": 385877645,
|
|
3049
|
+
"canonicalSignature": ":TModelBuilder",
|
|
3050
|
+
"normalizedSignature": "ModelBuilder|:TModelBuilder|static=false|accessor=get",
|
|
3051
|
+
"emitScope": "ClassSurface",
|
|
3052
|
+
"provenance": "Original",
|
|
3053
|
+
"isIndexer": false,
|
|
3054
|
+
"hasGetter": true,
|
|
3055
|
+
"hasSetter": false,
|
|
3066
3056
|
"isStatic": false,
|
|
3067
3057
|
"isAbstract": false,
|
|
3068
3058
|
"isVirtual": true,
|
|
3069
3059
|
"isOverride": false,
|
|
3070
|
-
"isSealed": false,
|
|
3071
3060
|
"visibility": "Public",
|
|
3072
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3073
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3074
|
-
|
|
3075
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
3076
|
-
}
|
|
3077
|
-
],
|
|
3078
|
-
"properties": [
|
|
3061
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
3062
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3063
|
+
},
|
|
3079
3064
|
{
|
|
3080
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3081
|
-
"clrName": "
|
|
3082
|
-
"metadataToken":
|
|
3083
|
-
"canonicalSignature": ":
|
|
3084
|
-
"normalizedSignature": "
|
|
3085
|
-
"emitScope": "
|
|
3086
|
-
"provenance": "
|
|
3065
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::Metadata:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
3066
|
+
"clrName": "Metadata",
|
|
3067
|
+
"metadataToken": 385877577,
|
|
3068
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
3069
|
+
"normalizedSignature": "Metadata|:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable|static=false|accessor=get",
|
|
3070
|
+
"emitScope": "ViewOnly",
|
|
3071
|
+
"provenance": "ExplicitView",
|
|
3087
3072
|
"isIndexer": false,
|
|
3088
3073
|
"hasGetter": true,
|
|
3089
3074
|
"hasSetter": false,
|
|
@@ -3092,26 +3077,28 @@
|
|
|
3092
3077
|
"isVirtual": true,
|
|
3093
3078
|
"isOverride": false,
|
|
3094
3079
|
"visibility": "Public",
|
|
3095
|
-
"
|
|
3080
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3081
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3096
3082
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3097
3083
|
},
|
|
3098
3084
|
{
|
|
3099
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3100
|
-
"clrName": "
|
|
3101
|
-
"metadataToken":
|
|
3102
|
-
"canonicalSignature": "
|
|
3103
|
-
"normalizedSignature": "
|
|
3104
|
-
"emitScope": "
|
|
3105
|
-
"provenance": "
|
|
3106
|
-
"isIndexer":
|
|
3085
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::ModelBuilder:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder",
|
|
3086
|
+
"clrName": "ModelBuilder",
|
|
3087
|
+
"metadataToken": 385877578,
|
|
3088
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder",
|
|
3089
|
+
"normalizedSignature": "ModelBuilder|:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder|static=false|accessor=get",
|
|
3090
|
+
"emitScope": "ViewOnly",
|
|
3091
|
+
"provenance": "ExplicitView",
|
|
3092
|
+
"isIndexer": false,
|
|
3107
3093
|
"hasGetter": true,
|
|
3108
|
-
"hasSetter":
|
|
3094
|
+
"hasSetter": false,
|
|
3109
3095
|
"isStatic": false,
|
|
3110
3096
|
"isAbstract": false,
|
|
3111
3097
|
"isVirtual": true,
|
|
3112
3098
|
"isOverride": false,
|
|
3113
3099
|
"visibility": "Public",
|
|
3114
|
-
"
|
|
3100
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3101
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3115
3102
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3116
3103
|
}
|
|
3117
3104
|
],
|
|
@@ -3119,150 +3106,216 @@
|
|
|
3119
3106
|
"events": [],
|
|
3120
3107
|
"constructors": [
|
|
3121
3108
|
{
|
|
3122
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3123
|
-
"metadataToken":
|
|
3124
|
-
"canonicalSignature": "():void",
|
|
3125
|
-
"normalizedSignature": "constructor|():void|static=false",
|
|
3109
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::.ctor(TMetadata,TModelBuilder):void",
|
|
3110
|
+
"metadataToken": 100672927,
|
|
3111
|
+
"canonicalSignature": "(TMetadata,TModelBuilder):void",
|
|
3112
|
+
"normalizedSignature": "constructor|(TMetadata,TModelBuilder):void|static=false",
|
|
3126
3113
|
"isStatic": false,
|
|
3127
|
-
"parameterCount":
|
|
3128
|
-
"visibility": "
|
|
3129
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3114
|
+
"parameterCount": 2,
|
|
3115
|
+
"visibility": "Protected",
|
|
3116
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
3130
3117
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3131
3118
|
}
|
|
3132
3119
|
]
|
|
3133
3120
|
},
|
|
3134
3121
|
{
|
|
3135
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3136
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3122
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3123
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3137
3124
|
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
3138
3125
|
"metadataToken": 0,
|
|
3139
3126
|
"kind": "Class",
|
|
3140
3127
|
"accessibility": "Public",
|
|
3141
|
-
"isAbstract":
|
|
3128
|
+
"isAbstract": false,
|
|
3142
3129
|
"isSealed": false,
|
|
3143
3130
|
"isStatic": false,
|
|
3144
|
-
"arity":
|
|
3131
|
+
"arity": 0,
|
|
3145
3132
|
"baseType": {
|
|
3146
3133
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
3147
3134
|
"clrName": "System.Object"
|
|
3148
3135
|
},
|
|
3149
3136
|
"interfaces": [
|
|
3150
3137
|
{
|
|
3151
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3152
|
-
"clrName": "Microsoft.EntityFrameworkCore.
|
|
3138
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3139
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation"
|
|
3153
3140
|
}
|
|
3154
3141
|
],
|
|
3155
|
-
"
|
|
3156
|
-
|
|
3157
|
-
"TModelBuilder"
|
|
3158
|
-
],
|
|
3159
|
-
"methods": [
|
|
3142
|
+
"methods": [],
|
|
3143
|
+
"properties": [
|
|
3160
3144
|
{
|
|
3161
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3162
|
-
"clrName": "
|
|
3163
|
-
"metadataToken":
|
|
3164
|
-
"canonicalSignature": "
|
|
3165
|
-
"normalizedSignature": "
|
|
3145
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation::Name:System.String",
|
|
3146
|
+
"clrName": "Name",
|
|
3147
|
+
"metadataToken": 385877648,
|
|
3148
|
+
"canonicalSignature": ":System.String",
|
|
3149
|
+
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
3166
3150
|
"emitScope": "ClassSurface",
|
|
3167
3151
|
"provenance": "Original",
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3152
|
+
"isIndexer": false,
|
|
3153
|
+
"hasGetter": true,
|
|
3154
|
+
"hasSetter": false,
|
|
3170
3155
|
"isStatic": false,
|
|
3171
3156
|
"isAbstract": false,
|
|
3172
3157
|
"isVirtual": true,
|
|
3173
3158
|
"isOverride": false,
|
|
3174
|
-
"isSealed": false,
|
|
3175
3159
|
"visibility": "Public",
|
|
3176
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3177
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3178
|
-
"isExtensionMethod": false
|
|
3160
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3161
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3179
3162
|
},
|
|
3180
3163
|
{
|
|
3181
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3182
|
-
"clrName": "
|
|
3183
|
-
"metadataToken":
|
|
3184
|
-
"canonicalSignature": "
|
|
3185
|
-
"normalizedSignature": "
|
|
3164
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation::Value:System.Object",
|
|
3165
|
+
"clrName": "Value",
|
|
3166
|
+
"metadataToken": 385877649,
|
|
3167
|
+
"canonicalSignature": ":System.Object",
|
|
3168
|
+
"normalizedSignature": "Value|:System.Object|static=false|accessor=get",
|
|
3186
3169
|
"emitScope": "ClassSurface",
|
|
3187
3170
|
"provenance": "Original",
|
|
3188
|
-
"
|
|
3189
|
-
"
|
|
3171
|
+
"isIndexer": false,
|
|
3172
|
+
"hasGetter": true,
|
|
3173
|
+
"hasSetter": false,
|
|
3190
3174
|
"isStatic": false,
|
|
3191
3175
|
"isAbstract": false,
|
|
3192
3176
|
"isVirtual": true,
|
|
3193
3177
|
"isOverride": false,
|
|
3194
|
-
"isSealed": false,
|
|
3195
3178
|
"visibility": "Public",
|
|
3196
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3197
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3198
|
-
"isExtensionMethod": false
|
|
3179
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3180
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3199
3181
|
},
|
|
3200
3182
|
{
|
|
3201
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3202
|
-
"clrName": "
|
|
3203
|
-
"metadataToken":
|
|
3204
|
-
"canonicalSignature": "
|
|
3205
|
-
"normalizedSignature": "
|
|
3206
|
-
"emitScope": "
|
|
3207
|
-
"provenance": "
|
|
3208
|
-
"
|
|
3209
|
-
"
|
|
3183
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation::Name:System.String",
|
|
3184
|
+
"clrName": "Name",
|
|
3185
|
+
"metadataToken": 385877696,
|
|
3186
|
+
"canonicalSignature": ":System.String",
|
|
3187
|
+
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
3188
|
+
"emitScope": "ViewOnly",
|
|
3189
|
+
"provenance": "ExplicitView",
|
|
3190
|
+
"isIndexer": false,
|
|
3191
|
+
"hasGetter": true,
|
|
3192
|
+
"hasSetter": false,
|
|
3210
3193
|
"isStatic": false,
|
|
3211
3194
|
"isAbstract": false,
|
|
3212
3195
|
"isVirtual": true,
|
|
3213
3196
|
"isOverride": false,
|
|
3214
|
-
"isSealed": false,
|
|
3215
3197
|
"visibility": "Public",
|
|
3216
|
-
"
|
|
3217
|
-
"
|
|
3218
|
-
"
|
|
3198
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3199
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3200
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3219
3201
|
},
|
|
3220
3202
|
{
|
|
3221
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3222
|
-
"clrName": "
|
|
3223
|
-
"metadataToken":
|
|
3224
|
-
"canonicalSignature": "
|
|
3225
|
-
"normalizedSignature": "
|
|
3203
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation::Value:System.Object",
|
|
3204
|
+
"clrName": "Value",
|
|
3205
|
+
"metadataToken": 385877697,
|
|
3206
|
+
"canonicalSignature": ":System.Object",
|
|
3207
|
+
"normalizedSignature": "Value|:System.Object|static=false|accessor=get",
|
|
3208
|
+
"emitScope": "ViewOnly",
|
|
3209
|
+
"provenance": "ExplicitView",
|
|
3210
|
+
"isIndexer": false,
|
|
3211
|
+
"hasGetter": true,
|
|
3212
|
+
"hasSetter": false,
|
|
3213
|
+
"isStatic": false,
|
|
3214
|
+
"isAbstract": false,
|
|
3215
|
+
"isVirtual": true,
|
|
3216
|
+
"isOverride": false,
|
|
3217
|
+
"visibility": "Public",
|
|
3218
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3219
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3220
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3221
|
+
}
|
|
3222
|
+
],
|
|
3223
|
+
"fields": [],
|
|
3224
|
+
"events": [],
|
|
3225
|
+
"constructors": [
|
|
3226
|
+
{
|
|
3227
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation::.ctor(System.String,System.Object):void",
|
|
3228
|
+
"metadataToken": 100672947,
|
|
3229
|
+
"canonicalSignature": "(System.String,System.Object):void",
|
|
3230
|
+
"normalizedSignature": "constructor|(System.String,System.Object):void|static=false",
|
|
3231
|
+
"isStatic": false,
|
|
3232
|
+
"parameterCount": 2,
|
|
3233
|
+
"visibility": "Public",
|
|
3234
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3235
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3236
|
+
}
|
|
3237
|
+
]
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3241
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3242
|
+
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
3243
|
+
"metadataToken": 0,
|
|
3244
|
+
"kind": "Class",
|
|
3245
|
+
"accessibility": "Public",
|
|
3246
|
+
"isAbstract": true,
|
|
3247
|
+
"isSealed": false,
|
|
3248
|
+
"isStatic": false,
|
|
3249
|
+
"arity": 0,
|
|
3250
|
+
"baseType": {
|
|
3251
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
|
|
3252
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
|
|
3253
|
+
},
|
|
3254
|
+
"interfaces": [
|
|
3255
|
+
{
|
|
3256
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
3257
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
3261
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
3265
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
3269
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
3270
|
+
}
|
|
3271
|
+
],
|
|
3272
|
+
"methods": [
|
|
3273
|
+
{
|
|
3274
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::GetAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3275
|
+
"clrName": "GetAnnotations",
|
|
3276
|
+
"metadataToken": 100672952,
|
|
3277
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3278
|
+
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
3226
3279
|
"emitScope": "ClassSurface",
|
|
3227
3280
|
"provenance": "Original",
|
|
3228
3281
|
"arity": 0,
|
|
3229
|
-
"parameterCount":
|
|
3282
|
+
"parameterCount": 0,
|
|
3230
3283
|
"isStatic": false,
|
|
3231
3284
|
"isAbstract": false,
|
|
3232
3285
|
"isVirtual": true,
|
|
3233
3286
|
"isOverride": false,
|
|
3234
3287
|
"isSealed": false,
|
|
3235
3288
|
"visibility": "Public",
|
|
3236
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3289
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3237
3290
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3238
3291
|
"isExtensionMethod": false
|
|
3239
3292
|
},
|
|
3240
3293
|
{
|
|
3241
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3242
|
-
"clrName": "
|
|
3243
|
-
"metadataToken":
|
|
3244
|
-
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):
|
|
3245
|
-
"normalizedSignature": "
|
|
3294
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::AddAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3295
|
+
"clrName": "AddAnnotation",
|
|
3296
|
+
"metadataToken": 100672953,
|
|
3297
|
+
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3298
|
+
"normalizedSignature": "AddAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3246
3299
|
"emitScope": "ClassSurface",
|
|
3247
3300
|
"provenance": "Original",
|
|
3248
3301
|
"arity": 0,
|
|
3249
|
-
"parameterCount":
|
|
3302
|
+
"parameterCount": 3,
|
|
3250
3303
|
"isStatic": false,
|
|
3251
3304
|
"isAbstract": false,
|
|
3252
3305
|
"isVirtual": true,
|
|
3253
3306
|
"isOverride": false,
|
|
3254
3307
|
"isSealed": false,
|
|
3255
3308
|
"visibility": "Public",
|
|
3256
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3309
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3257
3310
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3258
3311
|
"isExtensionMethod": false
|
|
3259
3312
|
},
|
|
3260
3313
|
{
|
|
3261
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3262
|
-
"clrName": "
|
|
3263
|
-
"metadataToken":
|
|
3264
|
-
"canonicalSignature": "(System.String,
|
|
3265
|
-
"normalizedSignature": "
|
|
3314
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::SetAnnotation(System.String,System.Object):System.Void",
|
|
3315
|
+
"clrName": "SetAnnotation",
|
|
3316
|
+
"metadataToken": 100672954,
|
|
3317
|
+
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
3318
|
+
"normalizedSignature": "SetAnnotation|(System.String,System.Object):System.Void|static=false",
|
|
3266
3319
|
"emitScope": "ClassSurface",
|
|
3267
3320
|
"provenance": "Original",
|
|
3268
3321
|
"arity": 0,
|
|
@@ -3270,742 +3323,81 @@
|
|
|
3270
3323
|
"isStatic": false,
|
|
3271
3324
|
"isAbstract": false,
|
|
3272
3325
|
"isVirtual": true,
|
|
3273
|
-
"isOverride":
|
|
3326
|
+
"isOverride": true,
|
|
3274
3327
|
"isSealed": false,
|
|
3275
3328
|
"visibility": "Public",
|
|
3276
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3329
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3277
3330
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3278
3331
|
"isExtensionMethod": false
|
|
3279
3332
|
},
|
|
3280
3333
|
{
|
|
3281
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3282
|
-
"clrName": "
|
|
3283
|
-
"metadataToken":
|
|
3284
|
-
"canonicalSignature": "(
|
|
3285
|
-
"normalizedSignature": "
|
|
3334
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::SetAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3335
|
+
"clrName": "SetAnnotation",
|
|
3336
|
+
"metadataToken": 100672955,
|
|
3337
|
+
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3338
|
+
"normalizedSignature": "SetAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3286
3339
|
"emitScope": "ClassSurface",
|
|
3287
3340
|
"provenance": "Original",
|
|
3288
3341
|
"arity": 0,
|
|
3289
|
-
"parameterCount":
|
|
3342
|
+
"parameterCount": 3,
|
|
3290
3343
|
"isStatic": false,
|
|
3291
3344
|
"isAbstract": false,
|
|
3292
3345
|
"isVirtual": true,
|
|
3293
3346
|
"isOverride": false,
|
|
3294
3347
|
"isSealed": false,
|
|
3295
3348
|
"visibility": "Public",
|
|
3296
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3349
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3297
3350
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3298
3351
|
"isExtensionMethod": false
|
|
3299
3352
|
},
|
|
3300
3353
|
{
|
|
3301
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3302
|
-
"clrName": "
|
|
3303
|
-
"metadataToken":
|
|
3304
|
-
"canonicalSignature": "(
|
|
3305
|
-
"normalizedSignature": "
|
|
3354
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::SetOrRemoveAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3355
|
+
"clrName": "SetOrRemoveAnnotation",
|
|
3356
|
+
"metadataToken": 100672956,
|
|
3357
|
+
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3358
|
+
"normalizedSignature": "SetOrRemoveAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3306
3359
|
"emitScope": "ClassSurface",
|
|
3307
3360
|
"provenance": "Original",
|
|
3308
3361
|
"arity": 0,
|
|
3309
|
-
"parameterCount":
|
|
3362
|
+
"parameterCount": 3,
|
|
3310
3363
|
"isStatic": false,
|
|
3311
3364
|
"isAbstract": false,
|
|
3312
3365
|
"isVirtual": true,
|
|
3313
3366
|
"isOverride": false,
|
|
3314
3367
|
"isSealed": false,
|
|
3315
3368
|
"visibility": "Public",
|
|
3316
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3369
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3317
3370
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3318
3371
|
"isExtensionMethod": false
|
|
3319
3372
|
},
|
|
3320
3373
|
{
|
|
3321
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3322
|
-
"clrName": "
|
|
3323
|
-
"metadataToken":
|
|
3324
|
-
"canonicalSignature": "(System.String,
|
|
3325
|
-
"normalizedSignature": "
|
|
3326
|
-
"emitScope": "
|
|
3327
|
-
"provenance": "
|
|
3374
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::OnAnnotationSet(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3375
|
+
"clrName": "OnAnnotationSet",
|
|
3376
|
+
"metadataToken": 100672957,
|
|
3377
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3378
|
+
"normalizedSignature": "OnAnnotationSet|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
3379
|
+
"emitScope": "ClassSurface",
|
|
3380
|
+
"provenance": "Original",
|
|
3328
3381
|
"arity": 0,
|
|
3329
3382
|
"parameterCount": 3,
|
|
3330
3383
|
"isStatic": false,
|
|
3331
3384
|
"isAbstract": false,
|
|
3332
3385
|
"isVirtual": true,
|
|
3333
|
-
"isOverride":
|
|
3386
|
+
"isOverride": true,
|
|
3334
3387
|
"isSealed": false,
|
|
3335
|
-
"visibility": "
|
|
3336
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3388
|
+
"visibility": "Protected",
|
|
3389
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3337
3390
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3338
|
-
"isExtensionMethod": false
|
|
3339
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
3391
|
+
"isExtensionMethod": false
|
|
3340
3392
|
},
|
|
3341
3393
|
{
|
|
3342
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3343
|
-
"clrName": "
|
|
3344
|
-
"metadataToken":
|
|
3345
|
-
"canonicalSignature": "(System.String,
|
|
3346
|
-
"normalizedSignature": "
|
|
3347
|
-
"emitScope": "
|
|
3348
|
-
"provenance": "
|
|
3349
|
-
"arity": 0,
|
|
3350
|
-
"parameterCount": 3,
|
|
3351
|
-
"isStatic": false,
|
|
3352
|
-
"isAbstract": false,
|
|
3353
|
-
"isVirtual": true,
|
|
3354
|
-
"isOverride": false,
|
|
3355
|
-
"isSealed": false,
|
|
3356
|
-
"visibility": "Public",
|
|
3357
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3358
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3359
|
-
"isExtensionMethod": false,
|
|
3360
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::HasNoAnnotation(System.String,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3364
|
-
"clrName": "HasNoAnnotation",
|
|
3365
|
-
"metadataToken": 100672102,
|
|
3366
|
-
"canonicalSignature": "(System.String,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3367
|
-
"normalizedSignature": "HasNoAnnotation|(System.String,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder|static=false",
|
|
3368
|
-
"emitScope": "ViewOnly",
|
|
3369
|
-
"provenance": "ExplicitView",
|
|
3370
|
-
"arity": 0,
|
|
3371
|
-
"parameterCount": 2,
|
|
3372
|
-
"isStatic": false,
|
|
3373
|
-
"isAbstract": false,
|
|
3374
|
-
"isVirtual": true,
|
|
3375
|
-
"isOverride": false,
|
|
3376
|
-
"isSealed": false,
|
|
3377
|
-
"visibility": "Public",
|
|
3378
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3379
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3380
|
-
"isExtensionMethod": false,
|
|
3381
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
3382
|
-
},
|
|
3383
|
-
{
|
|
3384
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::CanRemoveAnnotation(System.String,System.Boolean):System.Boolean",
|
|
3385
|
-
"clrName": "CanRemoveAnnotation",
|
|
3386
|
-
"metadataToken": 100672103,
|
|
3387
|
-
"canonicalSignature": "(System.String,System.Boolean):System.Boolean",
|
|
3388
|
-
"normalizedSignature": "CanRemoveAnnotation|(System.String,System.Boolean):System.Boolean|static=false",
|
|
3389
|
-
"emitScope": "ViewOnly",
|
|
3390
|
-
"provenance": "ExplicitView",
|
|
3391
|
-
"arity": 0,
|
|
3392
|
-
"parameterCount": 2,
|
|
3393
|
-
"isStatic": false,
|
|
3394
|
-
"isAbstract": false,
|
|
3395
|
-
"isVirtual": true,
|
|
3396
|
-
"isOverride": false,
|
|
3397
|
-
"isSealed": false,
|
|
3398
|
-
"visibility": "Public",
|
|
3399
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3400
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3401
|
-
"isExtensionMethod": false,
|
|
3402
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder"
|
|
3403
|
-
}
|
|
3404
|
-
],
|
|
3405
|
-
"properties": [
|
|
3406
|
-
{
|
|
3407
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::Metadata:TMetadata",
|
|
3408
|
-
"clrName": "Metadata",
|
|
3409
|
-
"metadataToken": 385877644,
|
|
3410
|
-
"canonicalSignature": ":TMetadata",
|
|
3411
|
-
"normalizedSignature": "Metadata|:TMetadata|static=false|accessor=get",
|
|
3412
|
-
"emitScope": "ClassSurface",
|
|
3413
|
-
"provenance": "Original",
|
|
3414
|
-
"isIndexer": false,
|
|
3415
|
-
"hasGetter": true,
|
|
3416
|
-
"hasSetter": false,
|
|
3417
|
-
"isStatic": false,
|
|
3418
|
-
"isAbstract": false,
|
|
3419
|
-
"isVirtual": true,
|
|
3420
|
-
"isOverride": false,
|
|
3421
|
-
"visibility": "Public",
|
|
3422
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
3423
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::ModelBuilder:TModelBuilder",
|
|
3427
|
-
"clrName": "ModelBuilder",
|
|
3428
|
-
"metadataToken": 385877645,
|
|
3429
|
-
"canonicalSignature": ":TModelBuilder",
|
|
3430
|
-
"normalizedSignature": "ModelBuilder|:TModelBuilder|static=false|accessor=get",
|
|
3431
|
-
"emitScope": "ClassSurface",
|
|
3432
|
-
"provenance": "Original",
|
|
3433
|
-
"isIndexer": false,
|
|
3434
|
-
"hasGetter": true,
|
|
3435
|
-
"hasSetter": false,
|
|
3436
|
-
"isStatic": false,
|
|
3437
|
-
"isAbstract": false,
|
|
3438
|
-
"isVirtual": true,
|
|
3439
|
-
"isOverride": false,
|
|
3440
|
-
"visibility": "Public",
|
|
3441
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
3442
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3443
|
-
},
|
|
3444
|
-
{
|
|
3445
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::Metadata:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
3446
|
-
"clrName": "Metadata",
|
|
3447
|
-
"metadataToken": 385877577,
|
|
3448
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
3449
|
-
"normalizedSignature": "Metadata|:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable|static=false|accessor=get",
|
|
3450
|
-
"emitScope": "ViewOnly",
|
|
3451
|
-
"provenance": "ExplicitView",
|
|
3452
|
-
"isIndexer": false,
|
|
3453
|
-
"hasGetter": true,
|
|
3454
|
-
"hasSetter": false,
|
|
3455
|
-
"isStatic": false,
|
|
3456
|
-
"isAbstract": false,
|
|
3457
|
-
"isVirtual": true,
|
|
3458
|
-
"isOverride": false,
|
|
3459
|
-
"visibility": "Public",
|
|
3460
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3461
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3462
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder::ModelBuilder:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder",
|
|
3466
|
-
"clrName": "ModelBuilder",
|
|
3467
|
-
"metadataToken": 385877578,
|
|
3468
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder",
|
|
3469
|
-
"normalizedSignature": "ModelBuilder|:Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder|static=false|accessor=get",
|
|
3470
|
-
"emitScope": "ViewOnly",
|
|
3471
|
-
"provenance": "ExplicitView",
|
|
3472
|
-
"isIndexer": false,
|
|
3473
|
-
"hasGetter": true,
|
|
3474
|
-
"hasSetter": false,
|
|
3475
|
-
"isStatic": false,
|
|
3476
|
-
"isAbstract": false,
|
|
3477
|
-
"isVirtual": true,
|
|
3478
|
-
"isOverride": false,
|
|
3479
|
-
"visibility": "Public",
|
|
3480
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3481
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder",
|
|
3482
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3483
|
-
}
|
|
3484
|
-
],
|
|
3485
|
-
"fields": [],
|
|
3486
|
-
"events": [],
|
|
3487
|
-
"constructors": [
|
|
3488
|
-
{
|
|
3489
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602::.ctor(TMetadata,TModelBuilder):void",
|
|
3490
|
-
"metadataToken": 100672927,
|
|
3491
|
-
"canonicalSignature": "(TMetadata,TModelBuilder):void",
|
|
3492
|
-
"normalizedSignature": "constructor|(TMetadata,TModelBuilder):void|static=false",
|
|
3493
|
-
"isStatic": false,
|
|
3494
|
-
"parameterCount": 2,
|
|
3495
|
-
"visibility": "Protected",
|
|
3496
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AnnotatableBuilder\u00602",
|
|
3497
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3498
|
-
}
|
|
3499
|
-
]
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3503
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3504
|
-
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
3505
|
-
"metadataToken": 0,
|
|
3506
|
-
"kind": "Class",
|
|
3507
|
-
"accessibility": "Public",
|
|
3508
|
-
"isAbstract": false,
|
|
3509
|
-
"isSealed": false,
|
|
3510
|
-
"isStatic": false,
|
|
3511
|
-
"arity": 0,
|
|
3512
|
-
"baseType": {
|
|
3513
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
3514
|
-
"clrName": "System.Object"
|
|
3515
|
-
},
|
|
3516
|
-
"interfaces": [
|
|
3517
|
-
{
|
|
3518
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3519
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation"
|
|
3520
|
-
}
|
|
3521
|
-
],
|
|
3522
|
-
"methods": [],
|
|
3523
|
-
"properties": [
|
|
3524
|
-
{
|
|
3525
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation::Name:System.String",
|
|
3526
|
-
"clrName": "Name",
|
|
3527
|
-
"metadataToken": 385877648,
|
|
3528
|
-
"canonicalSignature": ":System.String",
|
|
3529
|
-
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
3530
|
-
"emitScope": "ClassSurface",
|
|
3531
|
-
"provenance": "Original",
|
|
3532
|
-
"isIndexer": false,
|
|
3533
|
-
"hasGetter": true,
|
|
3534
|
-
"hasSetter": false,
|
|
3535
|
-
"isStatic": false,
|
|
3536
|
-
"isAbstract": false,
|
|
3537
|
-
"isVirtual": true,
|
|
3538
|
-
"isOverride": false,
|
|
3539
|
-
"visibility": "Public",
|
|
3540
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3541
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation::Value:System.Object",
|
|
3545
|
-
"clrName": "Value",
|
|
3546
|
-
"metadataToken": 385877649,
|
|
3547
|
-
"canonicalSignature": ":System.Object",
|
|
3548
|
-
"normalizedSignature": "Value|:System.Object|static=false|accessor=get",
|
|
3549
|
-
"emitScope": "ClassSurface",
|
|
3550
|
-
"provenance": "Original",
|
|
3551
|
-
"isIndexer": false,
|
|
3552
|
-
"hasGetter": true,
|
|
3553
|
-
"hasSetter": false,
|
|
3554
|
-
"isStatic": false,
|
|
3555
|
-
"isAbstract": false,
|
|
3556
|
-
"isVirtual": true,
|
|
3557
|
-
"isOverride": false,
|
|
3558
|
-
"visibility": "Public",
|
|
3559
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3560
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation::Name:System.String",
|
|
3564
|
-
"clrName": "Name",
|
|
3565
|
-
"metadataToken": 385877696,
|
|
3566
|
-
"canonicalSignature": ":System.String",
|
|
3567
|
-
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
3568
|
-
"emitScope": "ViewOnly",
|
|
3569
|
-
"provenance": "ExplicitView",
|
|
3570
|
-
"isIndexer": false,
|
|
3571
|
-
"hasGetter": true,
|
|
3572
|
-
"hasSetter": false,
|
|
3573
|
-
"isStatic": false,
|
|
3574
|
-
"isAbstract": false,
|
|
3575
|
-
"isVirtual": true,
|
|
3576
|
-
"isOverride": false,
|
|
3577
|
-
"visibility": "Public",
|
|
3578
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3579
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3580
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation::Value:System.Object",
|
|
3584
|
-
"clrName": "Value",
|
|
3585
|
-
"metadataToken": 385877697,
|
|
3586
|
-
"canonicalSignature": ":System.Object",
|
|
3587
|
-
"normalizedSignature": "Value|:System.Object|static=false|accessor=get",
|
|
3588
|
-
"emitScope": "ViewOnly",
|
|
3589
|
-
"provenance": "ExplicitView",
|
|
3590
|
-
"isIndexer": false,
|
|
3591
|
-
"hasGetter": true,
|
|
3592
|
-
"hasSetter": false,
|
|
3593
|
-
"isStatic": false,
|
|
3594
|
-
"isAbstract": false,
|
|
3595
|
-
"isVirtual": true,
|
|
3596
|
-
"isOverride": false,
|
|
3597
|
-
"visibility": "Public",
|
|
3598
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3599
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3600
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3601
|
-
}
|
|
3602
|
-
],
|
|
3603
|
-
"fields": [],
|
|
3604
|
-
"events": [],
|
|
3605
|
-
"constructors": [
|
|
3606
|
-
{
|
|
3607
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotation::.ctor(System.String,System.Object):void",
|
|
3608
|
-
"metadataToken": 100672947,
|
|
3609
|
-
"canonicalSignature": "(System.String,System.Object):void",
|
|
3610
|
-
"normalizedSignature": "constructor|(System.String,System.Object):void|static=false",
|
|
3611
|
-
"isStatic": false,
|
|
3612
|
-
"parameterCount": 2,
|
|
3613
|
-
"visibility": "Public",
|
|
3614
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3615
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
3616
|
-
}
|
|
3617
|
-
]
|
|
3618
|
-
},
|
|
3619
|
-
{
|
|
3620
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3621
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3622
|
-
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
3623
|
-
"metadataToken": 0,
|
|
3624
|
-
"kind": "Class",
|
|
3625
|
-
"accessibility": "Public",
|
|
3626
|
-
"isAbstract": true,
|
|
3627
|
-
"isSealed": false,
|
|
3628
|
-
"isStatic": false,
|
|
3629
|
-
"arity": 0,
|
|
3630
|
-
"baseType": {
|
|
3631
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.Annotatable",
|
|
3632
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.Annotatable"
|
|
3633
|
-
},
|
|
3634
|
-
"interfaces": [
|
|
3635
|
-
{
|
|
3636
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
3637
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
3638
|
-
},
|
|
3639
|
-
{
|
|
3640
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
3641
|
-
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
3645
|
-
"clrName": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
3646
|
-
},
|
|
3647
|
-
{
|
|
3648
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
3649
|
-
"clrName": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
3650
|
-
}
|
|
3651
|
-
],
|
|
3652
|
-
"methods": [
|
|
3653
|
-
{
|
|
3654
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::GetAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3655
|
-
"clrName": "GetAnnotations",
|
|
3656
|
-
"metadataToken": 100672952,
|
|
3657
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3658
|
-
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
3659
|
-
"emitScope": "ClassSurface",
|
|
3660
|
-
"provenance": "Original",
|
|
3661
|
-
"arity": 0,
|
|
3662
|
-
"parameterCount": 0,
|
|
3663
|
-
"isStatic": false,
|
|
3664
|
-
"isAbstract": false,
|
|
3665
|
-
"isVirtual": true,
|
|
3666
|
-
"isOverride": false,
|
|
3667
|
-
"isSealed": false,
|
|
3668
|
-
"visibility": "Public",
|
|
3669
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3670
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3671
|
-
"isExtensionMethod": false
|
|
3672
|
-
},
|
|
3673
|
-
{
|
|
3674
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::AddAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3675
|
-
"clrName": "AddAnnotation",
|
|
3676
|
-
"metadataToken": 100672953,
|
|
3677
|
-
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3678
|
-
"normalizedSignature": "AddAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3679
|
-
"emitScope": "ClassSurface",
|
|
3680
|
-
"provenance": "Original",
|
|
3681
|
-
"arity": 0,
|
|
3682
|
-
"parameterCount": 3,
|
|
3683
|
-
"isStatic": false,
|
|
3684
|
-
"isAbstract": false,
|
|
3685
|
-
"isVirtual": true,
|
|
3686
|
-
"isOverride": false,
|
|
3687
|
-
"isSealed": false,
|
|
3688
|
-
"visibility": "Public",
|
|
3689
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3690
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3691
|
-
"isExtensionMethod": false
|
|
3692
|
-
},
|
|
3693
|
-
{
|
|
3694
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::SetAnnotation(System.String,System.Object):System.Void",
|
|
3695
|
-
"clrName": "SetAnnotation",
|
|
3696
|
-
"metadataToken": 100672954,
|
|
3697
|
-
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
3698
|
-
"normalizedSignature": "SetAnnotation|(System.String,System.Object):System.Void|static=false",
|
|
3699
|
-
"emitScope": "ClassSurface",
|
|
3700
|
-
"provenance": "Original",
|
|
3701
|
-
"arity": 0,
|
|
3702
|
-
"parameterCount": 2,
|
|
3703
|
-
"isStatic": false,
|
|
3704
|
-
"isAbstract": false,
|
|
3705
|
-
"isVirtual": true,
|
|
3706
|
-
"isOverride": true,
|
|
3707
|
-
"isSealed": false,
|
|
3708
|
-
"visibility": "Public",
|
|
3709
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3710
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3711
|
-
"isExtensionMethod": false
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::SetAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3715
|
-
"clrName": "SetAnnotation",
|
|
3716
|
-
"metadataToken": 100672955,
|
|
3717
|
-
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3718
|
-
"normalizedSignature": "SetAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3719
|
-
"emitScope": "ClassSurface",
|
|
3720
|
-
"provenance": "Original",
|
|
3721
|
-
"arity": 0,
|
|
3722
|
-
"parameterCount": 3,
|
|
3723
|
-
"isStatic": false,
|
|
3724
|
-
"isAbstract": false,
|
|
3725
|
-
"isVirtual": true,
|
|
3726
|
-
"isOverride": false,
|
|
3727
|
-
"isSealed": false,
|
|
3728
|
-
"visibility": "Public",
|
|
3729
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3730
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3731
|
-
"isExtensionMethod": false
|
|
3732
|
-
},
|
|
3733
|
-
{
|
|
3734
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::SetOrRemoveAnnotation(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3735
|
-
"clrName": "SetOrRemoveAnnotation",
|
|
3736
|
-
"metadataToken": 100672956,
|
|
3737
|
-
"canonicalSignature": "(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3738
|
-
"normalizedSignature": "SetOrRemoveAnnotation|(System.String,System.Object,Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3739
|
-
"emitScope": "ClassSurface",
|
|
3740
|
-
"provenance": "Original",
|
|
3741
|
-
"arity": 0,
|
|
3742
|
-
"parameterCount": 3,
|
|
3743
|
-
"isStatic": false,
|
|
3744
|
-
"isAbstract": false,
|
|
3745
|
-
"isVirtual": true,
|
|
3746
|
-
"isOverride": false,
|
|
3747
|
-
"isSealed": false,
|
|
3748
|
-
"visibility": "Public",
|
|
3749
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3750
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3751
|
-
"isExtensionMethod": false
|
|
3752
|
-
},
|
|
3753
|
-
{
|
|
3754
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::OnAnnotationSet(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3755
|
-
"clrName": "OnAnnotationSet",
|
|
3756
|
-
"metadataToken": 100672957,
|
|
3757
|
-
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3758
|
-
"normalizedSignature": "OnAnnotationSet|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
3759
|
-
"emitScope": "ClassSurface",
|
|
3760
|
-
"provenance": "Original",
|
|
3761
|
-
"arity": 0,
|
|
3762
|
-
"parameterCount": 3,
|
|
3763
|
-
"isStatic": false,
|
|
3764
|
-
"isAbstract": false,
|
|
3765
|
-
"isVirtual": true,
|
|
3766
|
-
"isOverride": true,
|
|
3767
|
-
"isSealed": false,
|
|
3768
|
-
"visibility": "Protected",
|
|
3769
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3770
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3771
|
-
"isExtensionMethod": false
|
|
3772
|
-
},
|
|
3773
|
-
{
|
|
3774
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::OnAnnotationSet(System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3775
|
-
"clrName": "OnAnnotationSet",
|
|
3776
|
-
"metadataToken": 100672958,
|
|
3777
|
-
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3778
|
-
"normalizedSignature": "OnAnnotationSet|(System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation|static=false",
|
|
3779
|
-
"emitScope": "ClassSurface",
|
|
3780
|
-
"provenance": "Original",
|
|
3781
|
-
"arity": 0,
|
|
3782
|
-
"parameterCount": 3,
|
|
3783
|
-
"isStatic": false,
|
|
3784
|
-
"isAbstract": false,
|
|
3785
|
-
"isVirtual": true,
|
|
3786
|
-
"isOverride": false,
|
|
3787
|
-
"isSealed": false,
|
|
3788
|
-
"visibility": "Protected",
|
|
3789
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3790
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3791
|
-
"isExtensionMethod": false
|
|
3792
|
-
},
|
|
3793
|
-
{
|
|
3794
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3795
|
-
"clrName": "FindAnnotation",
|
|
3796
|
-
"metadataToken": 100672959,
|
|
3797
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3798
|
-
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3799
|
-
"emitScope": "ClassSurface",
|
|
3800
|
-
"provenance": "Original",
|
|
3801
|
-
"arity": 0,
|
|
3802
|
-
"parameterCount": 1,
|
|
3803
|
-
"isStatic": false,
|
|
3804
|
-
"isAbstract": false,
|
|
3805
|
-
"isVirtual": true,
|
|
3806
|
-
"isOverride": false,
|
|
3807
|
-
"isSealed": false,
|
|
3808
|
-
"visibility": "Public",
|
|
3809
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3810
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3811
|
-
"isExtensionMethod": false
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::CreateAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3815
|
-
"clrName": "CreateAnnotation",
|
|
3816
|
-
"metadataToken": 100672960,
|
|
3817
|
-
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3818
|
-
"normalizedSignature": "CreateAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
3819
|
-
"emitScope": "ClassSurface",
|
|
3820
|
-
"provenance": "Original",
|
|
3821
|
-
"arity": 0,
|
|
3822
|
-
"parameterCount": 2,
|
|
3823
|
-
"isStatic": false,
|
|
3824
|
-
"isAbstract": false,
|
|
3825
|
-
"isVirtual": true,
|
|
3826
|
-
"isOverride": true,
|
|
3827
|
-
"isSealed": false,
|
|
3828
|
-
"visibility": "Protected",
|
|
3829
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3830
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3831
|
-
"isExtensionMethod": false
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3835
|
-
"clrName": "FindRuntimeAnnotation",
|
|
3836
|
-
"metadataToken": 100673140,
|
|
3837
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3838
|
-
"normalizedSignature": "FindRuntimeAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
3839
|
-
"emitScope": "ViewOnly",
|
|
3840
|
-
"provenance": "ExplicitView",
|
|
3841
|
-
"arity": 0,
|
|
3842
|
-
"parameterCount": 1,
|
|
3843
|
-
"isStatic": false,
|
|
3844
|
-
"isAbstract": false,
|
|
3845
|
-
"isVirtual": true,
|
|
3846
|
-
"isOverride": false,
|
|
3847
|
-
"isSealed": false,
|
|
3848
|
-
"visibility": "Public",
|
|
3849
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
3850
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3851
|
-
"isExtensionMethod": false,
|
|
3852
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
3853
|
-
},
|
|
3854
|
-
{
|
|
3855
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotationValue(System.String):System.Object",
|
|
3856
|
-
"clrName": "FindRuntimeAnnotationValue",
|
|
3857
|
-
"metadataToken": 100673141,
|
|
3858
|
-
"canonicalSignature": "(System.String):System.Object",
|
|
3859
|
-
"normalizedSignature": "FindRuntimeAnnotationValue|(System.String):System.Object|static=false",
|
|
3860
|
-
"emitScope": "ViewOnly",
|
|
3861
|
-
"provenance": "ExplicitView",
|
|
3862
|
-
"arity": 0,
|
|
3863
|
-
"parameterCount": 1,
|
|
3864
|
-
"isStatic": false,
|
|
3865
|
-
"isAbstract": false,
|
|
3866
|
-
"isVirtual": true,
|
|
3867
|
-
"isOverride": false,
|
|
3868
|
-
"isSealed": false,
|
|
3869
|
-
"visibility": "Public",
|
|
3870
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
3871
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3872
|
-
"isExtensionMethod": false,
|
|
3873
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
3874
|
-
},
|
|
3875
|
-
{
|
|
3876
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::GetRuntimeAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3877
|
-
"clrName": "GetRuntimeAnnotations",
|
|
3878
|
-
"metadataToken": 100673142,
|
|
3879
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3880
|
-
"normalizedSignature": "GetRuntimeAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
3881
|
-
"emitScope": "ViewOnly",
|
|
3882
|
-
"provenance": "ExplicitView",
|
|
3883
|
-
"arity": 0,
|
|
3884
|
-
"parameterCount": 0,
|
|
3885
|
-
"isStatic": false,
|
|
3886
|
-
"isAbstract": false,
|
|
3887
|
-
"isVirtual": true,
|
|
3888
|
-
"isOverride": false,
|
|
3889
|
-
"isSealed": false,
|
|
3890
|
-
"visibility": "Public",
|
|
3891
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
3892
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3893
|
-
"isExtensionMethod": false,
|
|
3894
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
3895
|
-
},
|
|
3896
|
-
{
|
|
3897
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::AddRuntimeAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3898
|
-
"clrName": "AddRuntimeAnnotation",
|
|
3899
|
-
"metadataToken": 100673143,
|
|
3900
|
-
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3901
|
-
"normalizedSignature": "AddRuntimeAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
3902
|
-
"emitScope": "ViewOnly",
|
|
3903
|
-
"provenance": "ExplicitView",
|
|
3904
|
-
"arity": 0,
|
|
3905
|
-
"parameterCount": 2,
|
|
3906
|
-
"isStatic": false,
|
|
3907
|
-
"isAbstract": false,
|
|
3908
|
-
"isVirtual": true,
|
|
3909
|
-
"isOverride": false,
|
|
3910
|
-
"isSealed": false,
|
|
3911
|
-
"visibility": "Public",
|
|
3912
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
3913
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3914
|
-
"isExtensionMethod": false,
|
|
3915
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::GetOrAddRuntimeAnnotationValue(System.String,Func_2,TArg):TValue",
|
|
3919
|
-
"clrName": "GetOrAddRuntimeAnnotationValue",
|
|
3920
|
-
"metadataToken": 100673146,
|
|
3921
|
-
"canonicalSignature": "(System.String,Func_2,TArg):TValue",
|
|
3922
|
-
"normalizedSignature": "GetOrAddRuntimeAnnotationValue|(System.String,Func_2,TArg):TValue|static=false",
|
|
3923
|
-
"emitScope": "ViewOnly",
|
|
3924
|
-
"provenance": "ExplicitView",
|
|
3925
|
-
"arity": 2,
|
|
3926
|
-
"parameterCount": 3,
|
|
3927
|
-
"isStatic": false,
|
|
3928
|
-
"isAbstract": false,
|
|
3929
|
-
"isVirtual": true,
|
|
3930
|
-
"isOverride": false,
|
|
3931
|
-
"isSealed": false,
|
|
3932
|
-
"visibility": "Public",
|
|
3933
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
3934
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3935
|
-
"isExtensionMethod": false,
|
|
3936
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
3937
|
-
},
|
|
3938
|
-
{
|
|
3939
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::AnnotationsToDebugString(System.Int32):System.String",
|
|
3940
|
-
"clrName": "AnnotationsToDebugString",
|
|
3941
|
-
"metadataToken": 100673198,
|
|
3942
|
-
"canonicalSignature": "(System.Int32):System.String",
|
|
3943
|
-
"normalizedSignature": "AnnotationsToDebugString|(System.Int32):System.String|static=false",
|
|
3944
|
-
"emitScope": "ViewOnly",
|
|
3945
|
-
"provenance": "ExplicitView",
|
|
3946
|
-
"arity": 0,
|
|
3947
|
-
"parameterCount": 1,
|
|
3948
|
-
"isStatic": false,
|
|
3949
|
-
"isAbstract": false,
|
|
3950
|
-
"isVirtual": true,
|
|
3951
|
-
"isOverride": false,
|
|
3952
|
-
"isSealed": false,
|
|
3953
|
-
"visibility": "Public",
|
|
3954
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
3955
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3956
|
-
"isExtensionMethod": false,
|
|
3957
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::AddAnnotations(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
3961
|
-
"clrName": "AddAnnotations",
|
|
3962
|
-
"metadataToken": 100666886,
|
|
3963
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
3964
|
-
"normalizedSignature": "AddAnnotations|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
3965
|
-
"emitScope": "ViewOnly",
|
|
3966
|
-
"provenance": "ExplicitView",
|
|
3967
|
-
"arity": 0,
|
|
3968
|
-
"parameterCount": 1,
|
|
3969
|
-
"isStatic": false,
|
|
3970
|
-
"isAbstract": false,
|
|
3971
|
-
"isVirtual": true,
|
|
3972
|
-
"isOverride": false,
|
|
3973
|
-
"isSealed": false,
|
|
3974
|
-
"visibility": "Public",
|
|
3975
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
3976
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3977
|
-
"isExtensionMethod": false,
|
|
3978
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
3979
|
-
},
|
|
3980
|
-
{
|
|
3981
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::SetOrRemoveAnnotation(System.String,System.Object):System.Void",
|
|
3982
|
-
"clrName": "SetOrRemoveAnnotation",
|
|
3983
|
-
"metadataToken": 100666887,
|
|
3984
|
-
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
3985
|
-
"normalizedSignature": "SetOrRemoveAnnotation|(System.String,System.Object):System.Void|static=false",
|
|
3986
|
-
"emitScope": "ViewOnly",
|
|
3987
|
-
"provenance": "ExplicitView",
|
|
3988
|
-
"arity": 0,
|
|
3989
|
-
"parameterCount": 2,
|
|
3990
|
-
"isStatic": false,
|
|
3991
|
-
"isAbstract": false,
|
|
3992
|
-
"isVirtual": true,
|
|
3993
|
-
"isOverride": false,
|
|
3994
|
-
"isSealed": false,
|
|
3995
|
-
"visibility": "Public",
|
|
3996
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
3997
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
3998
|
-
"isExtensionMethod": false,
|
|
3999
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
4000
|
-
},
|
|
4001
|
-
{
|
|
4002
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable::AddAnnotation(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
4003
|
-
"clrName": "AddAnnotation",
|
|
4004
|
-
"metadataToken": 100666407,
|
|
4005
|
-
"canonicalSignature": "(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
4006
|
-
"normalizedSignature": "AddAnnotation|(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation|static=false",
|
|
4007
|
-
"emitScope": "ViewOnly",
|
|
4008
|
-
"provenance": "ExplicitView",
|
|
3394
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::OnAnnotationSet(System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3395
|
+
"clrName": "OnAnnotationSet",
|
|
3396
|
+
"metadataToken": 100672958,
|
|
3397
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3398
|
+
"normalizedSignature": "OnAnnotationSet|(System.String,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation|static=false",
|
|
3399
|
+
"emitScope": "ClassSurface",
|
|
3400
|
+
"provenance": "Original",
|
|
4009
3401
|
"arity": 0,
|
|
4010
3402
|
"parameterCount": 3,
|
|
4011
3403
|
"isStatic": false,
|
|
@@ -4013,62 +3405,19 @@
|
|
|
4013
3405
|
"isVirtual": true,
|
|
4014
3406
|
"isOverride": false,
|
|
4015
3407
|
"isSealed": false,
|
|
4016
|
-
"visibility": "
|
|
4017
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
4018
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4019
|
-
"isExtensionMethod": false,
|
|
4020
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
4024
|
-
"clrName": "FindAnnotation",
|
|
4025
|
-
"metadataToken": 100666409,
|
|
4026
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
4027
|
-
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation|static=false",
|
|
4028
|
-
"emitScope": "ViewOnly",
|
|
4029
|
-
"provenance": "ExplicitView",
|
|
4030
|
-
"arity": 0,
|
|
4031
|
-
"parameterCount": 1,
|
|
4032
|
-
"isStatic": false,
|
|
4033
|
-
"isAbstract": false,
|
|
4034
|
-
"isVirtual": true,
|
|
4035
|
-
"isOverride": false,
|
|
4036
|
-
"isSealed": false,
|
|
4037
|
-
"visibility": "Public",
|
|
4038
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
4039
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4040
|
-
"isExtensionMethod": false,
|
|
4041
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
4042
|
-
},
|
|
4043
|
-
{
|
|
4044
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable::AddAnnotations(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
4045
|
-
"clrName": "AddAnnotations",
|
|
4046
|
-
"metadataToken": 100666412,
|
|
4047
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
4048
|
-
"normalizedSignature": "AddAnnotations|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void|static=false",
|
|
4049
|
-
"emitScope": "ViewOnly",
|
|
4050
|
-
"provenance": "ExplicitView",
|
|
4051
|
-
"arity": 0,
|
|
4052
|
-
"parameterCount": 2,
|
|
4053
|
-
"isStatic": false,
|
|
4054
|
-
"isAbstract": false,
|
|
4055
|
-
"isVirtual": true,
|
|
4056
|
-
"isOverride": false,
|
|
4057
|
-
"isSealed": false,
|
|
4058
|
-
"visibility": "Public",
|
|
4059
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
3408
|
+
"visibility": "Protected",
|
|
3409
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
4060
3410
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4061
|
-
"isExtensionMethod": false
|
|
4062
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
3411
|
+
"isExtensionMethod": false
|
|
4063
3412
|
},
|
|
4064
3413
|
{
|
|
4065
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3414
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
4066
3415
|
"clrName": "FindAnnotation",
|
|
4067
|
-
"metadataToken":
|
|
4068
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.
|
|
4069
|
-
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.
|
|
4070
|
-
"emitScope": "
|
|
4071
|
-
"provenance": "
|
|
3416
|
+
"metadataToken": 100672959,
|
|
3417
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation",
|
|
3418
|
+
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation|static=false",
|
|
3419
|
+
"emitScope": "ClassSurface",
|
|
3420
|
+
"provenance": "Original",
|
|
4072
3421
|
"arity": 0,
|
|
4073
3422
|
"parameterCount": 1,
|
|
4074
3423
|
"isStatic": false,
|
|
@@ -4077,80 +3426,36 @@
|
|
|
4077
3426
|
"isOverride": false,
|
|
4078
3427
|
"isSealed": false,
|
|
4079
3428
|
"visibility": "Public",
|
|
4080
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4081
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4082
|
-
"isExtensionMethod": false,
|
|
4083
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4084
|
-
},
|
|
4085
|
-
{
|
|
4086
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::GetAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4087
|
-
"clrName": "GetAnnotations",
|
|
4088
|
-
"metadataToken": 100673196,
|
|
4089
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4090
|
-
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
4091
|
-
"emitScope": "ViewOnly",
|
|
4092
|
-
"provenance": "ExplicitView",
|
|
4093
|
-
"arity": 0,
|
|
4094
|
-
"parameterCount": 0,
|
|
4095
|
-
"isStatic": false,
|
|
4096
|
-
"isAbstract": false,
|
|
4097
|
-
"isVirtual": true,
|
|
4098
|
-
"isOverride": false,
|
|
4099
|
-
"isSealed": false,
|
|
4100
|
-
"visibility": "Public",
|
|
4101
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
4102
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4103
|
-
"isExtensionMethod": false,
|
|
4104
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4105
|
-
},
|
|
4106
|
-
{
|
|
4107
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::AddAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
4108
|
-
"clrName": "AddAnnotation",
|
|
4109
|
-
"metadataToken": 100666883,
|
|
4110
|
-
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
4111
|
-
"normalizedSignature": "AddAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
4112
|
-
"emitScope": "ViewOnly",
|
|
4113
|
-
"provenance": "ExplicitView",
|
|
4114
|
-
"arity": 0,
|
|
4115
|
-
"parameterCount": 2,
|
|
4116
|
-
"isStatic": false,
|
|
4117
|
-
"isAbstract": false,
|
|
4118
|
-
"isVirtual": true,
|
|
4119
|
-
"isOverride": false,
|
|
4120
|
-
"isSealed": false,
|
|
4121
|
-
"visibility": "Public",
|
|
4122
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
3429
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
4123
3430
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4124
|
-
"isExtensionMethod": false
|
|
4125
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
3431
|
+
"isExtensionMethod": false
|
|
4126
3432
|
},
|
|
4127
3433
|
{
|
|
4128
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4129
|
-
"clrName": "
|
|
4130
|
-
"metadataToken":
|
|
4131
|
-
"canonicalSignature": "(System.String,System.Object):
|
|
4132
|
-
"normalizedSignature": "
|
|
4133
|
-
"emitScope": "
|
|
4134
|
-
"provenance": "
|
|
3434
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::CreateAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3435
|
+
"clrName": "CreateAnnotation",
|
|
3436
|
+
"metadataToken": 100672960,
|
|
3437
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3438
|
+
"normalizedSignature": "CreateAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
3439
|
+
"emitScope": "ClassSurface",
|
|
3440
|
+
"provenance": "Original",
|
|
4135
3441
|
"arity": 0,
|
|
4136
3442
|
"parameterCount": 2,
|
|
4137
3443
|
"isStatic": false,
|
|
4138
3444
|
"isAbstract": false,
|
|
4139
3445
|
"isVirtual": true,
|
|
4140
|
-
"isOverride":
|
|
3446
|
+
"isOverride": true,
|
|
4141
3447
|
"isSealed": false,
|
|
4142
|
-
"visibility": "
|
|
4143
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3448
|
+
"visibility": "Protected",
|
|
3449
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
4144
3450
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4145
|
-
"isExtensionMethod": false
|
|
4146
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
3451
|
+
"isExtensionMethod": false
|
|
4147
3452
|
},
|
|
4148
3453
|
{
|
|
4149
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4150
|
-
"clrName": "
|
|
4151
|
-
"metadataToken":
|
|
3454
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3455
|
+
"clrName": "FindRuntimeAnnotation",
|
|
3456
|
+
"metadataToken": 100673140,
|
|
4152
3457
|
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
4153
|
-
"normalizedSignature": "
|
|
3458
|
+
"normalizedSignature": "FindRuntimeAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
4154
3459
|
"emitScope": "ViewOnly",
|
|
4155
3460
|
"provenance": "ExplicitView",
|
|
4156
3461
|
"arity": 0,
|
|
@@ -4161,60 +3466,61 @@
|
|
|
4161
3466
|
"isOverride": false,
|
|
4162
3467
|
"isSealed": false,
|
|
4163
3468
|
"visibility": "Public",
|
|
4164
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3469
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
4165
3470
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4166
3471
|
"isExtensionMethod": false,
|
|
4167
3472
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4168
3473
|
},
|
|
4169
3474
|
{
|
|
4170
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4171
|
-
"clrName": "
|
|
4172
|
-
"metadataToken":
|
|
4173
|
-
"canonicalSignature": "():System.
|
|
4174
|
-
"normalizedSignature": "
|
|
3475
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::FindRuntimeAnnotationValue(System.String):System.Object",
|
|
3476
|
+
"clrName": "FindRuntimeAnnotationValue",
|
|
3477
|
+
"metadataToken": 100673141,
|
|
3478
|
+
"canonicalSignature": "(System.String):System.Object",
|
|
3479
|
+
"normalizedSignature": "FindRuntimeAnnotationValue|(System.String):System.Object|static=false",
|
|
4175
3480
|
"emitScope": "ViewOnly",
|
|
4176
3481
|
"provenance": "ExplicitView",
|
|
4177
3482
|
"arity": 0,
|
|
4178
|
-
"parameterCount":
|
|
3483
|
+
"parameterCount": 1,
|
|
4179
3484
|
"isStatic": false,
|
|
4180
3485
|
"isAbstract": false,
|
|
4181
3486
|
"isVirtual": true,
|
|
4182
3487
|
"isOverride": false,
|
|
4183
3488
|
"isSealed": false,
|
|
4184
3489
|
"visibility": "Public",
|
|
4185
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3490
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
4186
3491
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4187
3492
|
"isExtensionMethod": false,
|
|
4188
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3493
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
4189
3494
|
},
|
|
4190
3495
|
{
|
|
4191
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4192
|
-
"clrName": "
|
|
4193
|
-
"metadataToken":
|
|
4194
|
-
"canonicalSignature": "(System.
|
|
4195
|
-
"normalizedSignature": "
|
|
4196
|
-
"emitScope": "
|
|
4197
|
-
"provenance": "
|
|
3496
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::GetRuntimeAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3497
|
+
"clrName": "GetRuntimeAnnotations",
|
|
3498
|
+
"metadataToken": 100673142,
|
|
3499
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3500
|
+
"normalizedSignature": "GetRuntimeAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
3501
|
+
"emitScope": "ViewOnly",
|
|
3502
|
+
"provenance": "ExplicitView",
|
|
4198
3503
|
"arity": 0,
|
|
4199
|
-
"parameterCount":
|
|
3504
|
+
"parameterCount": 0,
|
|
4200
3505
|
"isStatic": false,
|
|
4201
3506
|
"isAbstract": false,
|
|
4202
3507
|
"isVirtual": true,
|
|
4203
3508
|
"isOverride": false,
|
|
4204
3509
|
"isSealed": false,
|
|
4205
3510
|
"visibility": "Public",
|
|
4206
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3511
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
4207
3512
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4208
|
-
"isExtensionMethod": false
|
|
3513
|
+
"isExtensionMethod": false,
|
|
3514
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4209
3515
|
},
|
|
4210
3516
|
{
|
|
4211
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4212
|
-
"clrName": "
|
|
4213
|
-
"metadataToken":
|
|
4214
|
-
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4215
|
-
"normalizedSignature": "
|
|
4216
|
-
"emitScope": "
|
|
4217
|
-
"provenance": "
|
|
3517
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::AddRuntimeAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3518
|
+
"clrName": "AddRuntimeAnnotation",
|
|
3519
|
+
"metadataToken": 100673143,
|
|
3520
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3521
|
+
"normalizedSignature": "AddRuntimeAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
3522
|
+
"emitScope": "ViewOnly",
|
|
3523
|
+
"provenance": "ExplicitView",
|
|
4218
3524
|
"arity": 0,
|
|
4219
3525
|
"parameterCount": 2,
|
|
4220
3526
|
"isStatic": false,
|
|
@@ -4223,38 +3529,40 @@
|
|
|
4223
3529
|
"isOverride": false,
|
|
4224
3530
|
"isSealed": false,
|
|
4225
3531
|
"visibility": "Public",
|
|
4226
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3532
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
4227
3533
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4228
|
-
"isExtensionMethod": false
|
|
3534
|
+
"isExtensionMethod": false,
|
|
3535
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
4229
3536
|
},
|
|
4230
3537
|
{
|
|
4231
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4232
|
-
"clrName": "
|
|
4233
|
-
"metadataToken":
|
|
4234
|
-
"canonicalSignature": "(System.String,
|
|
4235
|
-
"normalizedSignature": "
|
|
4236
|
-
"emitScope": "
|
|
4237
|
-
"provenance": "
|
|
4238
|
-
"arity":
|
|
4239
|
-
"parameterCount":
|
|
3538
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable::GetOrAddRuntimeAnnotationValue(System.String,Func_2,TArg):TValue",
|
|
3539
|
+
"clrName": "GetOrAddRuntimeAnnotationValue",
|
|
3540
|
+
"metadataToken": 100673146,
|
|
3541
|
+
"canonicalSignature": "(System.String,Func_2,TArg):TValue",
|
|
3542
|
+
"normalizedSignature": "GetOrAddRuntimeAnnotationValue|(System.String,Func_2,TArg):TValue|static=false",
|
|
3543
|
+
"emitScope": "ViewOnly",
|
|
3544
|
+
"provenance": "ExplicitView",
|
|
3545
|
+
"arity": 2,
|
|
3546
|
+
"parameterCount": 3,
|
|
4240
3547
|
"isStatic": false,
|
|
4241
3548
|
"isAbstract": false,
|
|
4242
3549
|
"isVirtual": true,
|
|
4243
3550
|
"isOverride": false,
|
|
4244
3551
|
"isSealed": false,
|
|
4245
|
-
"visibility": "
|
|
4246
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3552
|
+
"visibility": "Public",
|
|
3553
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable",
|
|
4247
3554
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4248
|
-
"isExtensionMethod": false
|
|
3555
|
+
"isExtensionMethod": false,
|
|
3556
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable"
|
|
4249
3557
|
},
|
|
4250
3558
|
{
|
|
4251
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4252
|
-
"clrName": "
|
|
4253
|
-
"metadataToken":
|
|
4254
|
-
"canonicalSignature": "(System.
|
|
4255
|
-
"normalizedSignature": "
|
|
4256
|
-
"emitScope": "
|
|
4257
|
-
"provenance": "
|
|
3559
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::AnnotationsToDebugString(System.Int32):System.String",
|
|
3560
|
+
"clrName": "AnnotationsToDebugString",
|
|
3561
|
+
"metadataToken": 100673198,
|
|
3562
|
+
"canonicalSignature": "(System.Int32):System.String",
|
|
3563
|
+
"normalizedSignature": "AnnotationsToDebugString|(System.Int32):System.String|static=false",
|
|
3564
|
+
"emitScope": "ViewOnly",
|
|
3565
|
+
"provenance": "ExplicitView",
|
|
4258
3566
|
"arity": 0,
|
|
4259
3567
|
"parameterCount": 1,
|
|
4260
3568
|
"isStatic": false,
|
|
@@ -4263,18 +3571,19 @@
|
|
|
4263
3571
|
"isOverride": false,
|
|
4264
3572
|
"isSealed": false,
|
|
4265
3573
|
"visibility": "Public",
|
|
4266
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3574
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
4267
3575
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4268
|
-
"isExtensionMethod": false
|
|
3576
|
+
"isExtensionMethod": false,
|
|
3577
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4269
3578
|
},
|
|
4270
3579
|
{
|
|
4271
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3580
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::AddAnnotations(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
4272
3581
|
"clrName": "AddAnnotations",
|
|
4273
|
-
"metadataToken":
|
|
4274
|
-
"canonicalSignature": "(System.Collections.Generic.
|
|
4275
|
-
"normalizedSignature": "AddAnnotations|(System.Collections.Generic.
|
|
4276
|
-
"emitScope": "
|
|
4277
|
-
"provenance": "
|
|
3582
|
+
"metadataToken": 100666886,
|
|
3583
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
3584
|
+
"normalizedSignature": "AddAnnotations|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
3585
|
+
"emitScope": "ViewOnly",
|
|
3586
|
+
"provenance": "ExplicitView",
|
|
4278
3587
|
"arity": 0,
|
|
4279
3588
|
"parameterCount": 1,
|
|
4280
3589
|
"isStatic": false,
|
|
@@ -4283,18 +3592,19 @@
|
|
|
4283
3592
|
"isOverride": false,
|
|
4284
3593
|
"isSealed": false,
|
|
4285
3594
|
"visibility": "Public",
|
|
4286
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3595
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
4287
3596
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4288
|
-
"isExtensionMethod": false
|
|
3597
|
+
"isExtensionMethod": false,
|
|
3598
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
4289
3599
|
},
|
|
4290
3600
|
{
|
|
4291
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4292
|
-
"clrName": "
|
|
4293
|
-
"metadataToken":
|
|
4294
|
-
"canonicalSignature": "(System.String,System.Object):
|
|
4295
|
-
"normalizedSignature": "
|
|
4296
|
-
"emitScope": "
|
|
4297
|
-
"provenance": "
|
|
3601
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::SetOrRemoveAnnotation(System.String,System.Object):System.Void",
|
|
3602
|
+
"clrName": "SetOrRemoveAnnotation",
|
|
3603
|
+
"metadataToken": 100666887,
|
|
3604
|
+
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
3605
|
+
"normalizedSignature": "SetOrRemoveAnnotation|(System.String,System.Object):System.Void|static=false",
|
|
3606
|
+
"emitScope": "ViewOnly",
|
|
3607
|
+
"provenance": "ExplicitView",
|
|
4298
3608
|
"arity": 0,
|
|
4299
3609
|
"parameterCount": 2,
|
|
4300
3610
|
"isStatic": false,
|
|
@@ -4303,78 +3613,82 @@
|
|
|
4303
3613
|
"isOverride": false,
|
|
4304
3614
|
"isSealed": false,
|
|
4305
3615
|
"visibility": "Public",
|
|
4306
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3616
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
4307
3617
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4308
|
-
"isExtensionMethod": false
|
|
3618
|
+
"isExtensionMethod": false,
|
|
3619
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
4309
3620
|
},
|
|
4310
3621
|
{
|
|
4311
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4312
|
-
"clrName": "
|
|
4313
|
-
"metadataToken":
|
|
4314
|
-
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.
|
|
4315
|
-
"normalizedSignature": "
|
|
4316
|
-
"emitScope": "
|
|
4317
|
-
"provenance": "
|
|
3622
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable::AddAnnotation(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3623
|
+
"clrName": "AddAnnotation",
|
|
3624
|
+
"metadataToken": 100666407,
|
|
3625
|
+
"canonicalSignature": "(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3626
|
+
"normalizedSignature": "AddAnnotation|(System.String,System.Object,System.Boolean):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation|static=false",
|
|
3627
|
+
"emitScope": "ViewOnly",
|
|
3628
|
+
"provenance": "ExplicitView",
|
|
4318
3629
|
"arity": 0,
|
|
4319
|
-
"parameterCount":
|
|
3630
|
+
"parameterCount": 3,
|
|
4320
3631
|
"isStatic": false,
|
|
4321
3632
|
"isAbstract": false,
|
|
4322
3633
|
"isVirtual": true,
|
|
4323
3634
|
"isOverride": false,
|
|
4324
3635
|
"isSealed": false,
|
|
4325
3636
|
"visibility": "Public",
|
|
4326
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3637
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
4327
3638
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4328
|
-
"isExtensionMethod": false
|
|
3639
|
+
"isExtensionMethod": false,
|
|
3640
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
4329
3641
|
},
|
|
4330
3642
|
{
|
|
4331
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4332
|
-
"clrName": "
|
|
4333
|
-
"metadataToken":
|
|
4334
|
-
"canonicalSignature": "(System.String
|
|
4335
|
-
"normalizedSignature": "
|
|
4336
|
-
"emitScope": "
|
|
4337
|
-
"provenance": "
|
|
3643
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3644
|
+
"clrName": "FindAnnotation",
|
|
3645
|
+
"metadataToken": 100666409,
|
|
3646
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation",
|
|
3647
|
+
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation|static=false",
|
|
3648
|
+
"emitScope": "ViewOnly",
|
|
3649
|
+
"provenance": "ExplicitView",
|
|
4338
3650
|
"arity": 0,
|
|
4339
|
-
"parameterCount":
|
|
3651
|
+
"parameterCount": 1,
|
|
4340
3652
|
"isStatic": false,
|
|
4341
3653
|
"isAbstract": false,
|
|
4342
3654
|
"isVirtual": true,
|
|
4343
3655
|
"isOverride": false,
|
|
4344
3656
|
"isSealed": false,
|
|
4345
|
-
"visibility": "
|
|
4346
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3657
|
+
"visibility": "Public",
|
|
3658
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
4347
3659
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4348
|
-
"isExtensionMethod": false
|
|
3660
|
+
"isExtensionMethod": false,
|
|
3661
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
4349
3662
|
},
|
|
4350
3663
|
{
|
|
4351
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4352
|
-
"clrName": "
|
|
4353
|
-
"metadataToken":
|
|
4354
|
-
"canonicalSignature": "(System.
|
|
4355
|
-
"normalizedSignature": "
|
|
4356
|
-
"emitScope": "
|
|
4357
|
-
"provenance": "
|
|
3664
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable::AddAnnotations(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
3665
|
+
"clrName": "AddAnnotations",
|
|
3666
|
+
"metadataToken": 100666412,
|
|
3667
|
+
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void",
|
|
3668
|
+
"normalizedSignature": "AddAnnotations|(System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Boolean):System.Void|static=false",
|
|
3669
|
+
"emitScope": "ViewOnly",
|
|
3670
|
+
"provenance": "ExplicitView",
|
|
4358
3671
|
"arity": 0,
|
|
4359
|
-
"parameterCount":
|
|
3672
|
+
"parameterCount": 2,
|
|
4360
3673
|
"isStatic": false,
|
|
4361
3674
|
"isAbstract": false,
|
|
4362
3675
|
"isVirtual": true,
|
|
4363
3676
|
"isOverride": false,
|
|
4364
3677
|
"isSealed": false,
|
|
4365
3678
|
"visibility": "Public",
|
|
4366
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3679
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
4367
3680
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4368
|
-
"isExtensionMethod": false
|
|
3681
|
+
"isExtensionMethod": false,
|
|
3682
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable"
|
|
4369
3683
|
},
|
|
4370
3684
|
{
|
|
4371
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3685
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::FindAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
4372
3686
|
"clrName": "FindAnnotation",
|
|
4373
|
-
"metadataToken":
|
|
3687
|
+
"metadataToken": 100673195,
|
|
4374
3688
|
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
4375
3689
|
"normalizedSignature": "FindAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
4376
|
-
"emitScope": "
|
|
4377
|
-
"provenance": "
|
|
3690
|
+
"emitScope": "ViewOnly",
|
|
3691
|
+
"provenance": "ExplicitView",
|
|
4378
3692
|
"arity": 0,
|
|
4379
3693
|
"parameterCount": 1,
|
|
4380
3694
|
"isStatic": false,
|
|
@@ -4383,78 +3697,82 @@
|
|
|
4383
3697
|
"isOverride": false,
|
|
4384
3698
|
"isSealed": false,
|
|
4385
3699
|
"visibility": "Public",
|
|
4386
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3700
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
4387
3701
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4388
|
-
"isExtensionMethod": false
|
|
3702
|
+
"isExtensionMethod": false,
|
|
3703
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4389
3704
|
},
|
|
4390
3705
|
{
|
|
4391
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4392
|
-
"clrName": "
|
|
4393
|
-
"metadataToken":
|
|
4394
|
-
"canonicalSignature": "(System.
|
|
4395
|
-
"normalizedSignature": "
|
|
4396
|
-
"emitScope": "
|
|
4397
|
-
"provenance": "
|
|
3706
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable::GetAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3707
|
+
"clrName": "GetAnnotations",
|
|
3708
|
+
"metadataToken": 100673196,
|
|
3709
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3710
|
+
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
3711
|
+
"emitScope": "ViewOnly",
|
|
3712
|
+
"provenance": "ExplicitView",
|
|
4398
3713
|
"arity": 0,
|
|
4399
|
-
"parameterCount":
|
|
3714
|
+
"parameterCount": 0,
|
|
4400
3715
|
"isStatic": false,
|
|
4401
3716
|
"isAbstract": false,
|
|
4402
3717
|
"isVirtual": true,
|
|
4403
3718
|
"isOverride": false,
|
|
4404
3719
|
"isSealed": false,
|
|
4405
3720
|
"visibility": "Public",
|
|
4406
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.
|
|
3721
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable",
|
|
4407
3722
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4408
|
-
"isExtensionMethod": false
|
|
3723
|
+
"isExtensionMethod": false,
|
|
3724
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4409
3725
|
},
|
|
4410
3726
|
{
|
|
4411
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4412
|
-
"clrName": "
|
|
4413
|
-
"metadataToken":
|
|
4414
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
4415
|
-
"normalizedSignature": "
|
|
4416
|
-
"emitScope": "
|
|
4417
|
-
"provenance": "
|
|
3727
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::AddAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3728
|
+
"clrName": "AddAnnotation",
|
|
3729
|
+
"metadataToken": 100666883,
|
|
3730
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3731
|
+
"normalizedSignature": "AddAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
3732
|
+
"emitScope": "ViewOnly",
|
|
3733
|
+
"provenance": "ExplicitView",
|
|
4418
3734
|
"arity": 0,
|
|
4419
|
-
"parameterCount":
|
|
3735
|
+
"parameterCount": 2,
|
|
4420
3736
|
"isStatic": false,
|
|
4421
3737
|
"isAbstract": false,
|
|
4422
3738
|
"isVirtual": true,
|
|
4423
3739
|
"isOverride": false,
|
|
4424
3740
|
"isSealed": false,
|
|
4425
3741
|
"visibility": "Public",
|
|
4426
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3742
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
4427
3743
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4428
|
-
"isExtensionMethod": false
|
|
3744
|
+
"isExtensionMethod": false,
|
|
3745
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
4429
3746
|
},
|
|
4430
3747
|
{
|
|
4431
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4432
|
-
"clrName": "
|
|
4433
|
-
"metadataToken":
|
|
4434
|
-
"canonicalSignature": "(System.String):
|
|
4435
|
-
"normalizedSignature": "
|
|
4436
|
-
"emitScope": "
|
|
4437
|
-
"provenance": "
|
|
3748
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::SetAnnotation(System.String,System.Object):System.Void",
|
|
3749
|
+
"clrName": "SetAnnotation",
|
|
3750
|
+
"metadataToken": 100666884,
|
|
3751
|
+
"canonicalSignature": "(System.String,System.Object):System.Void",
|
|
3752
|
+
"normalizedSignature": "SetAnnotation|(System.String,System.Object):System.Void|static=false",
|
|
3753
|
+
"emitScope": "ViewOnly",
|
|
3754
|
+
"provenance": "ExplicitView",
|
|
4438
3755
|
"arity": 0,
|
|
4439
|
-
"parameterCount":
|
|
3756
|
+
"parameterCount": 2,
|
|
4440
3757
|
"isStatic": false,
|
|
4441
3758
|
"isAbstract": false,
|
|
4442
3759
|
"isVirtual": true,
|
|
4443
3760
|
"isOverride": false,
|
|
4444
3761
|
"isSealed": false,
|
|
4445
3762
|
"visibility": "Public",
|
|
4446
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3763
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
4447
3764
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4448
|
-
"isExtensionMethod": false
|
|
3765
|
+
"isExtensionMethod": false,
|
|
3766
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable"
|
|
4449
3767
|
},
|
|
4450
3768
|
{
|
|
4451
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
4452
|
-
"clrName": "
|
|
4453
|
-
"metadataToken":
|
|
4454
|
-
"canonicalSignature": "(System.String):
|
|
4455
|
-
"normalizedSignature": "
|
|
4456
|
-
"emitScope": "
|
|
4457
|
-
"provenance": "
|
|
3769
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable::RemoveAnnotation(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3770
|
+
"clrName": "RemoveAnnotation",
|
|
3771
|
+
"metadataToken": 100666885,
|
|
3772
|
+
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation",
|
|
3773
|
+
"normalizedSignature": "RemoveAnnotation|(System.String):Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation|static=false",
|
|
3774
|
+
"emitScope": "ViewOnly",
|
|
3775
|
+
"provenance": "ExplicitView",
|
|
4458
3776
|
"arity": 0,
|
|
4459
3777
|
"parameterCount": 1,
|
|
4460
3778
|
"isStatic": false,
|
|
@@ -4463,18 +3781,19 @@
|
|
|
4463
3781
|
"isOverride": false,
|
|
4464
3782
|
"isSealed": false,
|
|
4465
3783
|
"visibility": "Public",
|
|
4466
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
3784
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable",
|
|
4467
3785
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4468
|
-
"isExtensionMethod": false
|
|
3786
|
+
"isExtensionMethod": false,
|
|
3787
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4469
3788
|
},
|
|
4470
3789
|
{
|
|
4471
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
3790
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable::GetAnnotations():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
4472
3791
|
"clrName": "GetAnnotations",
|
|
4473
|
-
"metadataToken":
|
|
4474
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
|
|
4475
|
-
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1|static=false",
|
|
4476
|
-
"emitScope": "
|
|
4477
|
-
"provenance": "
|
|
3792
|
+
"metadataToken": 100666406,
|
|
3793
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
3794
|
+
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
3795
|
+
"emitScope": "ViewOnly",
|
|
3796
|
+
"provenance": "ExplicitView",
|
|
4478
3797
|
"arity": 0,
|
|
4479
3798
|
"parameterCount": 0,
|
|
4480
3799
|
"isStatic": false,
|
|
@@ -4483,40 +3802,21 @@
|
|
|
4483
3802
|
"isOverride": false,
|
|
4484
3803
|
"isSealed": false,
|
|
4485
3804
|
"visibility": "Public",
|
|
4486
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
4487
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4488
|
-
"isExtensionMethod": false
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::GetOrAddRuntimeAnnotationValue(System.String,System.Func_2,TArg):TValue",
|
|
4492
|
-
"clrName": "GetOrAddRuntimeAnnotationValue",
|
|
4493
|
-
"metadataToken": 0,
|
|
4494
|
-
"canonicalSignature": "(System.String,System.Func_2,TArg):TValue",
|
|
4495
|
-
"normalizedSignature": "GetOrAddRuntimeAnnotationValue|(System.String,System.Func_2,TArg):TValue|static=false",
|
|
4496
|
-
"emitScope": "ClassSurface",
|
|
4497
|
-
"provenance": "BaseOverload",
|
|
4498
|
-
"arity": 2,
|
|
4499
|
-
"parameterCount": 3,
|
|
4500
|
-
"isStatic": false,
|
|
4501
|
-
"isAbstract": false,
|
|
4502
|
-
"isVirtual": true,
|
|
4503
|
-
"isOverride": false,
|
|
4504
|
-
"isSealed": false,
|
|
4505
|
-
"visibility": "Public",
|
|
4506
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
3805
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable",
|
|
4507
3806
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4508
|
-
"isExtensionMethod": false
|
|
3807
|
+
"isExtensionMethod": false,
|
|
3808
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable"
|
|
4509
3809
|
},
|
|
4510
3810
|
{
|
|
4511
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::
|
|
4512
|
-
"clrName": "
|
|
3811
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::AddAnnotation(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3812
|
+
"clrName": "AddAnnotation",
|
|
4513
3813
|
"metadataToken": 0,
|
|
4514
|
-
"canonicalSignature": "():
|
|
4515
|
-
"normalizedSignature": "
|
|
3814
|
+
"canonicalSignature": "(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3815
|
+
"normalizedSignature": "AddAnnotation|(System.String,System.Object):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
4516
3816
|
"emitScope": "ClassSurface",
|
|
4517
3817
|
"provenance": "BaseOverload",
|
|
4518
3818
|
"arity": 0,
|
|
4519
|
-
"parameterCount":
|
|
3819
|
+
"parameterCount": 2,
|
|
4520
3820
|
"isStatic": false,
|
|
4521
3821
|
"isAbstract": false,
|
|
4522
3822
|
"isVirtual": true,
|
|
@@ -4528,35 +3828,35 @@
|
|
|
4528
3828
|
"isExtensionMethod": false
|
|
4529
3829
|
},
|
|
4530
3830
|
{
|
|
4531
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::
|
|
4532
|
-
"clrName": "
|
|
3831
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::AddAnnotation(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3832
|
+
"clrName": "AddAnnotation",
|
|
4533
3833
|
"metadataToken": 0,
|
|
4534
|
-
"canonicalSignature": "(System.String):Microsoft.EntityFrameworkCore.Infrastructure.
|
|
4535
|
-
"normalizedSignature": "
|
|
3834
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation",
|
|
3835
|
+
"normalizedSignature": "AddAnnotation|(System.String,Microsoft.EntityFrameworkCore.Infrastructure.Annotation):Microsoft.EntityFrameworkCore.Infrastructure.Annotation|static=false",
|
|
4536
3836
|
"emitScope": "ClassSurface",
|
|
4537
3837
|
"provenance": "BaseOverload",
|
|
4538
3838
|
"arity": 0,
|
|
4539
|
-
"parameterCount":
|
|
3839
|
+
"parameterCount": 2,
|
|
4540
3840
|
"isStatic": false,
|
|
4541
3841
|
"isAbstract": false,
|
|
4542
3842
|
"isVirtual": true,
|
|
4543
3843
|
"isOverride": false,
|
|
4544
3844
|
"isSealed": false,
|
|
4545
|
-
"visibility": "
|
|
3845
|
+
"visibility": "Protected",
|
|
4546
3846
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable",
|
|
4547
3847
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4548
3848
|
"isExtensionMethod": false
|
|
4549
3849
|
},
|
|
4550
3850
|
{
|
|
4551
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::
|
|
4552
|
-
"clrName": "
|
|
3851
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.ConventionAnnotatable::GetAnnotations():System.Collections.Generic.IEnumerable_1\u003CMicrosoft.EntityFrameworkCore.Infrastructure.Annotation\u003E",
|
|
3852
|
+
"clrName": "GetAnnotations",
|
|
4553
3853
|
"metadataToken": 0,
|
|
4554
|
-
"canonicalSignature": "(
|
|
4555
|
-
"normalizedSignature": "
|
|
3854
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1\u003CMicrosoft.EntityFrameworkCore.Infrastructure.Annotation\u003E",
|
|
3855
|
+
"normalizedSignature": "GetAnnotations|():System.Collections.Generic.IEnumerable_1\u003CMicrosoft.EntityFrameworkCore.Infrastructure.Annotation\u003E|static=false",
|
|
4556
3856
|
"emitScope": "ClassSurface",
|
|
4557
3857
|
"provenance": "BaseOverload",
|
|
4558
3858
|
"arity": 0,
|
|
4559
|
-
"parameterCount":
|
|
3859
|
+
"parameterCount": 0,
|
|
4560
3860
|
"isStatic": false,
|
|
4561
3861
|
"isAbstract": false,
|
|
4562
3862
|
"isVirtual": true,
|
|
@@ -6906,26 +6206,6 @@
|
|
|
6906
6206
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkRelationalServicesBuilder",
|
|
6907
6207
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6908
6208
|
"isExtensionMethod": false
|
|
6909
|
-
},
|
|
6910
|
-
{
|
|
6911
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkRelationalServicesBuilder::TryGetServiceCharacteristics(System.Type):System.Nullable_1",
|
|
6912
|
-
"clrName": "TryGetServiceCharacteristics",
|
|
6913
|
-
"metadataToken": 0,
|
|
6914
|
-
"canonicalSignature": "(System.Type):System.Nullable_1",
|
|
6915
|
-
"normalizedSignature": "TryGetServiceCharacteristics|(System.Type):System.Nullable_1|static=false",
|
|
6916
|
-
"emitScope": "ClassSurface",
|
|
6917
|
-
"provenance": "BaseOverload",
|
|
6918
|
-
"arity": 0,
|
|
6919
|
-
"parameterCount": 1,
|
|
6920
|
-
"isStatic": false,
|
|
6921
|
-
"isAbstract": false,
|
|
6922
|
-
"isVirtual": true,
|
|
6923
|
-
"isOverride": false,
|
|
6924
|
-
"isSealed": false,
|
|
6925
|
-
"visibility": "Protected",
|
|
6926
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkRelationalServicesBuilder",
|
|
6927
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
6928
|
-
"isExtensionMethod": false
|
|
6929
6209
|
}
|
|
6930
6210
|
],
|
|
6931
6211
|
"properties": [],
|
|
@@ -10515,26 +9795,6 @@
|
|
|
10515
9795
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10516
9796
|
"isExtensionMethod": false,
|
|
10517
9797
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IModelCustomizer"
|
|
10518
|
-
},
|
|
10519
|
-
{
|
|
10520
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelCustomizer::Customize(Microsoft.EntityFrameworkCore.ModelBuilder,Microsoft.EntityFrameworkCore.DbContext):System.Void",
|
|
10521
|
-
"clrName": "Customize",
|
|
10522
|
-
"metadataToken": 0,
|
|
10523
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ModelBuilder,Microsoft.EntityFrameworkCore.DbContext):System.Void",
|
|
10524
|
-
"normalizedSignature": "Customize|(Microsoft.EntityFrameworkCore.ModelBuilder,Microsoft.EntityFrameworkCore.DbContext):System.Void|static=false",
|
|
10525
|
-
"emitScope": "ClassSurface",
|
|
10526
|
-
"provenance": "BaseOverload",
|
|
10527
|
-
"arity": 0,
|
|
10528
|
-
"parameterCount": 2,
|
|
10529
|
-
"isStatic": false,
|
|
10530
|
-
"isAbstract": false,
|
|
10531
|
-
"isVirtual": true,
|
|
10532
|
-
"isOverride": false,
|
|
10533
|
-
"isSealed": false,
|
|
10534
|
-
"visibility": "Public",
|
|
10535
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelCustomizer",
|
|
10536
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
10537
|
-
"isExtensionMethod": false
|
|
10538
9798
|
}
|
|
10539
9799
|
],
|
|
10540
9800
|
"properties": [],
|
|
@@ -10830,26 +10090,6 @@
|
|
|
10830
10090
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10831
10091
|
"isExtensionMethod": false,
|
|
10832
10092
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IModelRuntimeInitializer"
|
|
10833
|
-
},
|
|
10834
|
-
{
|
|
10835
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelRuntimeInitializer::Initialize(Microsoft.EntityFrameworkCore.Metadata.IModel,System.Boolean,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):Microsoft.EntityFrameworkCore.Metadata.IModel",
|
|
10836
|
-
"clrName": "Initialize",
|
|
10837
|
-
"metadataToken": 0,
|
|
10838
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,System.Boolean,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):Microsoft.EntityFrameworkCore.Metadata.IModel",
|
|
10839
|
-
"normalizedSignature": "Initialize|(Microsoft.EntityFrameworkCore.Metadata.IModel,System.Boolean,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):Microsoft.EntityFrameworkCore.Metadata.IModel|static=false",
|
|
10840
|
-
"emitScope": "ClassSurface",
|
|
10841
|
-
"provenance": "BaseOverload",
|
|
10842
|
-
"arity": 0,
|
|
10843
|
-
"parameterCount": 3,
|
|
10844
|
-
"isStatic": false,
|
|
10845
|
-
"isAbstract": false,
|
|
10846
|
-
"isVirtual": true,
|
|
10847
|
-
"isOverride": false,
|
|
10848
|
-
"isSealed": false,
|
|
10849
|
-
"visibility": "Public",
|
|
10850
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelRuntimeInitializer",
|
|
10851
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
10852
|
-
"isExtensionMethod": false
|
|
10853
10093
|
}
|
|
10854
10094
|
],
|
|
10855
10095
|
"properties": [
|
|
@@ -12043,111 +11283,11 @@
|
|
|
12043
11283
|
"sourceInterface": "Microsoft.EntityFrameworkCore.Infrastructure.IModelValidator"
|
|
12044
11284
|
},
|
|
12045
11285
|
{
|
|
12046
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::
|
|
12047
|
-
"clrName": "Validate",
|
|
12048
|
-
"metadataToken": 0,
|
|
12049
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12050
|
-
"normalizedSignature": "Validate|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
12051
|
-
"emitScope": "ClassSurface",
|
|
12052
|
-
"provenance": "BaseOverload",
|
|
12053
|
-
"arity": 0,
|
|
12054
|
-
"parameterCount": 2,
|
|
12055
|
-
"isStatic": false,
|
|
12056
|
-
"isAbstract": false,
|
|
12057
|
-
"isVirtual": true,
|
|
12058
|
-
"isOverride": false,
|
|
12059
|
-
"isSealed": false,
|
|
12060
|
-
"visibility": "Public",
|
|
12061
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12062
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12063
|
-
"isExtensionMethod": false
|
|
12064
|
-
},
|
|
12065
|
-
{
|
|
12066
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidateData(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12067
|
-
"clrName": "ValidateData",
|
|
12068
|
-
"metadataToken": 0,
|
|
12069
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12070
|
-
"normalizedSignature": "ValidateData|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
12071
|
-
"emitScope": "ClassSurface",
|
|
12072
|
-
"provenance": "BaseOverload",
|
|
12073
|
-
"arity": 0,
|
|
12074
|
-
"parameterCount": 2,
|
|
12075
|
-
"isStatic": false,
|
|
12076
|
-
"isAbstract": false,
|
|
12077
|
-
"isVirtual": true,
|
|
12078
|
-
"isOverride": false,
|
|
12079
|
-
"isSealed": false,
|
|
12080
|
-
"visibility": "Protected",
|
|
12081
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12082
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12083
|
-
"isExtensionMethod": false
|
|
12084
|
-
},
|
|
12085
|
-
{
|
|
12086
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidateInheritanceMapping(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12087
|
-
"clrName": "ValidateInheritanceMapping",
|
|
12088
|
-
"metadataToken": 0,
|
|
12089
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12090
|
-
"normalizedSignature": "ValidateInheritanceMapping|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
12091
|
-
"emitScope": "ClassSurface",
|
|
12092
|
-
"provenance": "BaseOverload",
|
|
12093
|
-
"arity": 0,
|
|
12094
|
-
"parameterCount": 2,
|
|
12095
|
-
"isStatic": false,
|
|
12096
|
-
"isAbstract": false,
|
|
12097
|
-
"isVirtual": true,
|
|
12098
|
-
"isOverride": false,
|
|
12099
|
-
"isSealed": false,
|
|
12100
|
-
"visibility": "Protected",
|
|
12101
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12102
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12103
|
-
"isExtensionMethod": false
|
|
12104
|
-
},
|
|
12105
|
-
{
|
|
12106
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidateNoMutableKeys(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12107
|
-
"clrName": "ValidateNoMutableKeys",
|
|
12108
|
-
"metadataToken": 0,
|
|
12109
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12110
|
-
"normalizedSignature": "ValidateNoMutableKeys|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
12111
|
-
"emitScope": "ClassSurface",
|
|
12112
|
-
"provenance": "BaseOverload",
|
|
12113
|
-
"arity": 0,
|
|
12114
|
-
"parameterCount": 2,
|
|
12115
|
-
"isStatic": false,
|
|
12116
|
-
"isAbstract": false,
|
|
12117
|
-
"isVirtual": true,
|
|
12118
|
-
"isOverride": false,
|
|
12119
|
-
"isSealed": false,
|
|
12120
|
-
"visibility": "Protected",
|
|
12121
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12122
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12123
|
-
"isExtensionMethod": false
|
|
12124
|
-
},
|
|
12125
|
-
{
|
|
12126
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidatePrimitiveCollections(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12127
|
-
"clrName": "ValidatePrimitiveCollections",
|
|
12128
|
-
"metadataToken": 0,
|
|
12129
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12130
|
-
"normalizedSignature": "ValidatePrimitiveCollections|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
12131
|
-
"emitScope": "ClassSurface",
|
|
12132
|
-
"provenance": "BaseOverload",
|
|
12133
|
-
"arity": 0,
|
|
12134
|
-
"parameterCount": 2,
|
|
12135
|
-
"isStatic": false,
|
|
12136
|
-
"isAbstract": false,
|
|
12137
|
-
"isVirtual": true,
|
|
12138
|
-
"isOverride": false,
|
|
12139
|
-
"isSealed": false,
|
|
12140
|
-
"visibility": "Protected",
|
|
12141
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12142
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12143
|
-
"isExtensionMethod": false
|
|
12144
|
-
},
|
|
12145
|
-
{
|
|
12146
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidatePropertyMapping(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
11286
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidatePropertyMapping(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1\u003CMicrosoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation\u003E):System.Void",
|
|
12147
11287
|
"clrName": "ValidatePropertyMapping",
|
|
12148
11288
|
"metadataToken": 0,
|
|
12149
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12150
|
-
"normalizedSignature": "ValidatePropertyMapping|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
11289
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1\u003CMicrosoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation\u003E):System.Void",
|
|
11290
|
+
"normalizedSignature": "ValidatePropertyMapping|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1\u003CMicrosoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation\u003E):System.Void|static=false",
|
|
12151
11291
|
"emitScope": "ClassSurface",
|
|
12152
11292
|
"provenance": "BaseOverload",
|
|
12153
11293
|
"arity": 0,
|
|
@@ -12163,11 +11303,11 @@
|
|
|
12163
11303
|
"isExtensionMethod": false
|
|
12164
11304
|
},
|
|
12165
11305
|
{
|
|
12166
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidatePropertyMapping(Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase,Microsoft.EntityFrameworkCore.Metadata.IConventionModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
11306
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidatePropertyMapping(Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase,Microsoft.EntityFrameworkCore.Metadata.IConventionModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1\u003CMicrosoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation\u003E):System.Void",
|
|
12167
11307
|
"clrName": "ValidatePropertyMapping",
|
|
12168
11308
|
"metadataToken": 0,
|
|
12169
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase,Microsoft.EntityFrameworkCore.Metadata.IConventionModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12170
|
-
"normalizedSignature": "ValidatePropertyMapping|(Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase,Microsoft.EntityFrameworkCore.Metadata.IConventionModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
11309
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase,Microsoft.EntityFrameworkCore.Metadata.IConventionModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1\u003CMicrosoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation\u003E):System.Void",
|
|
11310
|
+
"normalizedSignature": "ValidatePropertyMapping|(Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase,Microsoft.EntityFrameworkCore.Metadata.IConventionModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1\u003CMicrosoft.EntityFrameworkCore.DbLoggerCategory\u002BModel\u002BValidation\u003E):System.Void|static=false",
|
|
12171
11311
|
"emitScope": "ClassSurface",
|
|
12172
11312
|
"provenance": "BaseOverload",
|
|
12173
11313
|
"arity": 0,
|
|
@@ -12181,46 +11321,6 @@
|
|
|
12181
11321
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12182
11322
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12183
11323
|
"isExtensionMethod": false
|
|
12184
|
-
},
|
|
12185
|
-
{
|
|
12186
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidatePropertyMapping(Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12187
|
-
"clrName": "ValidatePropertyMapping",
|
|
12188
|
-
"metadataToken": 0,
|
|
12189
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12190
|
-
"normalizedSignature": "ValidatePropertyMapping|(Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
12191
|
-
"emitScope": "ClassSurface",
|
|
12192
|
-
"provenance": "BaseOverload",
|
|
12193
|
-
"arity": 0,
|
|
12194
|
-
"parameterCount": 2,
|
|
12195
|
-
"isStatic": false,
|
|
12196
|
-
"isAbstract": false,
|
|
12197
|
-
"isVirtual": true,
|
|
12198
|
-
"isOverride": false,
|
|
12199
|
-
"isSealed": false,
|
|
12200
|
-
"visibility": "Protected",
|
|
12201
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12202
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12203
|
-
"isExtensionMethod": false
|
|
12204
|
-
},
|
|
12205
|
-
{
|
|
12206
|
-
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator::ValidateTriggers(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12207
|
-
"clrName": "ValidateTriggers",
|
|
12208
|
-
"metadataToken": 0,
|
|
12209
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void",
|
|
12210
|
-
"normalizedSignature": "ValidateTriggers|(Microsoft.EntityFrameworkCore.Metadata.IModel,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1):System.Void|static=false",
|
|
12211
|
-
"emitScope": "ClassSurface",
|
|
12212
|
-
"provenance": "BaseOverload",
|
|
12213
|
-
"arity": 0,
|
|
12214
|
-
"parameterCount": 2,
|
|
12215
|
-
"isStatic": false,
|
|
12216
|
-
"isAbstract": false,
|
|
12217
|
-
"isVirtual": true,
|
|
12218
|
-
"isOverride": false,
|
|
12219
|
-
"isSealed": false,
|
|
12220
|
-
"visibility": "Protected",
|
|
12221
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalModelValidator",
|
|
12222
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Relational",
|
|
12223
|
-
"isExtensionMethod": false
|
|
12224
11324
|
}
|
|
12225
11325
|
],
|
|
12226
11326
|
"properties": [
|