@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
|
@@ -3812,11 +3812,11 @@
|
|
|
3812
3812
|
"isExtensionMethod": false
|
|
3813
3813
|
},
|
|
3814
3814
|
{
|
|
3815
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.ArrayPropertyValues::SetValues(System.Collections.Generic.IDictionary_2):System.Void",
|
|
3815
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.ArrayPropertyValues::SetValues(System.Collections.Generic.IDictionary_2\u003CSystem.String,TProperty\u003E):System.Void",
|
|
3816
3816
|
"clrName": "SetValues",
|
|
3817
3817
|
"metadataToken": 0,
|
|
3818
|
-
"canonicalSignature": "(System.Collections.Generic.IDictionary_2):System.Void",
|
|
3819
|
-
"normalizedSignature": "SetValues|(System.Collections.Generic.IDictionary_2):System.Void|static=false",
|
|
3818
|
+
"canonicalSignature": "(System.Collections.Generic.IDictionary_2\u003CSystem.String,TProperty\u003E):System.Void",
|
|
3819
|
+
"normalizedSignature": "SetValues|(System.Collections.Generic.IDictionary_2\u003CSystem.String,TProperty\u003E):System.Void|static=false",
|
|
3820
3820
|
"emitScope": "ClassSurface",
|
|
3821
3821
|
"provenance": "BaseOverload",
|
|
3822
3822
|
"arity": 1,
|
|
@@ -4778,58 +4778,6 @@
|
|
|
4778
4778
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4779
4779
|
"isExtensionMethod": false,
|
|
4780
4780
|
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory"
|
|
4781
|
-
},
|
|
4782
|
-
{
|
|
4783
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositeDependentKeyValueFactory::TryCreateFromCurrentValues(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Collections.Generic.IReadOnlyList_1\u0026):System.Boolean",
|
|
4784
|
-
"clrName": "TryCreateFromCurrentValues",
|
|
4785
|
-
"metadataToken": 0,
|
|
4786
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Collections.Generic.IReadOnlyList_1\u0026):System.Boolean",
|
|
4787
|
-
"normalizedSignature": "TryCreateFromCurrentValues|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Collections.Generic.IReadOnlyList_1\u0026):System.Boolean|static=false",
|
|
4788
|
-
"emitScope": "ClassSurface",
|
|
4789
|
-
"provenance": "BaseOverload",
|
|
4790
|
-
"arity": 0,
|
|
4791
|
-
"parameterCount": 2,
|
|
4792
|
-
"isStatic": false,
|
|
4793
|
-
"isAbstract": false,
|
|
4794
|
-
"isVirtual": true,
|
|
4795
|
-
"isOverride": false,
|
|
4796
|
-
"isSealed": false,
|
|
4797
|
-
"visibility": "Public",
|
|
4798
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositeDependentKeyValueFactory",
|
|
4799
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4800
|
-
"isExtensionMethod": false,
|
|
4801
|
-
"parameterModifiers": [
|
|
4802
|
-
{
|
|
4803
|
-
"index": 1,
|
|
4804
|
-
"modifier": "out"
|
|
4805
|
-
}
|
|
4806
|
-
]
|
|
4807
|
-
},
|
|
4808
|
-
{
|
|
4809
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositeDependentKeyValueFactory::TryCreateFromCurrentValues(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,TKey\u0026):System.Boolean",
|
|
4810
|
-
"clrName": "TryCreateFromCurrentValues",
|
|
4811
|
-
"metadataToken": 0,
|
|
4812
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,TKey\u0026):System.Boolean",
|
|
4813
|
-
"normalizedSignature": "TryCreateFromCurrentValues|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,TKey\u0026):System.Boolean|static=false",
|
|
4814
|
-
"emitScope": "ClassSurface",
|
|
4815
|
-
"provenance": "BaseOverload",
|
|
4816
|
-
"arity": 0,
|
|
4817
|
-
"parameterCount": 2,
|
|
4818
|
-
"isStatic": false,
|
|
4819
|
-
"isAbstract": false,
|
|
4820
|
-
"isVirtual": true,
|
|
4821
|
-
"isOverride": false,
|
|
4822
|
-
"isSealed": false,
|
|
4823
|
-
"visibility": "Public",
|
|
4824
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositeDependentKeyValueFactory",
|
|
4825
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
4826
|
-
"isExtensionMethod": false,
|
|
4827
|
-
"parameterModifiers": [
|
|
4828
|
-
{
|
|
4829
|
-
"index": 1,
|
|
4830
|
-
"modifier": "out"
|
|
4831
|
-
}
|
|
4832
|
-
]
|
|
4833
4781
|
}
|
|
4834
4782
|
],
|
|
4835
4783
|
"properties": [
|
|
@@ -5243,78 +5191,6 @@
|
|
|
5243
5191
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5244
5192
|
"isExtensionMethod": false,
|
|
5245
5193
|
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.IPrincipalKeyValueFactory"
|
|
5246
|
-
},
|
|
5247
|
-
{
|
|
5248
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositePrincipalKeyValueFactory::CreatePrincipalEquatableKey(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
5249
|
-
"clrName": "CreatePrincipalEquatableKey",
|
|
5250
|
-
"metadataToken": 0,
|
|
5251
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
5252
|
-
"normalizedSignature": "CreatePrincipalEquatableKey|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object|static=false",
|
|
5253
|
-
"emitScope": "ClassSurface",
|
|
5254
|
-
"provenance": "BaseOverload",
|
|
5255
|
-
"arity": 0,
|
|
5256
|
-
"parameterCount": 2,
|
|
5257
|
-
"isStatic": false,
|
|
5258
|
-
"isAbstract": false,
|
|
5259
|
-
"isVirtual": true,
|
|
5260
|
-
"isOverride": false,
|
|
5261
|
-
"isSealed": false,
|
|
5262
|
-
"visibility": "Public",
|
|
5263
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositePrincipalKeyValueFactory",
|
|
5264
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5265
|
-
"isExtensionMethod": false
|
|
5266
|
-
},
|
|
5267
|
-
{
|
|
5268
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositePrincipalKeyValueFactory::TryCreateFromCurrentValues(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Collections.Generic.IReadOnlyList_1\u0026):System.Boolean",
|
|
5269
|
-
"clrName": "TryCreateFromCurrentValues",
|
|
5270
|
-
"metadataToken": 0,
|
|
5271
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Collections.Generic.IReadOnlyList_1\u0026):System.Boolean",
|
|
5272
|
-
"normalizedSignature": "TryCreateFromCurrentValues|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Collections.Generic.IReadOnlyList_1\u0026):System.Boolean|static=false",
|
|
5273
|
-
"emitScope": "ClassSurface",
|
|
5274
|
-
"provenance": "BaseOverload",
|
|
5275
|
-
"arity": 0,
|
|
5276
|
-
"parameterCount": 2,
|
|
5277
|
-
"isStatic": false,
|
|
5278
|
-
"isAbstract": false,
|
|
5279
|
-
"isVirtual": true,
|
|
5280
|
-
"isOverride": false,
|
|
5281
|
-
"isSealed": false,
|
|
5282
|
-
"visibility": "Public",
|
|
5283
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositePrincipalKeyValueFactory",
|
|
5284
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5285
|
-
"isExtensionMethod": false,
|
|
5286
|
-
"parameterModifiers": [
|
|
5287
|
-
{
|
|
5288
|
-
"index": 1,
|
|
5289
|
-
"modifier": "out"
|
|
5290
|
-
}
|
|
5291
|
-
]
|
|
5292
|
-
},
|
|
5293
|
-
{
|
|
5294
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositePrincipalKeyValueFactory::TryCreateFromCurrentValues(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,TKey\u0026):System.Boolean",
|
|
5295
|
-
"clrName": "TryCreateFromCurrentValues",
|
|
5296
|
-
"metadataToken": 0,
|
|
5297
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,TKey\u0026):System.Boolean",
|
|
5298
|
-
"normalizedSignature": "TryCreateFromCurrentValues|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,TKey\u0026):System.Boolean|static=false",
|
|
5299
|
-
"emitScope": "ClassSurface",
|
|
5300
|
-
"provenance": "BaseOverload",
|
|
5301
|
-
"arity": 0,
|
|
5302
|
-
"parameterCount": 2,
|
|
5303
|
-
"isStatic": false,
|
|
5304
|
-
"isAbstract": false,
|
|
5305
|
-
"isVirtual": true,
|
|
5306
|
-
"isOverride": false,
|
|
5307
|
-
"isSealed": false,
|
|
5308
|
-
"visibility": "Public",
|
|
5309
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.CompositePrincipalKeyValueFactory",
|
|
5310
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
5311
|
-
"isExtensionMethod": false,
|
|
5312
|
-
"parameterModifiers": [
|
|
5313
|
-
{
|
|
5314
|
-
"index": 1,
|
|
5315
|
-
"modifier": "out"
|
|
5316
|
-
}
|
|
5317
|
-
]
|
|
5318
5194
|
}
|
|
5319
5195
|
],
|
|
5320
5196
|
"properties": [
|
|
@@ -7569,11 +7445,11 @@
|
|
|
7569
7445
|
"isExtensionMethod": false
|
|
7570
7446
|
},
|
|
7571
7447
|
{
|
|
7572
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryPropertyValues::SetValues(System.Collections.Generic.IDictionary_2):System.Void",
|
|
7448
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntryPropertyValues::SetValues(System.Collections.Generic.IDictionary_2\u003CSystem.String,TProperty\u003E):System.Void",
|
|
7573
7449
|
"clrName": "SetValues",
|
|
7574
7450
|
"metadataToken": 0,
|
|
7575
|
-
"canonicalSignature": "(System.Collections.Generic.IDictionary_2):System.Void",
|
|
7576
|
-
"normalizedSignature": "SetValues|(System.Collections.Generic.IDictionary_2):System.Void|static=false",
|
|
7451
|
+
"canonicalSignature": "(System.Collections.Generic.IDictionary_2\u003CSystem.String,TProperty\u003E):System.Void",
|
|
7452
|
+
"normalizedSignature": "SetValues|(System.Collections.Generic.IDictionary_2\u003CSystem.String,TProperty\u003E):System.Void|static=false",
|
|
7577
7453
|
"emitScope": "ClassSurface",
|
|
7578
7454
|
"provenance": "BaseOverload",
|
|
7579
7455
|
"arity": 1,
|
|
@@ -9211,35 +9087,35 @@
|
|
|
9211
9087
|
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9212
9088
|
},
|
|
9213
9089
|
{
|
|
9214
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9215
|
-
"clrName": "
|
|
9090
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::GetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
9091
|
+
"clrName": "GetOriginalValue",
|
|
9216
9092
|
"metadataToken": 0,
|
|
9217
|
-
"canonicalSignature": "():
|
|
9218
|
-
"normalizedSignature": "
|
|
9093
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
9094
|
+
"normalizedSignature": "GetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty|static=false",
|
|
9219
9095
|
"emitScope": "ClassSurface",
|
|
9220
9096
|
"provenance": "BaseOverload",
|
|
9221
|
-
"arity":
|
|
9222
|
-
"parameterCount":
|
|
9097
|
+
"arity": 1,
|
|
9098
|
+
"parameterCount": 1,
|
|
9223
9099
|
"isStatic": false,
|
|
9224
9100
|
"isAbstract": false,
|
|
9225
9101
|
"isVirtual": true,
|
|
9226
9102
|
"isOverride": false,
|
|
9227
|
-
"isSealed":
|
|
9103
|
+
"isSealed": true,
|
|
9228
9104
|
"visibility": "Public",
|
|
9229
9105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9230
9106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9231
9107
|
"isExtensionMethod": false
|
|
9232
9108
|
},
|
|
9233
9109
|
{
|
|
9234
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9235
|
-
"clrName": "
|
|
9110
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::SetEntityState(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.EntityState\u003E,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.EntityState\u003E):System.Void",
|
|
9111
|
+
"clrName": "SetEntityState",
|
|
9236
9112
|
"metadataToken": 0,
|
|
9237
|
-
"canonicalSignature": "(System.
|
|
9238
|
-
"normalizedSignature": "
|
|
9113
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.EntityState\u003E,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.EntityState\u003E):System.Void",
|
|
9114
|
+
"normalizedSignature": "SetEntityState|(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.EntityState\u003E,System.Nullable_1\u003CMicrosoft.EntityFrameworkCore.EntityState\u003E):System.Void|static=false",
|
|
9239
9115
|
"emitScope": "ClassSurface",
|
|
9240
9116
|
"provenance": "BaseOverload",
|
|
9241
9117
|
"arity": 0,
|
|
9242
|
-
"parameterCount":
|
|
9118
|
+
"parameterCount": 5,
|
|
9243
9119
|
"isStatic": false,
|
|
9244
9120
|
"isAbstract": false,
|
|
9245
9121
|
"isVirtual": true,
|
|
@@ -9249,1294 +9125,334 @@
|
|
|
9249
9125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9250
9126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9251
9127
|
"isExtensionMethod": false
|
|
9252
|
-
}
|
|
9128
|
+
}
|
|
9129
|
+
],
|
|
9130
|
+
"properties": [
|
|
9253
9131
|
{
|
|
9254
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9255
|
-
"clrName": "
|
|
9256
|
-
"metadataToken":
|
|
9257
|
-
"canonicalSignature": "
|
|
9258
|
-
"normalizedSignature": "
|
|
9132
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::ContainingEntry:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase",
|
|
9133
|
+
"clrName": "ContainingEntry",
|
|
9134
|
+
"metadataToken": 385878201,
|
|
9135
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase",
|
|
9136
|
+
"normalizedSignature": "ContainingEntry|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase|static=false|accessor=get",
|
|
9259
9137
|
"emitScope": "ClassSurface",
|
|
9260
|
-
"provenance": "
|
|
9261
|
-
"
|
|
9262
|
-
"
|
|
9138
|
+
"provenance": "Original",
|
|
9139
|
+
"isIndexer": false,
|
|
9140
|
+
"hasGetter": true,
|
|
9141
|
+
"hasSetter": false,
|
|
9263
9142
|
"isStatic": false,
|
|
9264
9143
|
"isAbstract": false,
|
|
9265
9144
|
"isVirtual": true,
|
|
9266
|
-
"isOverride":
|
|
9267
|
-
"isSealed": false,
|
|
9145
|
+
"isOverride": true,
|
|
9268
9146
|
"visibility": "Public",
|
|
9269
9147
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9270
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9271
|
-
"isExtensionMethod": false
|
|
9148
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9272
9149
|
},
|
|
9273
9150
|
{
|
|
9274
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9275
|
-
"clrName": "
|
|
9276
|
-
"metadataToken":
|
|
9277
|
-
"canonicalSignature": "
|
|
9278
|
-
"normalizedSignature": "
|
|
9151
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::EntityEntry:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
9152
|
+
"clrName": "EntityEntry",
|
|
9153
|
+
"metadataToken": 385878202,
|
|
9154
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
9155
|
+
"normalizedSignature": "EntityEntry|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false|accessor=get",
|
|
9279
9156
|
"emitScope": "ClassSurface",
|
|
9280
|
-
"provenance": "
|
|
9281
|
-
"
|
|
9282
|
-
"
|
|
9157
|
+
"provenance": "Original",
|
|
9158
|
+
"isIndexer": false,
|
|
9159
|
+
"hasGetter": true,
|
|
9160
|
+
"hasSetter": false,
|
|
9283
9161
|
"isStatic": false,
|
|
9284
9162
|
"isAbstract": false,
|
|
9285
9163
|
"isVirtual": true,
|
|
9286
|
-
"isOverride":
|
|
9287
|
-
"isSealed": false,
|
|
9164
|
+
"isOverride": true,
|
|
9288
9165
|
"visibility": "Public",
|
|
9289
9166
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9290
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9291
|
-
"isExtensionMethod": false
|
|
9167
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9292
9168
|
},
|
|
9293
9169
|
{
|
|
9294
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9295
|
-
"clrName": "
|
|
9296
|
-
"metadataToken":
|
|
9297
|
-
"canonicalSignature": "
|
|
9298
|
-
"normalizedSignature": "
|
|
9170
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::ComplexProperty:Microsoft.EntityFrameworkCore.Metadata.IComplexProperty",
|
|
9171
|
+
"clrName": "ComplexProperty",
|
|
9172
|
+
"metadataToken": 385878203,
|
|
9173
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IComplexProperty",
|
|
9174
|
+
"normalizedSignature": "ComplexProperty|:Microsoft.EntityFrameworkCore.Metadata.IComplexProperty|static=false|accessor=get",
|
|
9299
9175
|
"emitScope": "ClassSurface",
|
|
9300
|
-
"provenance": "
|
|
9301
|
-
"
|
|
9302
|
-
"
|
|
9176
|
+
"provenance": "Original",
|
|
9177
|
+
"isIndexer": false,
|
|
9178
|
+
"hasGetter": true,
|
|
9179
|
+
"hasSetter": false,
|
|
9303
9180
|
"isStatic": false,
|
|
9304
9181
|
"isAbstract": false,
|
|
9305
|
-
"isVirtual":
|
|
9182
|
+
"isVirtual": false,
|
|
9306
9183
|
"isOverride": false,
|
|
9307
|
-
"isSealed": false,
|
|
9308
9184
|
"visibility": "Public",
|
|
9309
9185
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9310
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9311
|
-
"isExtensionMethod": false
|
|
9186
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9312
9187
|
},
|
|
9313
9188
|
{
|
|
9314
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9315
|
-
"clrName": "
|
|
9316
|
-
"metadataToken":
|
|
9317
|
-
"canonicalSignature": "
|
|
9318
|
-
"normalizedSignature": "
|
|
9189
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::StateManager:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager",
|
|
9190
|
+
"clrName": "StateManager",
|
|
9191
|
+
"metadataToken": 385878204,
|
|
9192
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager",
|
|
9193
|
+
"normalizedSignature": "StateManager|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager|static=false|accessor=get",
|
|
9319
9194
|
"emitScope": "ClassSurface",
|
|
9320
|
-
"provenance": "
|
|
9321
|
-
"
|
|
9322
|
-
"
|
|
9195
|
+
"provenance": "Original",
|
|
9196
|
+
"isIndexer": false,
|
|
9197
|
+
"hasGetter": true,
|
|
9198
|
+
"hasSetter": false,
|
|
9323
9199
|
"isStatic": false,
|
|
9324
9200
|
"isAbstract": false,
|
|
9325
9201
|
"isVirtual": true,
|
|
9326
|
-
"isOverride":
|
|
9327
|
-
"isSealed": false,
|
|
9202
|
+
"isOverride": true,
|
|
9328
9203
|
"visibility": "Public",
|
|
9329
9204
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9330
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9331
|
-
"isExtensionMethod": false
|
|
9205
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9332
9206
|
},
|
|
9333
9207
|
{
|
|
9334
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9335
|
-
"clrName": "
|
|
9336
|
-
"metadataToken":
|
|
9337
|
-
"canonicalSignature": "
|
|
9338
|
-
"normalizedSignature": "
|
|
9208
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::Ordinal:System.Int32",
|
|
9209
|
+
"clrName": "Ordinal",
|
|
9210
|
+
"metadataToken": 385878205,
|
|
9211
|
+
"canonicalSignature": ":System.Int32",
|
|
9212
|
+
"normalizedSignature": "Ordinal|:System.Int32|static=false|accessor=getset",
|
|
9339
9213
|
"emitScope": "ClassSurface",
|
|
9340
|
-
"provenance": "
|
|
9341
|
-
"
|
|
9342
|
-
"
|
|
9214
|
+
"provenance": "Original",
|
|
9215
|
+
"isIndexer": false,
|
|
9216
|
+
"hasGetter": true,
|
|
9217
|
+
"hasSetter": true,
|
|
9343
9218
|
"isStatic": false,
|
|
9344
9219
|
"isAbstract": false,
|
|
9345
|
-
"isVirtual":
|
|
9220
|
+
"isVirtual": false,
|
|
9346
9221
|
"isOverride": false,
|
|
9347
|
-
"isSealed": false,
|
|
9348
9222
|
"visibility": "Public",
|
|
9349
9223
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9350
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9351
|
-
"isExtensionMethod": false
|
|
9224
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9352
9225
|
},
|
|
9353
9226
|
{
|
|
9354
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9355
|
-
"clrName": "
|
|
9356
|
-
"metadataToken":
|
|
9357
|
-
"canonicalSignature": "
|
|
9358
|
-
"normalizedSignature": "
|
|
9227
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::ComplexType:Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType",
|
|
9228
|
+
"clrName": "ComplexType",
|
|
9229
|
+
"metadataToken": 385878206,
|
|
9230
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType",
|
|
9231
|
+
"normalizedSignature": "ComplexType|:Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType|static=false|accessor=get",
|
|
9359
9232
|
"emitScope": "ClassSurface",
|
|
9360
|
-
"provenance": "
|
|
9361
|
-
"
|
|
9362
|
-
"
|
|
9363
|
-
"
|
|
9364
|
-
"isAbstract": false,
|
|
9365
|
-
"isVirtual": true,
|
|
9366
|
-
"isOverride": false,
|
|
9367
|
-
"isSealed": false,
|
|
9368
|
-
"visibility": "Public",
|
|
9369
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9370
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9371
|
-
"isExtensionMethod": false
|
|
9372
|
-
},
|
|
9373
|
-
{
|
|
9374
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::GetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
9375
|
-
"clrName": "GetOriginalValue",
|
|
9376
|
-
"metadataToken": 0,
|
|
9377
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
9378
|
-
"normalizedSignature": "GetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty|static=false",
|
|
9379
|
-
"emitScope": "ClassSurface",
|
|
9380
|
-
"provenance": "BaseOverload",
|
|
9381
|
-
"arity": 1,
|
|
9382
|
-
"parameterCount": 1,
|
|
9233
|
+
"provenance": "Original",
|
|
9234
|
+
"isIndexer": false,
|
|
9235
|
+
"hasGetter": true,
|
|
9236
|
+
"hasSetter": false,
|
|
9383
9237
|
"isStatic": false,
|
|
9384
9238
|
"isAbstract": false,
|
|
9385
|
-
"isVirtual":
|
|
9239
|
+
"isVirtual": false,
|
|
9386
9240
|
"isOverride": false,
|
|
9387
|
-
"isSealed": false,
|
|
9388
9241
|
"visibility": "Public",
|
|
9389
9242
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9390
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9391
|
-
"isExtensionMethod": false
|
|
9243
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9392
9244
|
},
|
|
9393
9245
|
{
|
|
9394
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9395
|
-
"clrName": "
|
|
9396
|
-
"metadataToken":
|
|
9397
|
-
"canonicalSignature": "
|
|
9398
|
-
"normalizedSignature": "
|
|
9246
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::OriginalOrdinal:System.Int32",
|
|
9247
|
+
"clrName": "OriginalOrdinal",
|
|
9248
|
+
"metadataToken": 385878207,
|
|
9249
|
+
"canonicalSignature": ":System.Int32",
|
|
9250
|
+
"normalizedSignature": "OriginalOrdinal|:System.Int32|static=false|accessor=getset",
|
|
9399
9251
|
"emitScope": "ClassSurface",
|
|
9400
|
-
"provenance": "
|
|
9401
|
-
"
|
|
9402
|
-
"
|
|
9252
|
+
"provenance": "Original",
|
|
9253
|
+
"isIndexer": false,
|
|
9254
|
+
"hasGetter": true,
|
|
9255
|
+
"hasSetter": true,
|
|
9403
9256
|
"isStatic": false,
|
|
9404
9257
|
"isAbstract": false,
|
|
9405
|
-
"isVirtual":
|
|
9258
|
+
"isVirtual": false,
|
|
9406
9259
|
"isOverride": false,
|
|
9407
|
-
"isSealed": false,
|
|
9408
9260
|
"visibility": "Public",
|
|
9409
9261
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9410
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9411
|
-
"isExtensionMethod": false
|
|
9262
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9412
9263
|
},
|
|
9413
9264
|
{
|
|
9414
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::
|
|
9415
|
-
"clrName": "
|
|
9416
|
-
"metadataToken":
|
|
9417
|
-
"canonicalSignature": "
|
|
9418
|
-
"normalizedSignature": "
|
|
9265
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::DebugView:Microsoft.EntityFrameworkCore.Infrastructure.DebugView",
|
|
9266
|
+
"clrName": "DebugView",
|
|
9267
|
+
"metadataToken": 385878208,
|
|
9268
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Infrastructure.DebugView",
|
|
9269
|
+
"normalizedSignature": "DebugView|:Microsoft.EntityFrameworkCore.Infrastructure.DebugView|static=false|accessor=get",
|
|
9419
9270
|
"emitScope": "ClassSurface",
|
|
9420
|
-
"provenance": "
|
|
9421
|
-
"
|
|
9422
|
-
"
|
|
9271
|
+
"provenance": "Original",
|
|
9272
|
+
"isIndexer": false,
|
|
9273
|
+
"hasGetter": true,
|
|
9274
|
+
"hasSetter": false,
|
|
9423
9275
|
"isStatic": false,
|
|
9424
9276
|
"isAbstract": false,
|
|
9425
|
-
"isVirtual":
|
|
9277
|
+
"isVirtual": false,
|
|
9426
9278
|
"isOverride": false,
|
|
9427
|
-
"isSealed": false,
|
|
9428
9279
|
"visibility": "Public",
|
|
9429
9280
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9430
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9431
|
-
"isExtensionMethod": false
|
|
9281
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9432
9282
|
},
|
|
9433
9283
|
{
|
|
9434
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9435
|
-
"clrName": "
|
|
9436
|
-
"metadataToken":
|
|
9437
|
-
"canonicalSignature": "
|
|
9438
|
-
"normalizedSignature": "
|
|
9439
|
-
"emitScope": "
|
|
9440
|
-
"provenance": "
|
|
9441
|
-
"
|
|
9442
|
-
"
|
|
9284
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::EntityState:Microsoft.EntityFrameworkCore.EntityState",
|
|
9285
|
+
"clrName": "EntityState",
|
|
9286
|
+
"metadataToken": 385878193,
|
|
9287
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.EntityState",
|
|
9288
|
+
"normalizedSignature": "EntityState|:Microsoft.EntityFrameworkCore.EntityState|static=false|accessor=get",
|
|
9289
|
+
"emitScope": "ViewOnly",
|
|
9290
|
+
"provenance": "ExplicitView",
|
|
9291
|
+
"isIndexer": false,
|
|
9292
|
+
"hasGetter": true,
|
|
9293
|
+
"hasSetter": false,
|
|
9443
9294
|
"isStatic": false,
|
|
9444
9295
|
"isAbstract": false,
|
|
9445
9296
|
"isVirtual": true,
|
|
9446
9297
|
"isOverride": false,
|
|
9447
|
-
"isSealed": false,
|
|
9448
9298
|
"visibility": "Public",
|
|
9449
|
-
"
|
|
9450
|
-
"
|
|
9451
|
-
"
|
|
9299
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9300
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9301
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9452
9302
|
},
|
|
9453
9303
|
{
|
|
9454
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9455
|
-
"clrName": "
|
|
9456
|
-
"metadataToken":
|
|
9457
|
-
"canonicalSignature": "
|
|
9458
|
-
"normalizedSignature": "
|
|
9459
|
-
"emitScope": "
|
|
9460
|
-
"provenance": "
|
|
9461
|
-
"
|
|
9462
|
-
"
|
|
9304
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::Context:Microsoft.EntityFrameworkCore.DbContext",
|
|
9305
|
+
"clrName": "Context",
|
|
9306
|
+
"metadataToken": 385878194,
|
|
9307
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.DbContext",
|
|
9308
|
+
"normalizedSignature": "Context|:Microsoft.EntityFrameworkCore.DbContext|static=false|accessor=get",
|
|
9309
|
+
"emitScope": "ViewOnly",
|
|
9310
|
+
"provenance": "ExplicitView",
|
|
9311
|
+
"isIndexer": false,
|
|
9312
|
+
"hasGetter": true,
|
|
9313
|
+
"hasSetter": false,
|
|
9463
9314
|
"isStatic": false,
|
|
9464
9315
|
"isAbstract": false,
|
|
9465
9316
|
"isVirtual": true,
|
|
9466
9317
|
"isOverride": false,
|
|
9467
|
-
"isSealed": false,
|
|
9468
9318
|
"visibility": "Public",
|
|
9469
|
-
"
|
|
9470
|
-
"
|
|
9471
|
-
"
|
|
9319
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9320
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9321
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9472
9322
|
},
|
|
9473
9323
|
{
|
|
9474
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9475
|
-
"clrName": "
|
|
9476
|
-
"metadataToken":
|
|
9477
|
-
"canonicalSignature": "
|
|
9478
|
-
"normalizedSignature": "
|
|
9479
|
-
"emitScope": "
|
|
9480
|
-
"provenance": "
|
|
9481
|
-
"
|
|
9482
|
-
"
|
|
9324
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::StructuralType:Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeTypeBase",
|
|
9325
|
+
"clrName": "StructuralType",
|
|
9326
|
+
"metadataToken": 385878195,
|
|
9327
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeTypeBase",
|
|
9328
|
+
"normalizedSignature": "StructuralType|:Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeTypeBase|static=false|accessor=get",
|
|
9329
|
+
"emitScope": "ViewOnly",
|
|
9330
|
+
"provenance": "ExplicitView",
|
|
9331
|
+
"isIndexer": false,
|
|
9332
|
+
"hasGetter": true,
|
|
9333
|
+
"hasSetter": false,
|
|
9483
9334
|
"isStatic": false,
|
|
9484
9335
|
"isAbstract": false,
|
|
9485
9336
|
"isVirtual": true,
|
|
9486
9337
|
"isOverride": false,
|
|
9487
|
-
"isSealed": false,
|
|
9488
9338
|
"visibility": "Public",
|
|
9489
|
-
"
|
|
9490
|
-
"
|
|
9491
|
-
"
|
|
9339
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9340
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9341
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9492
9342
|
},
|
|
9493
9343
|
{
|
|
9494
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9495
|
-
"clrName": "
|
|
9496
|
-
"metadataToken":
|
|
9497
|
-
"canonicalSignature": "
|
|
9498
|
-
"normalizedSignature": "
|
|
9499
|
-
"emitScope": "
|
|
9500
|
-
"provenance": "
|
|
9501
|
-
"
|
|
9502
|
-
"
|
|
9344
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::ContainingEntry:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9345
|
+
"clrName": "ContainingEntry",
|
|
9346
|
+
"metadataToken": 385878197,
|
|
9347
|
+
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9348
|
+
"normalizedSignature": "ContainingEntry|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry|static=false|accessor=get",
|
|
9349
|
+
"emitScope": "ViewOnly",
|
|
9350
|
+
"provenance": "ExplicitView",
|
|
9351
|
+
"isIndexer": false,
|
|
9352
|
+
"hasGetter": true,
|
|
9353
|
+
"hasSetter": false,
|
|
9503
9354
|
"isStatic": false,
|
|
9504
9355
|
"isAbstract": false,
|
|
9505
9356
|
"isVirtual": true,
|
|
9506
9357
|
"isOverride": false,
|
|
9507
|
-
"isSealed": false,
|
|
9508
9358
|
"visibility": "Public",
|
|
9509
|
-
"
|
|
9510
|
-
"
|
|
9511
|
-
"
|
|
9359
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9360
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9361
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9512
9362
|
},
|
|
9513
9363
|
{
|
|
9514
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9515
|
-
"clrName": "
|
|
9516
|
-
"metadataToken":
|
|
9517
|
-
"canonicalSignature": "
|
|
9518
|
-
"normalizedSignature": "
|
|
9519
|
-
"emitScope": "
|
|
9520
|
-
"provenance": "
|
|
9521
|
-
"
|
|
9522
|
-
"
|
|
9364
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::Entity:System.Object",
|
|
9365
|
+
"clrName": "Entity",
|
|
9366
|
+
"metadataToken": 385878198,
|
|
9367
|
+
"canonicalSignature": ":System.Object",
|
|
9368
|
+
"normalizedSignature": "Entity|:System.Object|static=false|accessor=get",
|
|
9369
|
+
"emitScope": "ViewOnly",
|
|
9370
|
+
"provenance": "ExplicitView",
|
|
9371
|
+
"isIndexer": false,
|
|
9372
|
+
"hasGetter": true,
|
|
9373
|
+
"hasSetter": false,
|
|
9523
9374
|
"isStatic": false,
|
|
9524
9375
|
"isAbstract": false,
|
|
9525
9376
|
"isVirtual": true,
|
|
9526
9377
|
"isOverride": false,
|
|
9527
|
-
"isSealed": false,
|
|
9528
9378
|
"visibility": "Public",
|
|
9529
|
-
"
|
|
9530
|
-
"
|
|
9531
|
-
"
|
|
9379
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9380
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9381
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9532
9382
|
},
|
|
9533
9383
|
{
|
|
9534
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9535
|
-
"clrName": "
|
|
9536
|
-
"metadataToken":
|
|
9537
|
-
"canonicalSignature": "
|
|
9538
|
-
"normalizedSignature": "
|
|
9539
|
-
"emitScope": "
|
|
9540
|
-
"provenance": "
|
|
9541
|
-
"
|
|
9542
|
-
"
|
|
9384
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::HasConceptualNull:System.Boolean",
|
|
9385
|
+
"clrName": "HasConceptualNull",
|
|
9386
|
+
"metadataToken": 385878199,
|
|
9387
|
+
"canonicalSignature": ":System.Boolean",
|
|
9388
|
+
"normalizedSignature": "HasConceptualNull|:System.Boolean|static=false|accessor=get",
|
|
9389
|
+
"emitScope": "ViewOnly",
|
|
9390
|
+
"provenance": "ExplicitView",
|
|
9391
|
+
"isIndexer": false,
|
|
9392
|
+
"hasGetter": true,
|
|
9393
|
+
"hasSetter": false,
|
|
9543
9394
|
"isStatic": false,
|
|
9544
9395
|
"isAbstract": false,
|
|
9545
9396
|
"isVirtual": true,
|
|
9546
9397
|
"isOverride": false,
|
|
9547
|
-
"isSealed": false,
|
|
9548
9398
|
"visibility": "Public",
|
|
9549
|
-
"
|
|
9550
|
-
"
|
|
9551
|
-
"
|
|
9552
|
-
}
|
|
9399
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9400
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9401
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9402
|
+
}
|
|
9403
|
+
],
|
|
9404
|
+
"fields": [],
|
|
9405
|
+
"events": [],
|
|
9406
|
+
"constructors": [
|
|
9553
9407
|
{
|
|
9554
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry
|
|
9555
|
-
"
|
|
9556
|
-
"
|
|
9557
|
-
"
|
|
9558
|
-
"normalizedSignature": "PrepareToSave|():Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry|static=false",
|
|
9559
|
-
"emitScope": "ClassSurface",
|
|
9560
|
-
"provenance": "BaseOverload",
|
|
9561
|
-
"arity": 0,
|
|
9562
|
-
"parameterCount": 0,
|
|
9408
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::.ctor(Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase,System.Int32):void",
|
|
9409
|
+
"metadataToken": 100675915,
|
|
9410
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase,System.Int32):void",
|
|
9411
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase,System.Int32):void|static=false",
|
|
9563
9412
|
"isStatic": false,
|
|
9564
|
-
"
|
|
9565
|
-
"isVirtual": true,
|
|
9566
|
-
"isOverride": false,
|
|
9567
|
-
"isSealed": false,
|
|
9413
|
+
"parameterCount": 3,
|
|
9568
9414
|
"visibility": "Public",
|
|
9569
9415
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9570
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9571
|
-
|
|
9572
|
-
|
|
9573
|
-
|
|
9574
|
-
|
|
9575
|
-
|
|
9576
|
-
|
|
9577
|
-
|
|
9578
|
-
|
|
9579
|
-
|
|
9580
|
-
|
|
9581
|
-
|
|
9582
|
-
|
|
9583
|
-
|
|
9584
|
-
|
|
9585
|
-
|
|
9586
|
-
|
|
9587
|
-
|
|
9588
|
-
|
|
9589
|
-
|
|
9590
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9591
|
-
"isExtensionMethod": false
|
|
9592
|
-
},
|
|
9593
|
-
{
|
|
9594
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::SetEntityState(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1,System.Nullable_1):System.Void",
|
|
9595
|
-
"clrName": "SetEntityState",
|
|
9596
|
-
"metadataToken": 0,
|
|
9597
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1,System.Nullable_1):System.Void",
|
|
9598
|
-
"normalizedSignature": "SetEntityState|(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1,System.Nullable_1):System.Void|static=false",
|
|
9599
|
-
"emitScope": "ClassSurface",
|
|
9600
|
-
"provenance": "BaseOverload",
|
|
9601
|
-
"arity": 0,
|
|
9602
|
-
"parameterCount": 5,
|
|
9603
|
-
"isStatic": false,
|
|
9604
|
-
"isAbstract": false,
|
|
9605
|
-
"isVirtual": true,
|
|
9606
|
-
"isOverride": false,
|
|
9607
|
-
"isSealed": false,
|
|
9608
|
-
"visibility": "Public",
|
|
9609
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9610
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9611
|
-
"isExtensionMethod": false
|
|
9612
|
-
},
|
|
9613
|
-
{
|
|
9614
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::SetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Int32):System.Void",
|
|
9615
|
-
"clrName": "SetOriginalValue",
|
|
9616
|
-
"metadataToken": 0,
|
|
9617
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Int32):System.Void",
|
|
9618
|
-
"normalizedSignature": "SetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Int32):System.Void|static=false",
|
|
9619
|
-
"emitScope": "ClassSurface",
|
|
9620
|
-
"provenance": "BaseOverload",
|
|
9621
|
-
"arity": 0,
|
|
9622
|
-
"parameterCount": 3,
|
|
9623
|
-
"isStatic": false,
|
|
9624
|
-
"isAbstract": false,
|
|
9625
|
-
"isVirtual": true,
|
|
9626
|
-
"isOverride": false,
|
|
9627
|
-
"isSealed": false,
|
|
9628
|
-
"visibility": "Public",
|
|
9629
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9630
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9631
|
-
"isExtensionMethod": false
|
|
9632
|
-
},
|
|
9633
|
-
{
|
|
9634
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::SetProperty(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
9635
|
-
"clrName": "SetProperty",
|
|
9636
|
-
"metadataToken": 0,
|
|
9637
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
9638
|
-
"normalizedSignature": "SetProperty|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean,System.Boolean,System.Boolean):System.Void|static=false",
|
|
9639
|
-
"emitScope": "ClassSurface",
|
|
9640
|
-
"provenance": "BaseOverload",
|
|
9641
|
-
"arity": 0,
|
|
9642
|
-
"parameterCount": 5,
|
|
9643
|
-
"isStatic": false,
|
|
9644
|
-
"isAbstract": false,
|
|
9645
|
-
"isVirtual": true,
|
|
9646
|
-
"isOverride": false,
|
|
9647
|
-
"isSealed": false,
|
|
9648
|
-
"visibility": "Public",
|
|
9649
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9650
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9651
|
-
"isExtensionMethod": false
|
|
9652
|
-
},
|
|
9653
|
-
{
|
|
9654
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::SetPropertyModified(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
9655
|
-
"clrName": "SetPropertyModified",
|
|
9656
|
-
"metadataToken": 0,
|
|
9657
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
9658
|
-
"normalizedSignature": "SetPropertyModified|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean):System.Void|static=false",
|
|
9659
|
-
"emitScope": "ClassSurface",
|
|
9660
|
-
"provenance": "BaseOverload",
|
|
9661
|
-
"arity": 0,
|
|
9662
|
-
"parameterCount": 5,
|
|
9663
|
-
"isStatic": false,
|
|
9664
|
-
"isAbstract": false,
|
|
9665
|
-
"isVirtual": true,
|
|
9666
|
-
"isOverride": false,
|
|
9667
|
-
"isSealed": false,
|
|
9668
|
-
"visibility": "Public",
|
|
9669
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9670
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9671
|
-
"isExtensionMethod": false
|
|
9672
|
-
},
|
|
9673
|
-
{
|
|
9674
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::SetPropertyModified(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean,System.Boolean):System.Void",
|
|
9675
|
-
"clrName": "SetPropertyModified",
|
|
9676
|
-
"metadataToken": 0,
|
|
9677
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean,System.Boolean):System.Void",
|
|
9678
|
-
"normalizedSignature": "SetPropertyModified|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean,System.Boolean):System.Void|static=false",
|
|
9679
|
-
"emitScope": "ClassSurface",
|
|
9680
|
-
"provenance": "BaseOverload",
|
|
9681
|
-
"arity": 0,
|
|
9682
|
-
"parameterCount": 3,
|
|
9683
|
-
"isStatic": false,
|
|
9684
|
-
"isAbstract": false,
|
|
9685
|
-
"isVirtual": true,
|
|
9686
|
-
"isOverride": false,
|
|
9687
|
-
"isSealed": false,
|
|
9688
|
-
"visibility": "Public",
|
|
9689
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9690
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9691
|
-
"isExtensionMethod": false
|
|
9692
|
-
},
|
|
9416
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9417
|
+
}
|
|
9418
|
+
]
|
|
9419
|
+
},
|
|
9420
|
+
{
|
|
9421
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
9422
|
+
"clrName": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
9423
|
+
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
9424
|
+
"metadataToken": 0,
|
|
9425
|
+
"kind": "Class",
|
|
9426
|
+
"accessibility": "Public",
|
|
9427
|
+
"isAbstract": false,
|
|
9428
|
+
"isSealed": true,
|
|
9429
|
+
"isStatic": false,
|
|
9430
|
+
"arity": 0,
|
|
9431
|
+
"baseType": {
|
|
9432
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase",
|
|
9433
|
+
"clrName": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase"
|
|
9434
|
+
},
|
|
9435
|
+
"interfaces": [
|
|
9693
9436
|
{
|
|
9694
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
9695
|
-
"clrName": "
|
|
9696
|
-
"metadataToken": 0,
|
|
9697
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void",
|
|
9698
|
-
"normalizedSignature": "SetStoreGeneratedValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void|static=false",
|
|
9699
|
-
"emitScope": "ClassSurface",
|
|
9700
|
-
"provenance": "BaseOverload",
|
|
9701
|
-
"arity": 0,
|
|
9702
|
-
"parameterCount": 3,
|
|
9703
|
-
"isStatic": false,
|
|
9704
|
-
"isAbstract": false,
|
|
9705
|
-
"isVirtual": true,
|
|
9706
|
-
"isOverride": false,
|
|
9707
|
-
"isSealed": false,
|
|
9708
|
-
"visibility": "Public",
|
|
9709
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9710
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9711
|
-
"isExtensionMethod": false
|
|
9437
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
9438
|
+
"clrName": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
9712
9439
|
}
|
|
9713
9440
|
],
|
|
9714
|
-
"
|
|
9715
|
-
{
|
|
9716
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::ContainingEntry:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase",
|
|
9717
|
-
"clrName": "ContainingEntry",
|
|
9718
|
-
"metadataToken": 385878201,
|
|
9719
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase",
|
|
9720
|
-
"normalizedSignature": "ContainingEntry|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase|static=false|accessor=get",
|
|
9721
|
-
"emitScope": "ClassSurface",
|
|
9722
|
-
"provenance": "Original",
|
|
9723
|
-
"isIndexer": false,
|
|
9724
|
-
"hasGetter": true,
|
|
9725
|
-
"hasSetter": false,
|
|
9726
|
-
"isStatic": false,
|
|
9727
|
-
"isAbstract": false,
|
|
9728
|
-
"isVirtual": true,
|
|
9729
|
-
"isOverride": true,
|
|
9730
|
-
"visibility": "Public",
|
|
9731
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9732
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9733
|
-
},
|
|
9734
|
-
{
|
|
9735
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::EntityEntry:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
9736
|
-
"clrName": "EntityEntry",
|
|
9737
|
-
"metadataToken": 385878202,
|
|
9738
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
9739
|
-
"normalizedSignature": "EntityEntry|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false|accessor=get",
|
|
9740
|
-
"emitScope": "ClassSurface",
|
|
9741
|
-
"provenance": "Original",
|
|
9742
|
-
"isIndexer": false,
|
|
9743
|
-
"hasGetter": true,
|
|
9744
|
-
"hasSetter": false,
|
|
9745
|
-
"isStatic": false,
|
|
9746
|
-
"isAbstract": false,
|
|
9747
|
-
"isVirtual": true,
|
|
9748
|
-
"isOverride": true,
|
|
9749
|
-
"visibility": "Public",
|
|
9750
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9751
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9752
|
-
},
|
|
9753
|
-
{
|
|
9754
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::ComplexProperty:Microsoft.EntityFrameworkCore.Metadata.IComplexProperty",
|
|
9755
|
-
"clrName": "ComplexProperty",
|
|
9756
|
-
"metadataToken": 385878203,
|
|
9757
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IComplexProperty",
|
|
9758
|
-
"normalizedSignature": "ComplexProperty|:Microsoft.EntityFrameworkCore.Metadata.IComplexProperty|static=false|accessor=get",
|
|
9759
|
-
"emitScope": "ClassSurface",
|
|
9760
|
-
"provenance": "Original",
|
|
9761
|
-
"isIndexer": false,
|
|
9762
|
-
"hasGetter": true,
|
|
9763
|
-
"hasSetter": false,
|
|
9764
|
-
"isStatic": false,
|
|
9765
|
-
"isAbstract": false,
|
|
9766
|
-
"isVirtual": false,
|
|
9767
|
-
"isOverride": false,
|
|
9768
|
-
"visibility": "Public",
|
|
9769
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9770
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9771
|
-
},
|
|
9772
|
-
{
|
|
9773
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::StateManager:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager",
|
|
9774
|
-
"clrName": "StateManager",
|
|
9775
|
-
"metadataToken": 385878204,
|
|
9776
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager",
|
|
9777
|
-
"normalizedSignature": "StateManager|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager|static=false|accessor=get",
|
|
9778
|
-
"emitScope": "ClassSurface",
|
|
9779
|
-
"provenance": "Original",
|
|
9780
|
-
"isIndexer": false,
|
|
9781
|
-
"hasGetter": true,
|
|
9782
|
-
"hasSetter": false,
|
|
9783
|
-
"isStatic": false,
|
|
9784
|
-
"isAbstract": false,
|
|
9785
|
-
"isVirtual": true,
|
|
9786
|
-
"isOverride": true,
|
|
9787
|
-
"visibility": "Public",
|
|
9788
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9789
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9790
|
-
},
|
|
9791
|
-
{
|
|
9792
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::Ordinal:System.Int32",
|
|
9793
|
-
"clrName": "Ordinal",
|
|
9794
|
-
"metadataToken": 385878205,
|
|
9795
|
-
"canonicalSignature": ":System.Int32",
|
|
9796
|
-
"normalizedSignature": "Ordinal|:System.Int32|static=false|accessor=getset",
|
|
9797
|
-
"emitScope": "ClassSurface",
|
|
9798
|
-
"provenance": "Original",
|
|
9799
|
-
"isIndexer": false,
|
|
9800
|
-
"hasGetter": true,
|
|
9801
|
-
"hasSetter": true,
|
|
9802
|
-
"isStatic": false,
|
|
9803
|
-
"isAbstract": false,
|
|
9804
|
-
"isVirtual": false,
|
|
9805
|
-
"isOverride": false,
|
|
9806
|
-
"visibility": "Public",
|
|
9807
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9808
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9809
|
-
},
|
|
9441
|
+
"methods": [
|
|
9810
9442
|
{
|
|
9811
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9812
|
-
"clrName": "
|
|
9813
|
-
"metadataToken":
|
|
9814
|
-
"canonicalSignature": "
|
|
9815
|
-
"normalizedSignature": "
|
|
9816
|
-
"emitScope": "ClassSurface",
|
|
9817
|
-
"provenance": "Original",
|
|
9818
|
-
"isIndexer": false,
|
|
9819
|
-
"hasGetter": true,
|
|
9820
|
-
"hasSetter": false,
|
|
9821
|
-
"isStatic": false,
|
|
9822
|
-
"isAbstract": false,
|
|
9823
|
-
"isVirtual": false,
|
|
9824
|
-
"isOverride": false,
|
|
9825
|
-
"visibility": "Public",
|
|
9826
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9827
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9828
|
-
},
|
|
9829
|
-
{
|
|
9830
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::OriginalOrdinal:System.Int32",
|
|
9831
|
-
"clrName": "OriginalOrdinal",
|
|
9832
|
-
"metadataToken": 385878207,
|
|
9833
|
-
"canonicalSignature": ":System.Int32",
|
|
9834
|
-
"normalizedSignature": "OriginalOrdinal|:System.Int32|static=false|accessor=getset",
|
|
9835
|
-
"emitScope": "ClassSurface",
|
|
9836
|
-
"provenance": "Original",
|
|
9837
|
-
"isIndexer": false,
|
|
9838
|
-
"hasGetter": true,
|
|
9839
|
-
"hasSetter": true,
|
|
9840
|
-
"isStatic": false,
|
|
9841
|
-
"isAbstract": false,
|
|
9842
|
-
"isVirtual": false,
|
|
9843
|
-
"isOverride": false,
|
|
9844
|
-
"visibility": "Public",
|
|
9845
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9846
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9847
|
-
},
|
|
9848
|
-
{
|
|
9849
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::DebugView:Microsoft.EntityFrameworkCore.Infrastructure.DebugView",
|
|
9850
|
-
"clrName": "DebugView",
|
|
9851
|
-
"metadataToken": 385878208,
|
|
9852
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Infrastructure.DebugView",
|
|
9853
|
-
"normalizedSignature": "DebugView|:Microsoft.EntityFrameworkCore.Infrastructure.DebugView|static=false|accessor=get",
|
|
9854
|
-
"emitScope": "ClassSurface",
|
|
9855
|
-
"provenance": "Original",
|
|
9856
|
-
"isIndexer": false,
|
|
9857
|
-
"hasGetter": true,
|
|
9858
|
-
"hasSetter": false,
|
|
9859
|
-
"isStatic": false,
|
|
9860
|
-
"isAbstract": false,
|
|
9861
|
-
"isVirtual": false,
|
|
9862
|
-
"isOverride": false,
|
|
9863
|
-
"visibility": "Public",
|
|
9864
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
9865
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9866
|
-
},
|
|
9867
|
-
{
|
|
9868
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::EntityState:Microsoft.EntityFrameworkCore.EntityState",
|
|
9869
|
-
"clrName": "EntityState",
|
|
9870
|
-
"metadataToken": 385878193,
|
|
9871
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.EntityState",
|
|
9872
|
-
"normalizedSignature": "EntityState|:Microsoft.EntityFrameworkCore.EntityState|static=false|accessor=get",
|
|
9873
|
-
"emitScope": "ViewOnly",
|
|
9874
|
-
"provenance": "ExplicitView",
|
|
9875
|
-
"isIndexer": false,
|
|
9876
|
-
"hasGetter": true,
|
|
9877
|
-
"hasSetter": false,
|
|
9878
|
-
"isStatic": false,
|
|
9879
|
-
"isAbstract": false,
|
|
9880
|
-
"isVirtual": true,
|
|
9881
|
-
"isOverride": false,
|
|
9882
|
-
"visibility": "Public",
|
|
9883
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9884
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9885
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9886
|
-
},
|
|
9887
|
-
{
|
|
9888
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::Context:Microsoft.EntityFrameworkCore.DbContext",
|
|
9889
|
-
"clrName": "Context",
|
|
9890
|
-
"metadataToken": 385878194,
|
|
9891
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.DbContext",
|
|
9892
|
-
"normalizedSignature": "Context|:Microsoft.EntityFrameworkCore.DbContext|static=false|accessor=get",
|
|
9893
|
-
"emitScope": "ViewOnly",
|
|
9894
|
-
"provenance": "ExplicitView",
|
|
9895
|
-
"isIndexer": false,
|
|
9896
|
-
"hasGetter": true,
|
|
9897
|
-
"hasSetter": false,
|
|
9898
|
-
"isStatic": false,
|
|
9899
|
-
"isAbstract": false,
|
|
9900
|
-
"isVirtual": true,
|
|
9901
|
-
"isOverride": false,
|
|
9902
|
-
"visibility": "Public",
|
|
9903
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9904
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9905
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9906
|
-
},
|
|
9907
|
-
{
|
|
9908
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::StructuralType:Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeTypeBase",
|
|
9909
|
-
"clrName": "StructuralType",
|
|
9910
|
-
"metadataToken": 385878195,
|
|
9911
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeTypeBase",
|
|
9912
|
-
"normalizedSignature": "StructuralType|:Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeTypeBase|static=false|accessor=get",
|
|
9913
|
-
"emitScope": "ViewOnly",
|
|
9914
|
-
"provenance": "ExplicitView",
|
|
9915
|
-
"isIndexer": false,
|
|
9916
|
-
"hasGetter": true,
|
|
9917
|
-
"hasSetter": false,
|
|
9918
|
-
"isStatic": false,
|
|
9919
|
-
"isAbstract": false,
|
|
9920
|
-
"isVirtual": true,
|
|
9921
|
-
"isOverride": false,
|
|
9922
|
-
"visibility": "Public",
|
|
9923
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9924
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9925
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9926
|
-
},
|
|
9927
|
-
{
|
|
9928
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::ContainingEntry:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9929
|
-
"clrName": "ContainingEntry",
|
|
9930
|
-
"metadataToken": 385878197,
|
|
9931
|
-
"canonicalSignature": ":Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9932
|
-
"normalizedSignature": "ContainingEntry|:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry|static=false|accessor=get",
|
|
9933
|
-
"emitScope": "ViewOnly",
|
|
9934
|
-
"provenance": "ExplicitView",
|
|
9935
|
-
"isIndexer": false,
|
|
9936
|
-
"hasGetter": true,
|
|
9937
|
-
"hasSetter": false,
|
|
9938
|
-
"isStatic": false,
|
|
9939
|
-
"isAbstract": false,
|
|
9940
|
-
"isVirtual": true,
|
|
9941
|
-
"isOverride": false,
|
|
9942
|
-
"visibility": "Public",
|
|
9943
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9944
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9945
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9946
|
-
},
|
|
9947
|
-
{
|
|
9948
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::Entity:System.Object",
|
|
9949
|
-
"clrName": "Entity",
|
|
9950
|
-
"metadataToken": 385878198,
|
|
9951
|
-
"canonicalSignature": ":System.Object",
|
|
9952
|
-
"normalizedSignature": "Entity|:System.Object|static=false|accessor=get",
|
|
9953
|
-
"emitScope": "ViewOnly",
|
|
9954
|
-
"provenance": "ExplicitView",
|
|
9955
|
-
"isIndexer": false,
|
|
9956
|
-
"hasGetter": true,
|
|
9957
|
-
"hasSetter": false,
|
|
9958
|
-
"isStatic": false,
|
|
9959
|
-
"isAbstract": false,
|
|
9960
|
-
"isVirtual": true,
|
|
9961
|
-
"isOverride": false,
|
|
9962
|
-
"visibility": "Public",
|
|
9963
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9964
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9965
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9966
|
-
},
|
|
9967
|
-
{
|
|
9968
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::HasConceptualNull:System.Boolean",
|
|
9969
|
-
"clrName": "HasConceptualNull",
|
|
9970
|
-
"metadataToken": 385878199,
|
|
9971
|
-
"canonicalSignature": ":System.Boolean",
|
|
9972
|
-
"normalizedSignature": "HasConceptualNull|:System.Boolean|static=false|accessor=get",
|
|
9973
|
-
"emitScope": "ViewOnly",
|
|
9974
|
-
"provenance": "ExplicitView",
|
|
9975
|
-
"isIndexer": false,
|
|
9976
|
-
"hasGetter": true,
|
|
9977
|
-
"hasSetter": false,
|
|
9978
|
-
"isStatic": false,
|
|
9979
|
-
"isAbstract": false,
|
|
9980
|
-
"isVirtual": true,
|
|
9981
|
-
"isOverride": false,
|
|
9982
|
-
"visibility": "Public",
|
|
9983
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9984
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
9985
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
9986
|
-
}
|
|
9987
|
-
],
|
|
9988
|
-
"fields": [],
|
|
9989
|
-
"events": [],
|
|
9990
|
-
"constructors": [
|
|
9991
|
-
{
|
|
9992
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry::.ctor(Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase,System.Int32):void",
|
|
9993
|
-
"metadataToken": 100675915,
|
|
9994
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase,System.Int32):void",
|
|
9995
|
-
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeComplexType,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase,System.Int32):void|static=false",
|
|
9996
|
-
"isStatic": false,
|
|
9997
|
-
"parameterCount": 3,
|
|
9998
|
-
"visibility": "Public",
|
|
9999
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
10000
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore"
|
|
10001
|
-
}
|
|
10002
|
-
]
|
|
10003
|
-
},
|
|
10004
|
-
{
|
|
10005
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10006
|
-
"clrName": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10007
|
-
"assemblyName": "Microsoft.EntityFrameworkCore",
|
|
10008
|
-
"metadataToken": 0,
|
|
10009
|
-
"kind": "Class",
|
|
10010
|
-
"accessibility": "Public",
|
|
10011
|
-
"isAbstract": false,
|
|
10012
|
-
"isSealed": true,
|
|
10013
|
-
"isStatic": false,
|
|
10014
|
-
"arity": 0,
|
|
10015
|
-
"baseType": {
|
|
10016
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase",
|
|
10017
|
-
"clrName": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntryBase"
|
|
10018
|
-
},
|
|
10019
|
-
"interfaces": [
|
|
10020
|
-
{
|
|
10021
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
10022
|
-
"clrName": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
10023
|
-
}
|
|
10024
|
-
],
|
|
10025
|
-
"methods": [
|
|
10026
|
-
{
|
|
10027
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetEntityState(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
10028
|
-
"clrName": "SetEntityState",
|
|
10029
|
-
"metadataToken": 100675953,
|
|
10030
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
10031
|
-
"normalizedSignature": "SetEntityState|(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
9443
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetEntityState(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
9444
|
+
"clrName": "SetEntityState",
|
|
9445
|
+
"metadataToken": 100675953,
|
|
9446
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
|
|
9447
|
+
"normalizedSignature": "SetEntityState|(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=false",
|
|
10032
9448
|
"emitScope": "ClassSurface",
|
|
10033
9449
|
"provenance": "Original",
|
|
10034
9450
|
"arity": 0,
|
|
10035
9451
|
"parameterCount": 5,
|
|
10036
9452
|
"isStatic": false,
|
|
10037
9453
|
"isAbstract": false,
|
|
10038
|
-
"isVirtual": true,
|
|
10039
|
-
"isOverride": true,
|
|
10040
|
-
"isSealed": false,
|
|
10041
|
-
"visibility": "Public",
|
|
10042
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10043
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10044
|
-
"isExtensionMethod": false
|
|
10045
|
-
},
|
|
10046
|
-
{
|
|
10047
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetEntityStateAsync(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
10048
|
-
"clrName": "SetEntityStateAsync",
|
|
10049
|
-
"metadataToken": 100675954,
|
|
10050
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
10051
|
-
"normalizedSignature": "SetEntityStateAsync|(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
10052
|
-
"emitScope": "ClassSurface",
|
|
10053
|
-
"provenance": "Original",
|
|
10054
|
-
"arity": 0,
|
|
10055
|
-
"parameterCount": 6,
|
|
10056
|
-
"isStatic": false,
|
|
10057
|
-
"isAbstract": false,
|
|
10058
|
-
"isVirtual": true,
|
|
10059
|
-
"isOverride": true,
|
|
10060
|
-
"isSealed": false,
|
|
10061
|
-
"visibility": "Public",
|
|
10062
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10063
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10064
|
-
"isExtensionMethod": false
|
|
10065
|
-
},
|
|
10066
|
-
{
|
|
10067
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::OnStateChanging(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10068
|
-
"clrName": "OnStateChanging",
|
|
10069
|
-
"metadataToken": 100675955,
|
|
10070
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10071
|
-
"normalizedSignature": "OnStateChanging|(Microsoft.EntityFrameworkCore.EntityState):System.Void|static=false",
|
|
10072
|
-
"emitScope": "ClassSurface",
|
|
10073
|
-
"provenance": "Original",
|
|
10074
|
-
"arity": 0,
|
|
10075
|
-
"parameterCount": 1,
|
|
10076
|
-
"isStatic": false,
|
|
10077
|
-
"isAbstract": false,
|
|
10078
|
-
"isVirtual": true,
|
|
10079
|
-
"isOverride": true,
|
|
10080
|
-
"isSealed": false,
|
|
10081
|
-
"visibility": "Protected",
|
|
10082
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10083
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10084
|
-
"isExtensionMethod": false
|
|
10085
|
-
},
|
|
10086
|
-
{
|
|
10087
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::OnStateChanged(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10088
|
-
"clrName": "OnStateChanged",
|
|
10089
|
-
"metadataToken": 100675956,
|
|
10090
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10091
|
-
"normalizedSignature": "OnStateChanged|(Microsoft.EntityFrameworkCore.EntityState):System.Void|static=false",
|
|
10092
|
-
"emitScope": "ClassSurface",
|
|
10093
|
-
"provenance": "Original",
|
|
10094
|
-
"arity": 0,
|
|
10095
|
-
"parameterCount": 1,
|
|
10096
|
-
"isStatic": false,
|
|
10097
|
-
"isAbstract": false,
|
|
10098
|
-
"isVirtual": true,
|
|
10099
|
-
"isOverride": true,
|
|
10100
|
-
"isSealed": false,
|
|
10101
|
-
"visibility": "Protected",
|
|
10102
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10103
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10104
|
-
"isExtensionMethod": false
|
|
10105
|
-
},
|
|
10106
|
-
{
|
|
10107
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetServiceProperties(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10108
|
-
"clrName": "SetServiceProperties",
|
|
10109
|
-
"metadataToken": 100675963,
|
|
10110
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10111
|
-
"normalizedSignature": "SetServiceProperties|(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void|static=false",
|
|
10112
|
-
"emitScope": "ClassSurface",
|
|
10113
|
-
"provenance": "Original",
|
|
10114
|
-
"arity": 0,
|
|
10115
|
-
"parameterCount": 2,
|
|
10116
|
-
"isStatic": false,
|
|
10117
|
-
"isAbstract": false,
|
|
10118
|
-
"isVirtual": true,
|
|
10119
|
-
"isOverride": true,
|
|
10120
|
-
"isSealed": false,
|
|
10121
|
-
"visibility": "Protected",
|
|
10122
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10123
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10124
|
-
"isExtensionMethod": false
|
|
10125
|
-
},
|
|
10126
|
-
{
|
|
10127
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::MarkUnchangedFromQuery():System.Void",
|
|
10128
|
-
"clrName": "MarkUnchangedFromQuery",
|
|
10129
|
-
"metadataToken": 100675964,
|
|
10130
|
-
"canonicalSignature": "():System.Void",
|
|
10131
|
-
"normalizedSignature": "MarkUnchangedFromQuery|():System.Void|static=false",
|
|
10132
|
-
"emitScope": "ClassSurface",
|
|
10133
|
-
"provenance": "Original",
|
|
10134
|
-
"arity": 0,
|
|
10135
|
-
"parameterCount": 0,
|
|
10136
|
-
"isStatic": false,
|
|
10137
|
-
"isAbstract": false,
|
|
10138
|
-
"isVirtual": true,
|
|
10139
|
-
"isOverride": true,
|
|
10140
|
-
"isSealed": false,
|
|
10141
|
-
"visibility": "Public",
|
|
10142
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10143
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10144
|
-
"isExtensionMethod": false
|
|
10145
|
-
},
|
|
10146
|
-
{
|
|
10147
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::PropagateValue(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean):System.Void",
|
|
10148
|
-
"clrName": "PropagateValue",
|
|
10149
|
-
"metadataToken": 100675965,
|
|
10150
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean):System.Void",
|
|
10151
|
-
"normalizedSignature": "PropagateValue|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean):System.Void|static=false",
|
|
10152
|
-
"emitScope": "ClassSurface",
|
|
10153
|
-
"provenance": "Original",
|
|
10154
|
-
"arity": 0,
|
|
10155
|
-
"parameterCount": 5,
|
|
10156
|
-
"isStatic": false,
|
|
10157
|
-
"isAbstract": false,
|
|
10158
|
-
"isVirtual": false,
|
|
10159
|
-
"isOverride": false,
|
|
10160
|
-
"isSealed": false,
|
|
10161
|
-
"visibility": "Public",
|
|
10162
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10163
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10164
|
-
"isExtensionMethod": false
|
|
10165
|
-
},
|
|
10166
|
-
{
|
|
10167
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AcceptChanges():System.Void",
|
|
10168
|
-
"clrName": "AcceptChanges",
|
|
10169
|
-
"metadataToken": 100675966,
|
|
10170
|
-
"canonicalSignature": "():System.Void",
|
|
10171
|
-
"normalizedSignature": "AcceptChanges|():System.Void|static=false",
|
|
10172
|
-
"emitScope": "ClassSurface",
|
|
10173
|
-
"provenance": "Original",
|
|
10174
|
-
"arity": 0,
|
|
10175
|
-
"parameterCount": 0,
|
|
10176
|
-
"isStatic": false,
|
|
10177
|
-
"isAbstract": false,
|
|
10178
|
-
"isVirtual": true,
|
|
10179
|
-
"isOverride": true,
|
|
10180
|
-
"isSealed": false,
|
|
10181
|
-
"visibility": "Public",
|
|
10182
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10183
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10184
|
-
"isExtensionMethod": false
|
|
10185
|
-
},
|
|
10186
|
-
{
|
|
10187
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::ReadRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Int32):T",
|
|
10188
|
-
"clrName": "ReadRelationshipSnapshotValue",
|
|
10189
|
-
"metadataToken": 100675968,
|
|
10190
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Int32):T",
|
|
10191
|
-
"normalizedSignature": "ReadRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Int32):T|static=false",
|
|
10192
|
-
"emitScope": "ClassSurface",
|
|
10193
|
-
"provenance": "Original",
|
|
10194
|
-
"arity": 1,
|
|
10195
|
-
"parameterCount": 2,
|
|
10196
|
-
"isStatic": false,
|
|
10197
|
-
"isAbstract": false,
|
|
10198
|
-
"isVirtual": false,
|
|
10199
|
-
"isOverride": false,
|
|
10200
|
-
"isSealed": false,
|
|
10201
|
-
"visibility": "Public",
|
|
10202
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10203
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10204
|
-
"isExtensionMethod": false
|
|
10205
|
-
},
|
|
10206
|
-
{
|
|
10207
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::GetRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10208
|
-
"clrName": "GetRelationshipSnapshotValue",
|
|
10209
|
-
"metadataToken": 100675969,
|
|
10210
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10211
|
-
"normalizedSignature": "GetRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty|static=false",
|
|
10212
|
-
"emitScope": "ClassSurface",
|
|
10213
|
-
"provenance": "Original",
|
|
10214
|
-
"arity": 1,
|
|
10215
|
-
"parameterCount": 1,
|
|
10216
|
-
"isStatic": false,
|
|
10217
|
-
"isAbstract": false,
|
|
10218
|
-
"isVirtual": false,
|
|
10219
|
-
"isOverride": false,
|
|
10220
|
-
"isSealed": false,
|
|
10221
|
-
"visibility": "Public",
|
|
10222
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10223
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10224
|
-
"isExtensionMethod": false
|
|
10225
|
-
},
|
|
10226
|
-
{
|
|
10227
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::GetRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10228
|
-
"clrName": "GetRelationshipSnapshotValue",
|
|
10229
|
-
"metadataToken": 100675970,
|
|
10230
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10231
|
-
"normalizedSignature": "GetRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object|static=false",
|
|
10232
|
-
"emitScope": "ClassSurface",
|
|
10233
|
-
"provenance": "Original",
|
|
10234
|
-
"arity": 0,
|
|
10235
|
-
"parameterCount": 1,
|
|
10236
|
-
"isStatic": false,
|
|
10237
|
-
"isAbstract": false,
|
|
10238
|
-
"isVirtual": true,
|
|
10239
|
-
"isOverride": false,
|
|
10240
|
-
"isSealed": true,
|
|
10241
|
-
"visibility": "Public",
|
|
10242
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10243
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10244
|
-
"isExtensionMethod": false
|
|
10245
|
-
},
|
|
10246
|
-
{
|
|
10247
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object):System.Void",
|
|
10248
|
-
"clrName": "SetRelationshipSnapshotValue",
|
|
10249
|
-
"metadataToken": 100675971,
|
|
10250
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object):System.Void",
|
|
10251
|
-
"normalizedSignature": "SetRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object):System.Void|static=false",
|
|
10252
|
-
"emitScope": "ClassSurface",
|
|
10253
|
-
"provenance": "Original",
|
|
10254
|
-
"arity": 0,
|
|
10255
|
-
"parameterCount": 2,
|
|
10256
|
-
"isStatic": false,
|
|
10257
|
-
"isAbstract": false,
|
|
10258
|
-
"isVirtual": false,
|
|
10259
|
-
"isOverride": false,
|
|
10260
|
-
"isSealed": false,
|
|
10261
|
-
"visibility": "Public",
|
|
10262
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10263
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10264
|
-
"isExtensionMethod": false
|
|
10265
|
-
},
|
|
10266
|
-
{
|
|
10267
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::EnsureRelationshipSnapshot():System.Void",
|
|
10268
|
-
"clrName": "EnsureRelationshipSnapshot",
|
|
10269
|
-
"metadataToken": 100675972,
|
|
10270
|
-
"canonicalSignature": "():System.Void",
|
|
10271
|
-
"normalizedSignature": "EnsureRelationshipSnapshot|():System.Void|static=false",
|
|
10272
|
-
"emitScope": "ClassSurface",
|
|
10273
|
-
"provenance": "Original",
|
|
10274
|
-
"arity": 0,
|
|
10275
|
-
"parameterCount": 0,
|
|
10276
|
-
"isStatic": false,
|
|
10277
|
-
"isAbstract": false,
|
|
10278
|
-
"isVirtual": false,
|
|
10279
|
-
"isOverride": false,
|
|
10280
|
-
"isSealed": false,
|
|
10281
|
-
"visibility": "Public",
|
|
10282
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10283
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10284
|
-
"isExtensionMethod": false
|
|
10285
|
-
},
|
|
10286
|
-
{
|
|
10287
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::RemoveFromCollectionSnapshot(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
10288
|
-
"clrName": "RemoveFromCollectionSnapshot",
|
|
10289
|
-
"metadataToken": 100675974,
|
|
10290
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
10291
|
-
"normalizedSignature": "RemoveFromCollectionSnapshot|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void|static=false",
|
|
10292
|
-
"emitScope": "ClassSurface",
|
|
10293
|
-
"provenance": "Original",
|
|
10294
|
-
"arity": 0,
|
|
10295
|
-
"parameterCount": 2,
|
|
10296
|
-
"isStatic": false,
|
|
10297
|
-
"isAbstract": false,
|
|
10298
|
-
"isVirtual": false,
|
|
10299
|
-
"isOverride": false,
|
|
10300
|
-
"isSealed": false,
|
|
10301
|
-
"visibility": "Public",
|
|
10302
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10303
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10304
|
-
"isExtensionMethod": false
|
|
10305
|
-
},
|
|
10306
|
-
{
|
|
10307
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AddToCollectionSnapshot(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
10308
|
-
"clrName": "AddToCollectionSnapshot",
|
|
10309
|
-
"metadataToken": 100675975,
|
|
10310
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
10311
|
-
"normalizedSignature": "AddToCollectionSnapshot|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void|static=false",
|
|
10312
|
-
"emitScope": "ClassSurface",
|
|
10313
|
-
"provenance": "Original",
|
|
10314
|
-
"arity": 0,
|
|
10315
|
-
"parameterCount": 2,
|
|
10316
|
-
"isStatic": false,
|
|
10317
|
-
"isAbstract": false,
|
|
10318
|
-
"isVirtual": false,
|
|
10319
|
-
"isOverride": false,
|
|
10320
|
-
"isSealed": false,
|
|
10321
|
-
"visibility": "Public",
|
|
10322
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10323
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10324
|
-
"isExtensionMethod": false
|
|
10325
|
-
},
|
|
10326
|
-
{
|
|
10327
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AddRangeToCollectionSnapshot(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
10328
|
-
"clrName": "AddRangeToCollectionSnapshot",
|
|
10329
|
-
"metadataToken": 100675976,
|
|
10330
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
10331
|
-
"normalizedSignature": "AddRangeToCollectionSnapshot|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
10332
|
-
"emitScope": "ClassSurface",
|
|
10333
|
-
"provenance": "Original",
|
|
10334
|
-
"arity": 0,
|
|
10335
|
-
"parameterCount": 2,
|
|
10336
|
-
"isStatic": false,
|
|
10337
|
-
"isAbstract": false,
|
|
10338
|
-
"isVirtual": false,
|
|
10339
|
-
"isOverride": false,
|
|
10340
|
-
"isSealed": false,
|
|
10341
|
-
"visibility": "Public",
|
|
10342
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10343
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10344
|
-
"isExtensionMethod": false
|
|
10345
|
-
},
|
|
10346
|
-
{
|
|
10347
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::GetOrCreateCollection(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Object",
|
|
10348
|
-
"clrName": "GetOrCreateCollection",
|
|
10349
|
-
"metadataToken": 100675977,
|
|
10350
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Object",
|
|
10351
|
-
"normalizedSignature": "GetOrCreateCollection|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Object|static=false",
|
|
10352
|
-
"emitScope": "ClassSurface",
|
|
10353
|
-
"provenance": "Original",
|
|
10354
|
-
"arity": 0,
|
|
10355
|
-
"parameterCount": 2,
|
|
10356
|
-
"isStatic": false,
|
|
10357
|
-
"isAbstract": false,
|
|
10358
|
-
"isVirtual": false,
|
|
10359
|
-
"isOverride": false,
|
|
10360
|
-
"isSealed": false,
|
|
10361
|
-
"visibility": "Public",
|
|
10362
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10363
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10364
|
-
"isExtensionMethod": false
|
|
10365
|
-
},
|
|
10366
|
-
{
|
|
10367
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::CollectionContains(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
10368
|
-
"clrName": "CollectionContains",
|
|
10369
|
-
"metadataToken": 100675978,
|
|
10370
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
10371
|
-
"normalizedSignature": "CollectionContains|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean|static=false",
|
|
10372
|
-
"emitScope": "ClassSurface",
|
|
10373
|
-
"provenance": "Original",
|
|
10374
|
-
"arity": 0,
|
|
10375
|
-
"parameterCount": 2,
|
|
10376
|
-
"isStatic": false,
|
|
10377
|
-
"isAbstract": false,
|
|
10378
|
-
"isVirtual": false,
|
|
10379
|
-
"isOverride": false,
|
|
10380
|
-
"isSealed": false,
|
|
10381
|
-
"visibility": "Public",
|
|
10382
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10383
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10384
|
-
"isExtensionMethod": false
|
|
10385
|
-
},
|
|
10386
|
-
{
|
|
10387
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AddToCollection(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object,System.Boolean):System.Boolean",
|
|
10388
|
-
"clrName": "AddToCollection",
|
|
10389
|
-
"metadataToken": 100675979,
|
|
10390
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object,System.Boolean):System.Boolean",
|
|
10391
|
-
"normalizedSignature": "AddToCollection|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object,System.Boolean):System.Boolean|static=false",
|
|
10392
|
-
"emitScope": "ClassSurface",
|
|
10393
|
-
"provenance": "Original",
|
|
10394
|
-
"arity": 0,
|
|
10395
|
-
"parameterCount": 3,
|
|
10396
|
-
"isStatic": false,
|
|
10397
|
-
"isAbstract": false,
|
|
10398
|
-
"isVirtual": false,
|
|
10399
|
-
"isOverride": false,
|
|
10400
|
-
"isSealed": false,
|
|
10401
|
-
"visibility": "Public",
|
|
10402
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10403
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10404
|
-
"isExtensionMethod": false
|
|
10405
|
-
},
|
|
10406
|
-
{
|
|
10407
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::RemoveFromCollection(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
10408
|
-
"clrName": "RemoveFromCollection",
|
|
10409
|
-
"metadataToken": 100675980,
|
|
10410
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
10411
|
-
"normalizedSignature": "RemoveFromCollection|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean|static=false",
|
|
10412
|
-
"emitScope": "ClassSurface",
|
|
10413
|
-
"provenance": "Original",
|
|
10414
|
-
"arity": 0,
|
|
10415
|
-
"parameterCount": 2,
|
|
10416
|
-
"isStatic": false,
|
|
10417
|
-
"isAbstract": false,
|
|
10418
|
-
"isVirtual": false,
|
|
10419
|
-
"isOverride": false,
|
|
10420
|
-
"isSealed": false,
|
|
10421
|
-
"visibility": "Public",
|
|
10422
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10423
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10424
|
-
"isExtensionMethod": false
|
|
10425
|
-
},
|
|
10426
|
-
{
|
|
10427
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::OnPropertyChanged(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean):System.Void",
|
|
10428
|
-
"clrName": "OnPropertyChanged",
|
|
10429
|
-
"metadataToken": 100675981,
|
|
10430
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean):System.Void",
|
|
10431
|
-
"normalizedSignature": "OnPropertyChanged|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean):System.Void|static=false",
|
|
10432
|
-
"emitScope": "ClassSurface",
|
|
10433
|
-
"provenance": "Original",
|
|
10434
|
-
"arity": 0,
|
|
10435
|
-
"parameterCount": 3,
|
|
10436
|
-
"isStatic": false,
|
|
10437
|
-
"isAbstract": false,
|
|
10438
|
-
"isVirtual": true,
|
|
10439
|
-
"isOverride": true,
|
|
10440
|
-
"isSealed": false,
|
|
10441
|
-
"visibility": "Protected",
|
|
10442
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10443
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10444
|
-
"isExtensionMethod": false
|
|
10445
|
-
},
|
|
10446
|
-
{
|
|
10447
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleConceptualNulls(System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
10448
|
-
"clrName": "HandleConceptualNulls",
|
|
10449
|
-
"metadataToken": 100675982,
|
|
10450
|
-
"canonicalSignature": "(System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
10451
|
-
"normalizedSignature": "HandleConceptualNulls|(System.Boolean,System.Boolean,System.Boolean):System.Void|static=false",
|
|
10452
|
-
"emitScope": "ClassSurface",
|
|
10453
|
-
"provenance": "Original",
|
|
10454
|
-
"arity": 0,
|
|
10455
|
-
"parameterCount": 3,
|
|
10456
|
-
"isStatic": false,
|
|
10457
|
-
"isAbstract": false,
|
|
10458
|
-
"isVirtual": true,
|
|
10459
|
-
"isOverride": true,
|
|
10460
|
-
"isSealed": false,
|
|
10461
|
-
"visibility": "Public",
|
|
10462
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10463
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10464
|
-
"isExtensionMethod": false
|
|
10465
|
-
},
|
|
10466
|
-
{
|
|
10467
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::ToEntityEntry():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
|
|
10468
|
-
"clrName": "ToEntityEntry",
|
|
10469
|
-
"metadataToken": 100675985,
|
|
10470
|
-
"canonicalSignature": "():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
|
|
10471
|
-
"normalizedSignature": "ToEntityEntry|():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry|static=false",
|
|
10472
|
-
"emitScope": "ClassSurface",
|
|
10473
|
-
"provenance": "Original",
|
|
10474
|
-
"arity": 0,
|
|
10475
|
-
"parameterCount": 0,
|
|
10476
|
-
"isStatic": false,
|
|
10477
|
-
"isAbstract": false,
|
|
10478
|
-
"isVirtual": true,
|
|
10479
|
-
"isOverride": false,
|
|
10480
|
-
"isSealed": true,
|
|
10481
|
-
"visibility": "Public",
|
|
10482
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10483
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10484
|
-
"isExtensionMethod": false
|
|
10485
|
-
},
|
|
10486
|
-
{
|
|
10487
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleINotifyPropertyChanging(System.Object,System.ComponentModel.PropertyChangingEventArgs):System.Void",
|
|
10488
|
-
"clrName": "HandleINotifyPropertyChanging",
|
|
10489
|
-
"metadataToken": 100675986,
|
|
10490
|
-
"canonicalSignature": "(System.Object,System.ComponentModel.PropertyChangingEventArgs):System.Void",
|
|
10491
|
-
"normalizedSignature": "HandleINotifyPropertyChanging|(System.Object,System.ComponentModel.PropertyChangingEventArgs):System.Void|static=false",
|
|
10492
|
-
"emitScope": "ClassSurface",
|
|
10493
|
-
"provenance": "Original",
|
|
10494
|
-
"arity": 0,
|
|
10495
|
-
"parameterCount": 2,
|
|
10496
|
-
"isStatic": false,
|
|
10497
|
-
"isAbstract": false,
|
|
10498
|
-
"isVirtual": false,
|
|
10499
|
-
"isOverride": false,
|
|
10500
|
-
"isSealed": false,
|
|
10501
|
-
"visibility": "Public",
|
|
10502
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10503
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10504
|
-
"isExtensionMethod": false
|
|
10505
|
-
},
|
|
10506
|
-
{
|
|
10507
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleINotifyPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs):System.Void",
|
|
10508
|
-
"clrName": "HandleINotifyPropertyChanged",
|
|
10509
|
-
"metadataToken": 100675987,
|
|
10510
|
-
"canonicalSignature": "(System.Object,System.ComponentModel.PropertyChangedEventArgs):System.Void",
|
|
10511
|
-
"normalizedSignature": "HandleINotifyPropertyChanged|(System.Object,System.ComponentModel.PropertyChangedEventArgs):System.Void|static=false",
|
|
10512
|
-
"emitScope": "ClassSurface",
|
|
10513
|
-
"provenance": "Original",
|
|
10514
|
-
"arity": 0,
|
|
10515
|
-
"parameterCount": 2,
|
|
10516
|
-
"isStatic": false,
|
|
10517
|
-
"isAbstract": false,
|
|
10518
|
-
"isVirtual": false,
|
|
10519
|
-
"isOverride": false,
|
|
10520
|
-
"isSealed": false,
|
|
10521
|
-
"visibility": "Public",
|
|
10522
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10523
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10524
|
-
"isExtensionMethod": false
|
|
10525
|
-
},
|
|
10526
|
-
{
|
|
10527
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleINotifyCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs):System.Void",
|
|
10528
|
-
"clrName": "HandleINotifyCollectionChanged",
|
|
10529
|
-
"metadataToken": 100675989,
|
|
10530
|
-
"canonicalSignature": "(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs):System.Void",
|
|
10531
|
-
"normalizedSignature": "HandleINotifyCollectionChanged|(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs):System.Void|static=false",
|
|
10532
|
-
"emitScope": "ClassSurface",
|
|
10533
|
-
"provenance": "Original",
|
|
10534
|
-
"arity": 0,
|
|
10535
|
-
"parameterCount": 2,
|
|
10536
|
-
"isStatic": false,
|
|
10537
|
-
"isAbstract": false,
|
|
10538
|
-
"isVirtual": false,
|
|
10539
|
-
"isOverride": false,
|
|
9454
|
+
"isVirtual": true,
|
|
9455
|
+
"isOverride": true,
|
|
10540
9456
|
"isSealed": false,
|
|
10541
9457
|
"visibility": "Public",
|
|
10542
9458
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
@@ -10544,19 +9460,19 @@
|
|
|
10544
9460
|
"isExtensionMethod": false
|
|
10545
9461
|
},
|
|
10546
9462
|
{
|
|
10547
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::
|
|
10548
|
-
"clrName": "
|
|
10549
|
-
"metadataToken":
|
|
10550
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
10551
|
-
"normalizedSignature": "
|
|
9463
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetEntityStateAsync(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
9464
|
+
"clrName": "SetEntityStateAsync",
|
|
9465
|
+
"metadataToken": 100675954,
|
|
9466
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
9467
|
+
"normalizedSignature": "SetEntityStateAsync|(Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean,System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Nullable_1[[Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
10552
9468
|
"emitScope": "ClassSurface",
|
|
10553
9469
|
"provenance": "Original",
|
|
10554
9470
|
"arity": 0,
|
|
10555
|
-
"parameterCount":
|
|
9471
|
+
"parameterCount": 6,
|
|
10556
9472
|
"isStatic": false,
|
|
10557
9473
|
"isAbstract": false,
|
|
10558
|
-
"isVirtual":
|
|
10559
|
-
"isOverride":
|
|
9474
|
+
"isVirtual": true,
|
|
9475
|
+
"isOverride": true,
|
|
10560
9476
|
"isSealed": false,
|
|
10561
9477
|
"visibility": "Public",
|
|
10562
9478
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
@@ -10564,684 +9480,596 @@
|
|
|
10564
9480
|
"isExtensionMethod": false
|
|
10565
9481
|
},
|
|
10566
9482
|
{
|
|
10567
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::
|
|
10568
|
-
"clrName": "
|
|
10569
|
-
"metadataToken":
|
|
10570
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
10571
|
-
"normalizedSignature": "
|
|
9483
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::OnStateChanging(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
9484
|
+
"clrName": "OnStateChanging",
|
|
9485
|
+
"metadataToken": 100675955,
|
|
9486
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
9487
|
+
"normalizedSignature": "OnStateChanging|(Microsoft.EntityFrameworkCore.EntityState):System.Void|static=false",
|
|
10572
9488
|
"emitScope": "ClassSurface",
|
|
10573
9489
|
"provenance": "Original",
|
|
10574
9490
|
"arity": 0,
|
|
10575
9491
|
"parameterCount": 1,
|
|
10576
9492
|
"isStatic": false,
|
|
10577
9493
|
"isAbstract": false,
|
|
10578
|
-
"isVirtual":
|
|
10579
|
-
"isOverride":
|
|
9494
|
+
"isVirtual": true,
|
|
9495
|
+
"isOverride": true,
|
|
10580
9496
|
"isSealed": false,
|
|
10581
|
-
"visibility": "
|
|
9497
|
+
"visibility": "Protected",
|
|
10582
9498
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10583
9499
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10584
9500
|
"isExtensionMethod": false
|
|
10585
9501
|
},
|
|
10586
9502
|
{
|
|
10587
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::
|
|
10588
|
-
"clrName": "
|
|
10589
|
-
"metadataToken":
|
|
10590
|
-
"canonicalSignature": "():System.
|
|
10591
|
-
"normalizedSignature": "
|
|
9503
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::OnStateChanged(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
9504
|
+
"clrName": "OnStateChanged",
|
|
9505
|
+
"metadataToken": 100675956,
|
|
9506
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
9507
|
+
"normalizedSignature": "OnStateChanged|(Microsoft.EntityFrameworkCore.EntityState):System.Void|static=false",
|
|
10592
9508
|
"emitScope": "ClassSurface",
|
|
10593
9509
|
"provenance": "Original",
|
|
10594
9510
|
"arity": 0,
|
|
10595
|
-
"parameterCount":
|
|
9511
|
+
"parameterCount": 1,
|
|
10596
9512
|
"isStatic": false,
|
|
10597
9513
|
"isAbstract": false,
|
|
10598
9514
|
"isVirtual": true,
|
|
10599
9515
|
"isOverride": true,
|
|
10600
9516
|
"isSealed": false,
|
|
10601
|
-
"visibility": "
|
|
9517
|
+
"visibility": "Protected",
|
|
10602
9518
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10603
9519
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10604
9520
|
"isExtensionMethod": false
|
|
10605
9521
|
},
|
|
10606
9522
|
{
|
|
10607
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10608
|
-
"clrName": "
|
|
10609
|
-
"metadataToken":
|
|
10610
|
-
"canonicalSignature": "(
|
|
10611
|
-
"normalizedSignature": "
|
|
10612
|
-
"emitScope": "
|
|
10613
|
-
"provenance": "
|
|
9523
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetServiceProperties(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
9524
|
+
"clrName": "SetServiceProperties",
|
|
9525
|
+
"metadataToken": 100675963,
|
|
9526
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
9527
|
+
"normalizedSignature": "SetServiceProperties|(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void|static=false",
|
|
9528
|
+
"emitScope": "ClassSurface",
|
|
9529
|
+
"provenance": "Original",
|
|
10614
9530
|
"arity": 0,
|
|
10615
|
-
"parameterCount":
|
|
9531
|
+
"parameterCount": 2,
|
|
10616
9532
|
"isStatic": false,
|
|
10617
9533
|
"isAbstract": false,
|
|
10618
9534
|
"isVirtual": true,
|
|
10619
|
-
"isOverride":
|
|
9535
|
+
"isOverride": true,
|
|
10620
9536
|
"isSealed": false,
|
|
10621
|
-
"visibility": "
|
|
10622
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9537
|
+
"visibility": "Protected",
|
|
9538
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10623
9539
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10624
|
-
"isExtensionMethod": false
|
|
10625
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9540
|
+
"isExtensionMethod": false
|
|
10626
9541
|
},
|
|
10627
9542
|
{
|
|
10628
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10629
|
-
"clrName": "
|
|
10630
|
-
"metadataToken":
|
|
9543
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::MarkUnchangedFromQuery():System.Void",
|
|
9544
|
+
"clrName": "MarkUnchangedFromQuery",
|
|
9545
|
+
"metadataToken": 100675964,
|
|
10631
9546
|
"canonicalSignature": "():System.Void",
|
|
10632
|
-
"normalizedSignature": "
|
|
10633
|
-
"emitScope": "
|
|
10634
|
-
"provenance": "
|
|
9547
|
+
"normalizedSignature": "MarkUnchangedFromQuery|():System.Void|static=false",
|
|
9548
|
+
"emitScope": "ClassSurface",
|
|
9549
|
+
"provenance": "Original",
|
|
10635
9550
|
"arity": 0,
|
|
10636
9551
|
"parameterCount": 0,
|
|
10637
9552
|
"isStatic": false,
|
|
10638
9553
|
"isAbstract": false,
|
|
10639
9554
|
"isVirtual": true,
|
|
10640
|
-
"isOverride":
|
|
10641
|
-
"isSealed": false,
|
|
10642
|
-
"visibility": "Public",
|
|
10643
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
10644
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10645
|
-
"isExtensionMethod": false,
|
|
10646
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
10647
|
-
},
|
|
10648
|
-
{
|
|
10649
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10650
|
-
"clrName": "GetCurrentValue",
|
|
10651
|
-
"metadataToken": 100675855,
|
|
10652
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10653
|
-
"normalizedSignature": "GetCurrentValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object|static=false",
|
|
10654
|
-
"emitScope": "ViewOnly",
|
|
10655
|
-
"provenance": "ExplicitView",
|
|
10656
|
-
"arity": 0,
|
|
10657
|
-
"parameterCount": 1,
|
|
10658
|
-
"isStatic": false,
|
|
10659
|
-
"isAbstract": false,
|
|
10660
|
-
"isVirtual": true,
|
|
10661
|
-
"isOverride": false,
|
|
10662
|
-
"isSealed": false,
|
|
10663
|
-
"visibility": "Public",
|
|
10664
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
10665
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10666
|
-
"isExtensionMethod": false,
|
|
10667
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
10668
|
-
},
|
|
10669
|
-
{
|
|
10670
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10671
|
-
"clrName": "GetCurrentValue",
|
|
10672
|
-
"metadataToken": 100675856,
|
|
10673
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10674
|
-
"normalizedSignature": "GetCurrentValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty|static=false",
|
|
10675
|
-
"emitScope": "ViewOnly",
|
|
10676
|
-
"provenance": "ExplicitView",
|
|
10677
|
-
"arity": 1,
|
|
10678
|
-
"parameterCount": 1,
|
|
10679
|
-
"isStatic": false,
|
|
10680
|
-
"isAbstract": false,
|
|
10681
|
-
"isVirtual": true,
|
|
10682
|
-
"isOverride": false,
|
|
10683
|
-
"isSealed": false,
|
|
10684
|
-
"visibility": "Public",
|
|
10685
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
10686
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10687
|
-
"isExtensionMethod": false,
|
|
10688
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
10689
|
-
},
|
|
10690
|
-
{
|
|
10691
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
10692
|
-
"clrName": "GetOriginalValue",
|
|
10693
|
-
"metadataToken": 100675858,
|
|
10694
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
10695
|
-
"normalizedSignature": "GetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty|static=false",
|
|
10696
|
-
"emitScope": "ViewOnly",
|
|
10697
|
-
"provenance": "ExplicitView",
|
|
10698
|
-
"arity": 1,
|
|
10699
|
-
"parameterCount": 1,
|
|
10700
|
-
"isStatic": false,
|
|
10701
|
-
"isAbstract": false,
|
|
10702
|
-
"isVirtual": true,
|
|
10703
|
-
"isOverride": false,
|
|
10704
|
-
"isSealed": false,
|
|
10705
|
-
"visibility": "Public",
|
|
10706
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
10707
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10708
|
-
"isExtensionMethod": false,
|
|
10709
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
10710
|
-
},
|
|
10711
|
-
{
|
|
10712
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::HasExplicitValue(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean",
|
|
10713
|
-
"clrName": "HasExplicitValue",
|
|
10714
|
-
"metadataToken": 100675860,
|
|
10715
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean",
|
|
10716
|
-
"normalizedSignature": "HasExplicitValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean|static=false",
|
|
10717
|
-
"emitScope": "ViewOnly",
|
|
10718
|
-
"provenance": "ExplicitView",
|
|
10719
|
-
"arity": 0,
|
|
10720
|
-
"parameterCount": 1,
|
|
10721
|
-
"isStatic": false,
|
|
10722
|
-
"isAbstract": false,
|
|
10723
|
-
"isVirtual": true,
|
|
10724
|
-
"isOverride": false,
|
|
9555
|
+
"isOverride": true,
|
|
10725
9556
|
"isSealed": false,
|
|
10726
9557
|
"visibility": "Public",
|
|
10727
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9558
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10728
9559
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10729
|
-
"isExtensionMethod": false
|
|
10730
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9560
|
+
"isExtensionMethod": false
|
|
10731
9561
|
},
|
|
10732
9562
|
{
|
|
10733
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10734
|
-
"clrName": "
|
|
10735
|
-
"metadataToken":
|
|
10736
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10737
|
-
"normalizedSignature": "
|
|
10738
|
-
"emitScope": "
|
|
10739
|
-
"provenance": "
|
|
9563
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::PropagateValue(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean):System.Void",
|
|
9564
|
+
"clrName": "PropagateValue",
|
|
9565
|
+
"metadataToken": 100675965,
|
|
9566
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean):System.Void",
|
|
9567
|
+
"normalizedSignature": "PropagateValue|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry,Microsoft.EntityFrameworkCore.Metadata.IProperty,Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean):System.Void|static=false",
|
|
9568
|
+
"emitScope": "ClassSurface",
|
|
9569
|
+
"provenance": "Original",
|
|
10740
9570
|
"arity": 0,
|
|
10741
|
-
"parameterCount":
|
|
9571
|
+
"parameterCount": 5,
|
|
10742
9572
|
"isStatic": false,
|
|
10743
9573
|
"isAbstract": false,
|
|
10744
|
-
"isVirtual":
|
|
9574
|
+
"isVirtual": false,
|
|
10745
9575
|
"isOverride": false,
|
|
10746
9576
|
"isSealed": false,
|
|
10747
9577
|
"visibility": "Public",
|
|
10748
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9578
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10749
9579
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10750
|
-
"isExtensionMethod": false
|
|
10751
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9580
|
+
"isExtensionMethod": false
|
|
10752
9581
|
},
|
|
10753
9582
|
{
|
|
10754
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10755
|
-
"clrName": "
|
|
10756
|
-
"metadataToken":
|
|
10757
|
-
"canonicalSignature": "(
|
|
10758
|
-
"normalizedSignature": "
|
|
10759
|
-
"emitScope": "
|
|
10760
|
-
"provenance": "
|
|
9583
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AcceptChanges():System.Void",
|
|
9584
|
+
"clrName": "AcceptChanges",
|
|
9585
|
+
"metadataToken": 100675966,
|
|
9586
|
+
"canonicalSignature": "():System.Void",
|
|
9587
|
+
"normalizedSignature": "AcceptChanges|():System.Void|static=false",
|
|
9588
|
+
"emitScope": "ClassSurface",
|
|
9589
|
+
"provenance": "Original",
|
|
10761
9590
|
"arity": 0,
|
|
10762
|
-
"parameterCount":
|
|
9591
|
+
"parameterCount": 0,
|
|
10763
9592
|
"isStatic": false,
|
|
10764
9593
|
"isAbstract": false,
|
|
10765
9594
|
"isVirtual": true,
|
|
10766
|
-
"isOverride":
|
|
9595
|
+
"isOverride": true,
|
|
10767
9596
|
"isSealed": false,
|
|
10768
9597
|
"visibility": "Public",
|
|
10769
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9598
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10770
9599
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10771
|
-
"isExtensionMethod": false
|
|
10772
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9600
|
+
"isExtensionMethod": false
|
|
10773
9601
|
},
|
|
10774
9602
|
{
|
|
10775
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10776
|
-
"clrName": "
|
|
10777
|
-
"metadataToken":
|
|
10778
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10779
|
-
"normalizedSignature": "
|
|
10780
|
-
"emitScope": "
|
|
10781
|
-
"provenance": "
|
|
10782
|
-
"arity":
|
|
9603
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::ReadRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Int32):T",
|
|
9604
|
+
"clrName": "ReadRelationshipSnapshotValue",
|
|
9605
|
+
"metadataToken": 100675968,
|
|
9606
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Int32):T",
|
|
9607
|
+
"normalizedSignature": "ReadRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Int32):T|static=false",
|
|
9608
|
+
"emitScope": "ClassSurface",
|
|
9609
|
+
"provenance": "Original",
|
|
9610
|
+
"arity": 1,
|
|
10783
9611
|
"parameterCount": 2,
|
|
10784
9612
|
"isStatic": false,
|
|
10785
9613
|
"isAbstract": false,
|
|
10786
|
-
"isVirtual":
|
|
9614
|
+
"isVirtual": false,
|
|
10787
9615
|
"isOverride": false,
|
|
10788
9616
|
"isSealed": false,
|
|
10789
9617
|
"visibility": "Public",
|
|
10790
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9618
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10791
9619
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10792
|
-
"isExtensionMethod": false
|
|
10793
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9620
|
+
"isExtensionMethod": false
|
|
10794
9621
|
},
|
|
10795
9622
|
{
|
|
10796
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10797
|
-
"clrName": "
|
|
10798
|
-
"metadataToken":
|
|
10799
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10800
|
-
"normalizedSignature": "
|
|
10801
|
-
"emitScope": "
|
|
10802
|
-
"provenance": "
|
|
10803
|
-
"arity":
|
|
9623
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::GetRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
9624
|
+
"clrName": "GetRelationshipSnapshotValue",
|
|
9625
|
+
"metadataToken": 100675969,
|
|
9626
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
9627
|
+
"normalizedSignature": "GetRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty|static=false",
|
|
9628
|
+
"emitScope": "ClassSurface",
|
|
9629
|
+
"provenance": "Original",
|
|
9630
|
+
"arity": 1,
|
|
10804
9631
|
"parameterCount": 1,
|
|
10805
9632
|
"isStatic": false,
|
|
10806
9633
|
"isAbstract": false,
|
|
10807
|
-
"isVirtual":
|
|
9634
|
+
"isVirtual": false,
|
|
10808
9635
|
"isOverride": false,
|
|
10809
9636
|
"isSealed": false,
|
|
10810
9637
|
"visibility": "Public",
|
|
10811
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9638
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10812
9639
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10813
|
-
"isExtensionMethod": false
|
|
10814
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9640
|
+
"isExtensionMethod": false
|
|
10815
9641
|
},
|
|
10816
9642
|
{
|
|
10817
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10818
|
-
"clrName": "
|
|
10819
|
-
"metadataToken":
|
|
10820
|
-
"canonicalSignature": "(
|
|
10821
|
-
"normalizedSignature": "
|
|
10822
|
-
"emitScope": "
|
|
10823
|
-
"provenance": "
|
|
9643
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::GetRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
9644
|
+
"clrName": "GetRelationshipSnapshotValue",
|
|
9645
|
+
"metadataToken": 100675970,
|
|
9646
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
9647
|
+
"normalizedSignature": "GetRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object|static=false",
|
|
9648
|
+
"emitScope": "ClassSurface",
|
|
9649
|
+
"provenance": "Original",
|
|
10824
9650
|
"arity": 0,
|
|
10825
|
-
"parameterCount":
|
|
9651
|
+
"parameterCount": 1,
|
|
10826
9652
|
"isStatic": false,
|
|
10827
9653
|
"isAbstract": false,
|
|
10828
9654
|
"isVirtual": true,
|
|
10829
9655
|
"isOverride": false,
|
|
10830
|
-
"isSealed":
|
|
9656
|
+
"isSealed": true,
|
|
10831
9657
|
"visibility": "Public",
|
|
10832
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9658
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10833
9659
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10834
|
-
"isExtensionMethod": false
|
|
10835
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9660
|
+
"isExtensionMethod": false
|
|
10836
9661
|
},
|
|
10837
9662
|
{
|
|
10838
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10839
|
-
"clrName": "
|
|
10840
|
-
"metadataToken":
|
|
10841
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10842
|
-
"normalizedSignature": "
|
|
10843
|
-
"emitScope": "
|
|
10844
|
-
"provenance": "
|
|
10845
|
-
"arity":
|
|
9663
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetRelationshipSnapshotValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object):System.Void",
|
|
9664
|
+
"clrName": "SetRelationshipSnapshotValue",
|
|
9665
|
+
"metadataToken": 100675971,
|
|
9666
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object):System.Void",
|
|
9667
|
+
"normalizedSignature": "SetRelationshipSnapshotValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object):System.Void|static=false",
|
|
9668
|
+
"emitScope": "ClassSurface",
|
|
9669
|
+
"provenance": "Original",
|
|
9670
|
+
"arity": 0,
|
|
10846
9671
|
"parameterCount": 2,
|
|
10847
9672
|
"isStatic": false,
|
|
10848
9673
|
"isAbstract": false,
|
|
10849
|
-
"isVirtual":
|
|
9674
|
+
"isVirtual": false,
|
|
10850
9675
|
"isOverride": false,
|
|
10851
9676
|
"isSealed": false,
|
|
10852
9677
|
"visibility": "Public",
|
|
10853
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9678
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10854
9679
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10855
|
-
"isExtensionMethod": false
|
|
10856
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9680
|
+
"isExtensionMethod": false
|
|
10857
9681
|
},
|
|
10858
9682
|
{
|
|
10859
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10860
|
-
"clrName": "
|
|
10861
|
-
"metadataToken":
|
|
10862
|
-
"canonicalSignature": "(System.
|
|
10863
|
-
"normalizedSignature": "
|
|
10864
|
-
"emitScope": "
|
|
10865
|
-
"provenance": "
|
|
10866
|
-
"arity":
|
|
10867
|
-
"parameterCount":
|
|
9683
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::EnsureRelationshipSnapshot():System.Void",
|
|
9684
|
+
"clrName": "EnsureRelationshipSnapshot",
|
|
9685
|
+
"metadataToken": 100675972,
|
|
9686
|
+
"canonicalSignature": "():System.Void",
|
|
9687
|
+
"normalizedSignature": "EnsureRelationshipSnapshot|():System.Void|static=false",
|
|
9688
|
+
"emitScope": "ClassSurface",
|
|
9689
|
+
"provenance": "Original",
|
|
9690
|
+
"arity": 0,
|
|
9691
|
+
"parameterCount": 0,
|
|
10868
9692
|
"isStatic": false,
|
|
10869
9693
|
"isAbstract": false,
|
|
10870
|
-
"isVirtual":
|
|
9694
|
+
"isVirtual": false,
|
|
10871
9695
|
"isOverride": false,
|
|
10872
9696
|
"isSealed": false,
|
|
10873
9697
|
"visibility": "Public",
|
|
10874
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9698
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10875
9699
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10876
|
-
"isExtensionMethod": false
|
|
10877
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9700
|
+
"isExtensionMethod": false
|
|
10878
9701
|
},
|
|
10879
9702
|
{
|
|
10880
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10881
|
-
"clrName": "
|
|
10882
|
-
"metadataToken":
|
|
10883
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10884
|
-
"normalizedSignature": "
|
|
10885
|
-
"emitScope": "
|
|
10886
|
-
"provenance": "
|
|
9703
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::RemoveFromCollectionSnapshot(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
9704
|
+
"clrName": "RemoveFromCollectionSnapshot",
|
|
9705
|
+
"metadataToken": 100675974,
|
|
9706
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
9707
|
+
"normalizedSignature": "RemoveFromCollectionSnapshot|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void|static=false",
|
|
9708
|
+
"emitScope": "ClassSurface",
|
|
9709
|
+
"provenance": "Original",
|
|
10887
9710
|
"arity": 0,
|
|
10888
|
-
"parameterCount":
|
|
9711
|
+
"parameterCount": 2,
|
|
10889
9712
|
"isStatic": false,
|
|
10890
9713
|
"isAbstract": false,
|
|
10891
|
-
"isVirtual":
|
|
9714
|
+
"isVirtual": false,
|
|
10892
9715
|
"isOverride": false,
|
|
10893
9716
|
"isSealed": false,
|
|
10894
9717
|
"visibility": "Public",
|
|
10895
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9718
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10896
9719
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10897
|
-
"isExtensionMethod": false
|
|
10898
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9720
|
+
"isExtensionMethod": false
|
|
10899
9721
|
},
|
|
10900
9722
|
{
|
|
10901
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10902
|
-
"clrName": "
|
|
10903
|
-
"metadataToken":
|
|
10904
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10905
|
-
"normalizedSignature": "
|
|
10906
|
-
"emitScope": "
|
|
10907
|
-
"provenance": "
|
|
9723
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AddToCollectionSnapshot(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
9724
|
+
"clrName": "AddToCollectionSnapshot",
|
|
9725
|
+
"metadataToken": 100675975,
|
|
9726
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void",
|
|
9727
|
+
"normalizedSignature": "AddToCollectionSnapshot|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Void|static=false",
|
|
9728
|
+
"emitScope": "ClassSurface",
|
|
9729
|
+
"provenance": "Original",
|
|
10908
9730
|
"arity": 0,
|
|
10909
|
-
"parameterCount":
|
|
9731
|
+
"parameterCount": 2,
|
|
10910
9732
|
"isStatic": false,
|
|
10911
9733
|
"isAbstract": false,
|
|
10912
|
-
"isVirtual":
|
|
9734
|
+
"isVirtual": false,
|
|
10913
9735
|
"isOverride": false,
|
|
10914
9736
|
"isSealed": false,
|
|
10915
9737
|
"visibility": "Public",
|
|
10916
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9738
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10917
9739
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10918
|
-
"isExtensionMethod": false
|
|
10919
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9740
|
+
"isExtensionMethod": false
|
|
10920
9741
|
},
|
|
10921
9742
|
{
|
|
10922
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10923
|
-
"clrName": "
|
|
10924
|
-
"metadataToken":
|
|
10925
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10926
|
-
"normalizedSignature": "
|
|
10927
|
-
"emitScope": "
|
|
10928
|
-
"provenance": "
|
|
9743
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AddRangeToCollectionSnapshot(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
9744
|
+
"clrName": "AddRangeToCollectionSnapshot",
|
|
9745
|
+
"metadataToken": 100675976,
|
|
9746
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
9747
|
+
"normalizedSignature": "AddRangeToCollectionSnapshot|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
9748
|
+
"emitScope": "ClassSurface",
|
|
9749
|
+
"provenance": "Original",
|
|
10929
9750
|
"arity": 0,
|
|
10930
|
-
"parameterCount":
|
|
9751
|
+
"parameterCount": 2,
|
|
10931
9752
|
"isStatic": false,
|
|
10932
9753
|
"isAbstract": false,
|
|
10933
|
-
"isVirtual":
|
|
9754
|
+
"isVirtual": false,
|
|
10934
9755
|
"isOverride": false,
|
|
10935
9756
|
"isSealed": false,
|
|
10936
9757
|
"visibility": "Public",
|
|
10937
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9758
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10938
9759
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10939
|
-
"isExtensionMethod": false
|
|
10940
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9760
|
+
"isExtensionMethod": false
|
|
10941
9761
|
},
|
|
10942
9762
|
{
|
|
10943
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10944
|
-
"clrName": "
|
|
10945
|
-
"metadataToken":
|
|
10946
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10947
|
-
"normalizedSignature": "
|
|
10948
|
-
"emitScope": "
|
|
10949
|
-
"provenance": "
|
|
9763
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::GetOrCreateCollection(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Object",
|
|
9764
|
+
"clrName": "GetOrCreateCollection",
|
|
9765
|
+
"metadataToken": 100675977,
|
|
9766
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Object",
|
|
9767
|
+
"normalizedSignature": "GetOrCreateCollection|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Object|static=false",
|
|
9768
|
+
"emitScope": "ClassSurface",
|
|
9769
|
+
"provenance": "Original",
|
|
10950
9770
|
"arity": 0,
|
|
10951
|
-
"parameterCount":
|
|
9771
|
+
"parameterCount": 2,
|
|
10952
9772
|
"isStatic": false,
|
|
10953
9773
|
"isAbstract": false,
|
|
10954
|
-
"isVirtual":
|
|
9774
|
+
"isVirtual": false,
|
|
10955
9775
|
"isOverride": false,
|
|
10956
9776
|
"isSealed": false,
|
|
10957
9777
|
"visibility": "Public",
|
|
10958
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9778
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10959
9779
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10960
|
-
"isExtensionMethod": false
|
|
10961
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9780
|
+
"isExtensionMethod": false
|
|
10962
9781
|
},
|
|
10963
9782
|
{
|
|
10964
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10965
|
-
"clrName": "
|
|
10966
|
-
"metadataToken":
|
|
10967
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10968
|
-
"normalizedSignature": "
|
|
10969
|
-
"emitScope": "
|
|
10970
|
-
"provenance": "
|
|
9783
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::CollectionContains(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
9784
|
+
"clrName": "CollectionContains",
|
|
9785
|
+
"metadataToken": 100675978,
|
|
9786
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
9787
|
+
"normalizedSignature": "CollectionContains|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean|static=false",
|
|
9788
|
+
"emitScope": "ClassSurface",
|
|
9789
|
+
"provenance": "Original",
|
|
10971
9790
|
"arity": 0,
|
|
10972
9791
|
"parameterCount": 2,
|
|
10973
9792
|
"isStatic": false,
|
|
10974
9793
|
"isAbstract": false,
|
|
10975
|
-
"isVirtual":
|
|
9794
|
+
"isVirtual": false,
|
|
10976
9795
|
"isOverride": false,
|
|
10977
9796
|
"isSealed": false,
|
|
10978
9797
|
"visibility": "Public",
|
|
10979
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9798
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
10980
9799
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
10981
|
-
"isExtensionMethod": false
|
|
10982
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9800
|
+
"isExtensionMethod": false
|
|
10983
9801
|
},
|
|
10984
9802
|
{
|
|
10985
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10986
|
-
"clrName": "
|
|
10987
|
-
"metadataToken":
|
|
10988
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
10989
|
-
"normalizedSignature": "
|
|
10990
|
-
"emitScope": "
|
|
10991
|
-
"provenance": "
|
|
9803
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::AddToCollection(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object,System.Boolean):System.Boolean",
|
|
9804
|
+
"clrName": "AddToCollection",
|
|
9805
|
+
"metadataToken": 100675979,
|
|
9806
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object,System.Boolean):System.Boolean",
|
|
9807
|
+
"normalizedSignature": "AddToCollection|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object,System.Boolean):System.Boolean|static=false",
|
|
9808
|
+
"emitScope": "ClassSurface",
|
|
9809
|
+
"provenance": "Original",
|
|
10992
9810
|
"arity": 0,
|
|
10993
9811
|
"parameterCount": 3,
|
|
10994
9812
|
"isStatic": false,
|
|
10995
9813
|
"isAbstract": false,
|
|
10996
|
-
"isVirtual":
|
|
9814
|
+
"isVirtual": false,
|
|
10997
9815
|
"isOverride": false,
|
|
10998
9816
|
"isSealed": false,
|
|
10999
9817
|
"visibility": "Public",
|
|
11000
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9818
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11001
9819
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11002
|
-
"isExtensionMethod": false
|
|
11003
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9820
|
+
"isExtensionMethod": false
|
|
11004
9821
|
},
|
|
11005
9822
|
{
|
|
11006
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11007
|
-
"clrName": "
|
|
11008
|
-
"metadataToken":
|
|
11009
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11010
|
-
"normalizedSignature": "
|
|
11011
|
-
"emitScope": "
|
|
11012
|
-
"provenance": "
|
|
9823
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::RemoveFromCollection(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
9824
|
+
"clrName": "RemoveFromCollection",
|
|
9825
|
+
"metadataToken": 100675980,
|
|
9826
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean",
|
|
9827
|
+
"normalizedSignature": "RemoveFromCollection|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Object):System.Boolean|static=false",
|
|
9828
|
+
"emitScope": "ClassSurface",
|
|
9829
|
+
"provenance": "Original",
|
|
11013
9830
|
"arity": 0,
|
|
11014
9831
|
"parameterCount": 2,
|
|
11015
9832
|
"isStatic": false,
|
|
11016
9833
|
"isAbstract": false,
|
|
11017
|
-
"isVirtual":
|
|
9834
|
+
"isVirtual": false,
|
|
11018
9835
|
"isOverride": false,
|
|
11019
9836
|
"isSealed": false,
|
|
11020
9837
|
"visibility": "Public",
|
|
11021
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9838
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
9839
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
9840
|
+
"isExtensionMethod": false
|
|
9841
|
+
},
|
|
9842
|
+
{
|
|
9843
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::OnPropertyChanged(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean):System.Void",
|
|
9844
|
+
"clrName": "OnPropertyChanged",
|
|
9845
|
+
"metadataToken": 100675981,
|
|
9846
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean):System.Void",
|
|
9847
|
+
"normalizedSignature": "OnPropertyChanged|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean):System.Void|static=false",
|
|
9848
|
+
"emitScope": "ClassSurface",
|
|
9849
|
+
"provenance": "Original",
|
|
9850
|
+
"arity": 0,
|
|
9851
|
+
"parameterCount": 3,
|
|
9852
|
+
"isStatic": false,
|
|
9853
|
+
"isAbstract": false,
|
|
9854
|
+
"isVirtual": true,
|
|
9855
|
+
"isOverride": true,
|
|
9856
|
+
"isSealed": false,
|
|
9857
|
+
"visibility": "Protected",
|
|
9858
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11022
9859
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11023
|
-
"isExtensionMethod": false
|
|
11024
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9860
|
+
"isExtensionMethod": false
|
|
11025
9861
|
},
|
|
11026
9862
|
{
|
|
11027
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11028
|
-
"clrName": "
|
|
11029
|
-
"metadataToken":
|
|
11030
|
-
"canonicalSignature": "(
|
|
11031
|
-
"normalizedSignature": "
|
|
11032
|
-
"emitScope": "
|
|
11033
|
-
"provenance": "
|
|
9863
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleConceptualNulls(System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
9864
|
+
"clrName": "HandleConceptualNulls",
|
|
9865
|
+
"metadataToken": 100675982,
|
|
9866
|
+
"canonicalSignature": "(System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
9867
|
+
"normalizedSignature": "HandleConceptualNulls|(System.Boolean,System.Boolean,System.Boolean):System.Void|static=false",
|
|
9868
|
+
"emitScope": "ClassSurface",
|
|
9869
|
+
"provenance": "Original",
|
|
11034
9870
|
"arity": 0,
|
|
11035
|
-
"parameterCount":
|
|
9871
|
+
"parameterCount": 3,
|
|
11036
9872
|
"isStatic": false,
|
|
11037
9873
|
"isAbstract": false,
|
|
11038
9874
|
"isVirtual": true,
|
|
11039
|
-
"isOverride":
|
|
9875
|
+
"isOverride": true,
|
|
11040
9876
|
"isSealed": false,
|
|
11041
9877
|
"visibility": "Public",
|
|
11042
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9878
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11043
9879
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11044
|
-
"isExtensionMethod": false
|
|
11045
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9880
|
+
"isExtensionMethod": false
|
|
11046
9881
|
},
|
|
11047
9882
|
{
|
|
11048
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11049
|
-
"clrName": "
|
|
11050
|
-
"metadataToken":
|
|
11051
|
-
"canonicalSignature": "():
|
|
11052
|
-
"normalizedSignature": "
|
|
11053
|
-
"emitScope": "
|
|
11054
|
-
"provenance": "
|
|
9883
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::ToEntityEntry():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
|
|
9884
|
+
"clrName": "ToEntityEntry",
|
|
9885
|
+
"metadataToken": 100675985,
|
|
9886
|
+
"canonicalSignature": "():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
|
|
9887
|
+
"normalizedSignature": "ToEntityEntry|():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry|static=false",
|
|
9888
|
+
"emitScope": "ClassSurface",
|
|
9889
|
+
"provenance": "Original",
|
|
11055
9890
|
"arity": 0,
|
|
11056
9891
|
"parameterCount": 0,
|
|
11057
9892
|
"isStatic": false,
|
|
11058
9893
|
"isAbstract": false,
|
|
11059
9894
|
"isVirtual": true,
|
|
11060
9895
|
"isOverride": false,
|
|
11061
|
-
"isSealed":
|
|
9896
|
+
"isSealed": true,
|
|
11062
9897
|
"visibility": "Public",
|
|
11063
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9898
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11064
9899
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11065
|
-
"isExtensionMethod": false
|
|
11066
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9900
|
+
"isExtensionMethod": false
|
|
11067
9901
|
},
|
|
11068
9902
|
{
|
|
11069
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11070
|
-
"clrName": "
|
|
11071
|
-
"metadataToken":
|
|
11072
|
-
"canonicalSignature": "(
|
|
11073
|
-
"normalizedSignature": "
|
|
11074
|
-
"emitScope": "
|
|
11075
|
-
"provenance": "
|
|
9903
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleINotifyPropertyChanging(System.Object,System.ComponentModel.PropertyChangingEventArgs):System.Void",
|
|
9904
|
+
"clrName": "HandleINotifyPropertyChanging",
|
|
9905
|
+
"metadataToken": 100675986,
|
|
9906
|
+
"canonicalSignature": "(System.Object,System.ComponentModel.PropertyChangingEventArgs):System.Void",
|
|
9907
|
+
"normalizedSignature": "HandleINotifyPropertyChanging|(System.Object,System.ComponentModel.PropertyChangingEventArgs):System.Void|static=false",
|
|
9908
|
+
"emitScope": "ClassSurface",
|
|
9909
|
+
"provenance": "Original",
|
|
11076
9910
|
"arity": 0,
|
|
11077
|
-
"parameterCount":
|
|
9911
|
+
"parameterCount": 2,
|
|
11078
9912
|
"isStatic": false,
|
|
11079
9913
|
"isAbstract": false,
|
|
11080
|
-
"isVirtual":
|
|
9914
|
+
"isVirtual": false,
|
|
11081
9915
|
"isOverride": false,
|
|
11082
9916
|
"isSealed": false,
|
|
11083
9917
|
"visibility": "Public",
|
|
11084
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
9918
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11085
9919
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11086
|
-
"isExtensionMethod": false
|
|
11087
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
9920
|
+
"isExtensionMethod": false
|
|
11088
9921
|
},
|
|
11089
9922
|
{
|
|
11090
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11091
|
-
"clrName": "
|
|
11092
|
-
"metadataToken":
|
|
11093
|
-
"canonicalSignature": "(
|
|
11094
|
-
"normalizedSignature": "
|
|
11095
|
-
"emitScope": "
|
|
11096
|
-
"provenance": "
|
|
9923
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleINotifyPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs):System.Void",
|
|
9924
|
+
"clrName": "HandleINotifyPropertyChanged",
|
|
9925
|
+
"metadataToken": 100675987,
|
|
9926
|
+
"canonicalSignature": "(System.Object,System.ComponentModel.PropertyChangedEventArgs):System.Void",
|
|
9927
|
+
"normalizedSignature": "HandleINotifyPropertyChanged|(System.Object,System.ComponentModel.PropertyChangedEventArgs):System.Void|static=false",
|
|
9928
|
+
"emitScope": "ClassSurface",
|
|
9929
|
+
"provenance": "Original",
|
|
11097
9930
|
"arity": 0,
|
|
11098
9931
|
"parameterCount": 2,
|
|
11099
9932
|
"isStatic": false,
|
|
11100
9933
|
"isAbstract": false,
|
|
11101
|
-
"isVirtual":
|
|
9934
|
+
"isVirtual": false,
|
|
11102
9935
|
"isOverride": false,
|
|
11103
9936
|
"isSealed": false,
|
|
11104
9937
|
"visibility": "Public",
|
|
11105
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
9938
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11106
9939
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11107
|
-
"isExtensionMethod": false
|
|
11108
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
9940
|
+
"isExtensionMethod": false
|
|
11109
9941
|
},
|
|
11110
9942
|
{
|
|
11111
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11112
|
-
"clrName": "
|
|
11113
|
-
"metadataToken":
|
|
11114
|
-
"canonicalSignature": "(
|
|
11115
|
-
"normalizedSignature": "
|
|
11116
|
-
"emitScope": "
|
|
11117
|
-
"provenance": "
|
|
9943
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::HandleINotifyCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs):System.Void",
|
|
9944
|
+
"clrName": "HandleINotifyCollectionChanged",
|
|
9945
|
+
"metadataToken": 100675989,
|
|
9946
|
+
"canonicalSignature": "(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs):System.Void",
|
|
9947
|
+
"normalizedSignature": "HandleINotifyCollectionChanged|(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs):System.Void|static=false",
|
|
9948
|
+
"emitScope": "ClassSurface",
|
|
9949
|
+
"provenance": "Original",
|
|
11118
9950
|
"arity": 0,
|
|
11119
|
-
"parameterCount":
|
|
9951
|
+
"parameterCount": 2,
|
|
11120
9952
|
"isStatic": false,
|
|
11121
9953
|
"isAbstract": false,
|
|
11122
|
-
"isVirtual":
|
|
9954
|
+
"isVirtual": false,
|
|
11123
9955
|
"isOverride": false,
|
|
11124
9956
|
"isSealed": false,
|
|
11125
9957
|
"visibility": "Public",
|
|
11126
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
9958
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11127
9959
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11128
|
-
"isExtensionMethod": false
|
|
11129
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
9960
|
+
"isExtensionMethod": false
|
|
11130
9961
|
},
|
|
11131
9962
|
{
|
|
11132
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11133
|
-
"clrName": "
|
|
11134
|
-
"metadataToken":
|
|
11135
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11136
|
-
"normalizedSignature": "
|
|
11137
|
-
"emitScope": "
|
|
11138
|
-
"provenance": "
|
|
9963
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetIsLoaded(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Void",
|
|
9964
|
+
"clrName": "SetIsLoaded",
|
|
9965
|
+
"metadataToken": 100675990,
|
|
9966
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Void",
|
|
9967
|
+
"normalizedSignature": "SetIsLoaded|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase,System.Boolean):System.Void|static=false",
|
|
9968
|
+
"emitScope": "ClassSurface",
|
|
9969
|
+
"provenance": "Original",
|
|
11139
9970
|
"arity": 0,
|
|
11140
|
-
"parameterCount":
|
|
9971
|
+
"parameterCount": 2,
|
|
11141
9972
|
"isStatic": false,
|
|
11142
9973
|
"isAbstract": false,
|
|
11143
|
-
"isVirtual":
|
|
9974
|
+
"isVirtual": false,
|
|
11144
9975
|
"isOverride": false,
|
|
11145
9976
|
"isSealed": false,
|
|
11146
9977
|
"visibility": "Public",
|
|
11147
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
9978
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11148
9979
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11149
|
-
"isExtensionMethod": false
|
|
11150
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
9980
|
+
"isExtensionMethod": false
|
|
11151
9981
|
},
|
|
11152
9982
|
{
|
|
11153
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11154
|
-
"clrName": "
|
|
11155
|
-
"metadataToken":
|
|
11156
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11157
|
-
"normalizedSignature": "
|
|
11158
|
-
"emitScope": "
|
|
11159
|
-
"provenance": "
|
|
9983
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::IsLoaded(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):System.Boolean",
|
|
9984
|
+
"clrName": "IsLoaded",
|
|
9985
|
+
"metadataToken": 100675991,
|
|
9986
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):System.Boolean",
|
|
9987
|
+
"normalizedSignature": "IsLoaded|(Microsoft.EntityFrameworkCore.Metadata.INavigationBase):System.Boolean|static=false",
|
|
9988
|
+
"emitScope": "ClassSurface",
|
|
9989
|
+
"provenance": "Original",
|
|
11160
9990
|
"arity": 0,
|
|
11161
9991
|
"parameterCount": 1,
|
|
11162
9992
|
"isStatic": false,
|
|
11163
9993
|
"isAbstract": false,
|
|
11164
|
-
"isVirtual":
|
|
9994
|
+
"isVirtual": false,
|
|
11165
9995
|
"isOverride": false,
|
|
11166
9996
|
"isSealed": false,
|
|
11167
9997
|
"visibility": "Public",
|
|
11168
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
9998
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11169
9999
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11170
|
-
"isExtensionMethod": false
|
|
11171
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
10000
|
+
"isExtensionMethod": false
|
|
11172
10001
|
},
|
|
11173
10002
|
{
|
|
11174
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11175
|
-
"clrName": "
|
|
11176
|
-
"metadataToken":
|
|
11177
|
-
"canonicalSignature": "(
|
|
11178
|
-
"normalizedSignature": "
|
|
11179
|
-
"emitScope": "
|
|
11180
|
-
"provenance": "
|
|
10003
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::ToString():System.String",
|
|
10004
|
+
"clrName": "ToString",
|
|
10005
|
+
"metadataToken": 100675993,
|
|
10006
|
+
"canonicalSignature": "():System.String",
|
|
10007
|
+
"normalizedSignature": "ToString|():System.String|static=false",
|
|
10008
|
+
"emitScope": "ClassSurface",
|
|
10009
|
+
"provenance": "Original",
|
|
11181
10010
|
"arity": 0,
|
|
11182
|
-
"parameterCount":
|
|
10011
|
+
"parameterCount": 0,
|
|
11183
10012
|
"isStatic": false,
|
|
11184
10013
|
"isAbstract": false,
|
|
11185
10014
|
"isVirtual": true,
|
|
11186
|
-
"isOverride":
|
|
10015
|
+
"isOverride": true,
|
|
11187
10016
|
"isSealed": false,
|
|
11188
10017
|
"visibility": "Public",
|
|
11189
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10018
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11190
10019
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11191
|
-
"isExtensionMethod": false
|
|
11192
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
10020
|
+
"isExtensionMethod": false
|
|
11193
10021
|
},
|
|
11194
10022
|
{
|
|
11195
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11196
|
-
"clrName": "
|
|
11197
|
-
"metadataToken":
|
|
11198
|
-
"canonicalSignature": "(
|
|
11199
|
-
"normalizedSignature": "
|
|
10023
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetOrdinals():System.Collections.Generic.IReadOnlyList_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
10024
|
+
"clrName": "GetOrdinals",
|
|
10025
|
+
"metadataToken": 100675847,
|
|
10026
|
+
"canonicalSignature": "():System.Collections.Generic.IReadOnlyList_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
10027
|
+
"normalizedSignature": "GetOrdinals|():System.Collections.Generic.IReadOnlyList_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
11200
10028
|
"emitScope": "ViewOnly",
|
|
11201
10029
|
"provenance": "ExplicitView",
|
|
11202
10030
|
"arity": 0,
|
|
11203
|
-
"parameterCount":
|
|
10031
|
+
"parameterCount": 0,
|
|
11204
10032
|
"isStatic": false,
|
|
11205
10033
|
"isAbstract": false,
|
|
11206
10034
|
"isVirtual": true,
|
|
11207
10035
|
"isOverride": false,
|
|
11208
10036
|
"isSealed": false,
|
|
11209
10037
|
"visibility": "Public",
|
|
11210
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10038
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11211
10039
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11212
10040
|
"isExtensionMethod": false,
|
|
11213
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
10041
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11214
10042
|
},
|
|
11215
10043
|
{
|
|
11216
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11217
|
-
"clrName": "
|
|
11218
|
-
"metadataToken":
|
|
11219
|
-
"canonicalSignature": "(
|
|
11220
|
-
"normalizedSignature": "
|
|
10044
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::DiscardStoreGeneratedValues():System.Void",
|
|
10045
|
+
"clrName": "DiscardStoreGeneratedValues",
|
|
10046
|
+
"metadataToken": 100675851,
|
|
10047
|
+
"canonicalSignature": "():System.Void",
|
|
10048
|
+
"normalizedSignature": "DiscardStoreGeneratedValues|():System.Void|static=false",
|
|
11221
10049
|
"emitScope": "ViewOnly",
|
|
11222
10050
|
"provenance": "ExplicitView",
|
|
11223
|
-
"arity":
|
|
11224
|
-
"parameterCount":
|
|
10051
|
+
"arity": 0,
|
|
10052
|
+
"parameterCount": 0,
|
|
11225
10053
|
"isStatic": false,
|
|
11226
10054
|
"isAbstract": false,
|
|
11227
10055
|
"isVirtual": true,
|
|
11228
10056
|
"isOverride": false,
|
|
11229
10057
|
"isSealed": false,
|
|
11230
10058
|
"visibility": "Public",
|
|
11231
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10059
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11232
10060
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11233
10061
|
"isExtensionMethod": false,
|
|
11234
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
10062
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11235
10063
|
},
|
|
11236
10064
|
{
|
|
11237
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11238
|
-
"clrName": "
|
|
11239
|
-
"metadataToken":
|
|
11240
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11241
|
-
"normalizedSignature": "
|
|
10065
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10066
|
+
"clrName": "GetCurrentValue",
|
|
10067
|
+
"metadataToken": 100675855,
|
|
10068
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10069
|
+
"normalizedSignature": "GetCurrentValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object|static=false",
|
|
11242
10070
|
"emitScope": "ViewOnly",
|
|
11243
10071
|
"provenance": "ExplicitView",
|
|
11244
|
-
"arity":
|
|
10072
|
+
"arity": 0,
|
|
11245
10073
|
"parameterCount": 1,
|
|
11246
10074
|
"isStatic": false,
|
|
11247
10075
|
"isAbstract": false,
|
|
@@ -11249,61 +10077,61 @@
|
|
|
11249
10077
|
"isOverride": false,
|
|
11250
10078
|
"isSealed": false,
|
|
11251
10079
|
"visibility": "Public",
|
|
11252
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10080
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11253
10081
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11254
10082
|
"isExtensionMethod": false,
|
|
11255
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
10083
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11256
10084
|
},
|
|
11257
10085
|
{
|
|
11258
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11259
|
-
"clrName": "
|
|
11260
|
-
"metadataToken":
|
|
11261
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11262
|
-
"normalizedSignature": "
|
|
10086
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10087
|
+
"clrName": "GetCurrentValue",
|
|
10088
|
+
"metadataToken": 100675856,
|
|
10089
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10090
|
+
"normalizedSignature": "GetCurrentValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty|static=false",
|
|
11263
10091
|
"emitScope": "ViewOnly",
|
|
11264
10092
|
"provenance": "ExplicitView",
|
|
11265
|
-
"arity":
|
|
11266
|
-
"parameterCount":
|
|
10093
|
+
"arity": 1,
|
|
10094
|
+
"parameterCount": 1,
|
|
11267
10095
|
"isStatic": false,
|
|
11268
10096
|
"isAbstract": false,
|
|
11269
10097
|
"isVirtual": true,
|
|
11270
10098
|
"isOverride": false,
|
|
11271
10099
|
"isSealed": false,
|
|
11272
10100
|
"visibility": "Public",
|
|
11273
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10101
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11274
10102
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11275
10103
|
"isExtensionMethod": false,
|
|
11276
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
10104
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11277
10105
|
},
|
|
11278
10106
|
{
|
|
11279
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11280
|
-
"clrName": "
|
|
11281
|
-
"metadataToken":
|
|
11282
|
-
"canonicalSignature": "(
|
|
11283
|
-
"normalizedSignature": "
|
|
10107
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
10108
|
+
"clrName": "GetOriginalValue",
|
|
10109
|
+
"metadataToken": 100675858,
|
|
10110
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
10111
|
+
"normalizedSignature": "GetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty|static=false",
|
|
11284
10112
|
"emitScope": "ViewOnly",
|
|
11285
10113
|
"provenance": "ExplicitView",
|
|
11286
|
-
"arity":
|
|
11287
|
-
"parameterCount":
|
|
10114
|
+
"arity": 1,
|
|
10115
|
+
"parameterCount": 1,
|
|
11288
10116
|
"isStatic": false,
|
|
11289
10117
|
"isAbstract": false,
|
|
11290
10118
|
"isVirtual": true,
|
|
11291
10119
|
"isOverride": false,
|
|
11292
10120
|
"isSealed": false,
|
|
11293
10121
|
"visibility": "Public",
|
|
11294
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10122
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11295
10123
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11296
10124
|
"isExtensionMethod": false,
|
|
11297
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.
|
|
10125
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11298
10126
|
},
|
|
11299
10127
|
{
|
|
11300
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11301
|
-
"clrName": "
|
|
11302
|
-
"metadataToken":
|
|
11303
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11304
|
-
"normalizedSignature": "
|
|
11305
|
-
"emitScope": "
|
|
11306
|
-
"provenance": "
|
|
10128
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::HasExplicitValue(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean",
|
|
10129
|
+
"clrName": "HasExplicitValue",
|
|
10130
|
+
"metadataToken": 100675860,
|
|
10131
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean",
|
|
10132
|
+
"normalizedSignature": "HasExplicitValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean|static=false",
|
|
10133
|
+
"emitScope": "ViewOnly",
|
|
10134
|
+
"provenance": "ExplicitView",
|
|
11307
10135
|
"arity": 0,
|
|
11308
10136
|
"parameterCount": 1,
|
|
11309
10137
|
"isStatic": false,
|
|
@@ -11312,38 +10140,40 @@
|
|
|
11312
10140
|
"isOverride": false,
|
|
11313
10141
|
"isSealed": false,
|
|
11314
10142
|
"visibility": "Public",
|
|
11315
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10143
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11316
10144
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11317
|
-
"isExtensionMethod": false
|
|
10145
|
+
"isExtensionMethod": false,
|
|
10146
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11318
10147
|
},
|
|
11319
10148
|
{
|
|
11320
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11321
|
-
"clrName": "
|
|
11322
|
-
"metadataToken":
|
|
11323
|
-
"canonicalSignature": "():System.
|
|
11324
|
-
"normalizedSignature": "
|
|
11325
|
-
"emitScope": "
|
|
11326
|
-
"provenance": "
|
|
10149
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::IsModified(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Boolean",
|
|
10150
|
+
"clrName": "IsModified",
|
|
10151
|
+
"metadataToken": 100675864,
|
|
10152
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Boolean",
|
|
10153
|
+
"normalizedSignature": "IsModified|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Boolean|static=false",
|
|
10154
|
+
"emitScope": "ViewOnly",
|
|
10155
|
+
"provenance": "ExplicitView",
|
|
11327
10156
|
"arity": 0,
|
|
11328
|
-
"parameterCount":
|
|
10157
|
+
"parameterCount": 1,
|
|
11329
10158
|
"isStatic": false,
|
|
11330
10159
|
"isAbstract": false,
|
|
11331
10160
|
"isVirtual": true,
|
|
11332
10161
|
"isOverride": false,
|
|
11333
10162
|
"isSealed": false,
|
|
11334
10163
|
"visibility": "Public",
|
|
11335
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10164
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11336
10165
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11337
|
-
"isExtensionMethod": false
|
|
10166
|
+
"isExtensionMethod": false,
|
|
10167
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11338
10168
|
},
|
|
11339
10169
|
{
|
|
11340
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10170
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::FlaggedAsStoreGenerated(System.Int32):System.Boolean",
|
|
11341
10171
|
"clrName": "FlaggedAsStoreGenerated",
|
|
11342
|
-
"metadataToken":
|
|
10172
|
+
"metadataToken": 100675865,
|
|
11343
10173
|
"canonicalSignature": "(System.Int32):System.Boolean",
|
|
11344
10174
|
"normalizedSignature": "FlaggedAsStoreGenerated|(System.Int32):System.Boolean|static=false",
|
|
11345
|
-
"emitScope": "
|
|
11346
|
-
"provenance": "
|
|
10175
|
+
"emitScope": "ViewOnly",
|
|
10176
|
+
"provenance": "ExplicitView",
|
|
11347
10177
|
"arity": 0,
|
|
11348
10178
|
"parameterCount": 1,
|
|
11349
10179
|
"isStatic": false,
|
|
@@ -11352,238 +10182,250 @@
|
|
|
11352
10182
|
"isOverride": false,
|
|
11353
10183
|
"isSealed": false,
|
|
11354
10184
|
"visibility": "Public",
|
|
11355
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10185
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11356
10186
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11357
|
-
"isExtensionMethod": false
|
|
10187
|
+
"isExtensionMethod": false,
|
|
10188
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11358
10189
|
},
|
|
11359
10190
|
{
|
|
11360
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11361
|
-
"clrName": "
|
|
11362
|
-
"metadataToken":
|
|
11363
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11364
|
-
"normalizedSignature": "
|
|
11365
|
-
"emitScope": "
|
|
11366
|
-
"provenance": "
|
|
10191
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::MarkAsTemporary(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean):System.Void",
|
|
10192
|
+
"clrName": "MarkAsTemporary",
|
|
10193
|
+
"metadataToken": 100675869,
|
|
10194
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean):System.Void",
|
|
10195
|
+
"normalizedSignature": "MarkAsTemporary|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean):System.Void|static=false",
|
|
10196
|
+
"emitScope": "ViewOnly",
|
|
10197
|
+
"provenance": "ExplicitView",
|
|
11367
10198
|
"arity": 0,
|
|
11368
|
-
"parameterCount":
|
|
10199
|
+
"parameterCount": 2,
|
|
11369
10200
|
"isStatic": false,
|
|
11370
10201
|
"isAbstract": false,
|
|
11371
10202
|
"isVirtual": true,
|
|
11372
10203
|
"isOverride": false,
|
|
11373
10204
|
"isSealed": false,
|
|
11374
10205
|
"visibility": "Public",
|
|
11375
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10206
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11376
10207
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11377
|
-
"isExtensionMethod": false
|
|
10208
|
+
"isExtensionMethod": false,
|
|
10209
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11378
10210
|
},
|
|
11379
10211
|
{
|
|
11380
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11381
|
-
"clrName": "
|
|
11382
|
-
"metadataToken":
|
|
11383
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11384
|
-
"normalizedSignature": "
|
|
11385
|
-
"emitScope": "
|
|
11386
|
-
"provenance": "
|
|
10212
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::MarkUnknown(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Void",
|
|
10213
|
+
"clrName": "MarkUnknown",
|
|
10214
|
+
"metadataToken": 100675870,
|
|
10215
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Void",
|
|
10216
|
+
"normalizedSignature": "MarkUnknown|(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Void|static=false",
|
|
10217
|
+
"emitScope": "ViewOnly",
|
|
10218
|
+
"provenance": "ExplicitView",
|
|
11387
10219
|
"arity": 0,
|
|
11388
|
-
"parameterCount":
|
|
10220
|
+
"parameterCount": 1,
|
|
11389
10221
|
"isStatic": false,
|
|
11390
10222
|
"isAbstract": false,
|
|
11391
10223
|
"isVirtual": true,
|
|
11392
10224
|
"isOverride": false,
|
|
11393
10225
|
"isSealed": false,
|
|
11394
10226
|
"visibility": "Public",
|
|
11395
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10227
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11396
10228
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11397
|
-
"isExtensionMethod": false
|
|
10229
|
+
"isExtensionMethod": false,
|
|
10230
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11398
10231
|
},
|
|
11399
10232
|
{
|
|
11400
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11401
|
-
"clrName": "
|
|
11402
|
-
"metadataToken":
|
|
11403
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
11404
|
-
"normalizedSignature": "
|
|
11405
|
-
"emitScope": "
|
|
11406
|
-
"provenance": "
|
|
11407
|
-
"arity":
|
|
11408
|
-
"parameterCount":
|
|
10233
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::PrepareToSave():Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
10234
|
+
"clrName": "PrepareToSave",
|
|
10235
|
+
"metadataToken": 100675871,
|
|
10236
|
+
"canonicalSignature": "():Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
10237
|
+
"normalizedSignature": "PrepareToSave|():Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry|static=false",
|
|
10238
|
+
"emitScope": "ViewOnly",
|
|
10239
|
+
"provenance": "ExplicitView",
|
|
10240
|
+
"arity": 0,
|
|
10241
|
+
"parameterCount": 0,
|
|
11409
10242
|
"isStatic": false,
|
|
11410
10243
|
"isAbstract": false,
|
|
11411
10244
|
"isVirtual": true,
|
|
11412
10245
|
"isOverride": false,
|
|
11413
10246
|
"isSealed": false,
|
|
11414
10247
|
"visibility": "Public",
|
|
11415
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10248
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11416
10249
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11417
|
-
"isExtensionMethod": false
|
|
10250
|
+
"isExtensionMethod": false,
|
|
10251
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11418
10252
|
},
|
|
11419
10253
|
{
|
|
11420
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11421
|
-
"clrName": "
|
|
11422
|
-
"metadataToken":
|
|
11423
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11424
|
-
"normalizedSignature": "
|
|
11425
|
-
"emitScope": "
|
|
11426
|
-
"provenance": "
|
|
11427
|
-
"arity":
|
|
11428
|
-
"parameterCount":
|
|
10254
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::ReadOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Int32):T",
|
|
10255
|
+
"clrName": "ReadOriginalValue",
|
|
10256
|
+
"metadataToken": 100675873,
|
|
10257
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Int32):T",
|
|
10258
|
+
"normalizedSignature": "ReadOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Int32):T|static=false",
|
|
10259
|
+
"emitScope": "ViewOnly",
|
|
10260
|
+
"provenance": "ExplicitView",
|
|
10261
|
+
"arity": 1,
|
|
10262
|
+
"parameterCount": 2,
|
|
11429
10263
|
"isStatic": false,
|
|
11430
10264
|
"isAbstract": false,
|
|
11431
10265
|
"isVirtual": true,
|
|
11432
10266
|
"isOverride": false,
|
|
11433
10267
|
"isSealed": false,
|
|
11434
10268
|
"visibility": "Public",
|
|
11435
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10269
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11436
10270
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11437
|
-
"isExtensionMethod": false
|
|
10271
|
+
"isExtensionMethod": false,
|
|
10272
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11438
10273
|
},
|
|
11439
10274
|
{
|
|
11440
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11441
|
-
"clrName": "
|
|
11442
|
-
"metadataToken":
|
|
11443
|
-
"canonicalSignature": "():
|
|
11444
|
-
"normalizedSignature": "
|
|
11445
|
-
"emitScope": "
|
|
11446
|
-
"provenance": "
|
|
11447
|
-
"arity":
|
|
11448
|
-
"parameterCount":
|
|
10275
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::ReadStoreGeneratedValue(System.Int32):T",
|
|
10276
|
+
"clrName": "ReadStoreGeneratedValue",
|
|
10277
|
+
"metadataToken": 100675875,
|
|
10278
|
+
"canonicalSignature": "(System.Int32):T",
|
|
10279
|
+
"normalizedSignature": "ReadStoreGeneratedValue|(System.Int32):T|static=false",
|
|
10280
|
+
"emitScope": "ViewOnly",
|
|
10281
|
+
"provenance": "ExplicitView",
|
|
10282
|
+
"arity": 1,
|
|
10283
|
+
"parameterCount": 1,
|
|
11449
10284
|
"isStatic": false,
|
|
11450
10285
|
"isAbstract": false,
|
|
11451
10286
|
"isVirtual": true,
|
|
11452
10287
|
"isOverride": false,
|
|
11453
10288
|
"isSealed": false,
|
|
11454
10289
|
"visibility": "Public",
|
|
11455
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10290
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11456
10291
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11457
|
-
"isExtensionMethod": false
|
|
10292
|
+
"isExtensionMethod": false,
|
|
10293
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11458
10294
|
},
|
|
11459
10295
|
{
|
|
11460
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11461
|
-
"clrName": "
|
|
11462
|
-
"metadataToken":
|
|
11463
|
-
"canonicalSignature": "():System.
|
|
11464
|
-
"normalizedSignature": "
|
|
11465
|
-
"emitScope": "
|
|
11466
|
-
"provenance": "
|
|
10296
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::SetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Int32):System.Void",
|
|
10297
|
+
"clrName": "SetOriginalValue",
|
|
10298
|
+
"metadataToken": 100675878,
|
|
10299
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Int32):System.Void",
|
|
10300
|
+
"normalizedSignature": "SetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Int32):System.Void|static=false",
|
|
10301
|
+
"emitScope": "ViewOnly",
|
|
10302
|
+
"provenance": "ExplicitView",
|
|
11467
10303
|
"arity": 0,
|
|
11468
|
-
"parameterCount":
|
|
10304
|
+
"parameterCount": 3,
|
|
11469
10305
|
"isStatic": false,
|
|
11470
10306
|
"isAbstract": false,
|
|
11471
10307
|
"isVirtual": true,
|
|
11472
10308
|
"isOverride": false,
|
|
11473
10309
|
"isSealed": false,
|
|
11474
10310
|
"visibility": "Public",
|
|
11475
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10311
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11476
10312
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11477
|
-
"isExtensionMethod": false
|
|
10313
|
+
"isExtensionMethod": false,
|
|
10314
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11478
10315
|
},
|
|
11479
10316
|
{
|
|
11480
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11481
|
-
"clrName": "
|
|
11482
|
-
"metadataToken":
|
|
11483
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11484
|
-
"normalizedSignature": "
|
|
11485
|
-
"emitScope": "
|
|
11486
|
-
"provenance": "
|
|
11487
|
-
"arity":
|
|
11488
|
-
"parameterCount":
|
|
10317
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::SetProperty(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
10318
|
+
"clrName": "SetProperty",
|
|
10319
|
+
"metadataToken": 100675879,
|
|
10320
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
10321
|
+
"normalizedSignature": "SetProperty|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,System.Object,System.Boolean,System.Boolean,System.Boolean):System.Void|static=false",
|
|
10322
|
+
"emitScope": "ViewOnly",
|
|
10323
|
+
"provenance": "ExplicitView",
|
|
10324
|
+
"arity": 0,
|
|
10325
|
+
"parameterCount": 5,
|
|
11489
10326
|
"isStatic": false,
|
|
11490
10327
|
"isAbstract": false,
|
|
11491
10328
|
"isVirtual": true,
|
|
11492
10329
|
"isOverride": false,
|
|
11493
10330
|
"isSealed": false,
|
|
11494
10331
|
"visibility": "Public",
|
|
11495
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10332
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11496
10333
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11497
|
-
"isExtensionMethod": false
|
|
10334
|
+
"isExtensionMethod": false,
|
|
10335
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11498
10336
|
},
|
|
11499
10337
|
{
|
|
11500
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11501
|
-
"clrName": "
|
|
11502
|
-
"metadataToken":
|
|
11503
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11504
|
-
"normalizedSignature": "
|
|
11505
|
-
"emitScope": "
|
|
11506
|
-
"provenance": "
|
|
10338
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::SetPropertyModified(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
10339
|
+
"clrName": "SetPropertyModified",
|
|
10340
|
+
"metadataToken": 100675880,
|
|
10341
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean):System.Void",
|
|
10342
|
+
"normalizedSignature": "SetPropertyModified|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean):System.Void|static=false",
|
|
10343
|
+
"emitScope": "ViewOnly",
|
|
10344
|
+
"provenance": "ExplicitView",
|
|
11507
10345
|
"arity": 0,
|
|
11508
|
-
"parameterCount":
|
|
10346
|
+
"parameterCount": 5,
|
|
11509
10347
|
"isStatic": false,
|
|
11510
10348
|
"isAbstract": false,
|
|
11511
10349
|
"isVirtual": true,
|
|
11512
10350
|
"isOverride": false,
|
|
11513
10351
|
"isSealed": false,
|
|
11514
10352
|
"visibility": "Public",
|
|
11515
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10353
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11516
10354
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11517
|
-
"isExtensionMethod": false
|
|
10355
|
+
"isExtensionMethod": false,
|
|
10356
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11518
10357
|
},
|
|
11519
10358
|
{
|
|
11520
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11521
|
-
"clrName": "
|
|
11522
|
-
"metadataToken":
|
|
11523
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11524
|
-
"normalizedSignature": "
|
|
11525
|
-
"emitScope": "
|
|
11526
|
-
"provenance": "
|
|
10359
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::SetPropertyModified(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean,System.Boolean):System.Void",
|
|
10360
|
+
"clrName": "SetPropertyModified",
|
|
10361
|
+
"metadataToken": 100675881,
|
|
10362
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean,System.Boolean):System.Void",
|
|
10363
|
+
"normalizedSignature": "SetPropertyModified|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean,System.Boolean):System.Void|static=false",
|
|
10364
|
+
"emitScope": "ViewOnly",
|
|
10365
|
+
"provenance": "ExplicitView",
|
|
11527
10366
|
"arity": 0,
|
|
11528
|
-
"parameterCount":
|
|
10367
|
+
"parameterCount": 3,
|
|
11529
10368
|
"isStatic": false,
|
|
11530
10369
|
"isAbstract": false,
|
|
11531
10370
|
"isVirtual": true,
|
|
11532
10371
|
"isOverride": false,
|
|
11533
10372
|
"isSealed": false,
|
|
11534
10373
|
"visibility": "Public",
|
|
11535
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10374
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11536
10375
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11537
|
-
"isExtensionMethod": false
|
|
10376
|
+
"isExtensionMethod": false,
|
|
10377
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11538
10378
|
},
|
|
11539
10379
|
{
|
|
11540
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11541
|
-
"clrName": "
|
|
11542
|
-
"metadataToken":
|
|
11543
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11544
|
-
"normalizedSignature": "
|
|
11545
|
-
"emitScope": "
|
|
11546
|
-
"provenance": "
|
|
10380
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::OnComplexPropertyModified(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean):System.Void",
|
|
10381
|
+
"clrName": "OnComplexPropertyModified",
|
|
10382
|
+
"metadataToken": 100675883,
|
|
10383
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean):System.Void",
|
|
10384
|
+
"normalizedSignature": "OnComplexPropertyModified|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Boolean):System.Void|static=false",
|
|
10385
|
+
"emitScope": "ViewOnly",
|
|
10386
|
+
"provenance": "ExplicitView",
|
|
11547
10387
|
"arity": 0,
|
|
11548
|
-
"parameterCount":
|
|
10388
|
+
"parameterCount": 2,
|
|
11549
10389
|
"isStatic": false,
|
|
11550
10390
|
"isAbstract": false,
|
|
11551
10391
|
"isVirtual": true,
|
|
11552
10392
|
"isOverride": false,
|
|
11553
10393
|
"isSealed": false,
|
|
11554
10394
|
"visibility": "Public",
|
|
11555
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10395
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11556
10396
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11557
|
-
"isExtensionMethod": false
|
|
10397
|
+
"isExtensionMethod": false,
|
|
10398
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11558
10399
|
},
|
|
11559
10400
|
{
|
|
11560
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11561
|
-
"clrName": "
|
|
11562
|
-
"metadataToken":
|
|
11563
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11564
|
-
"normalizedSignature": "
|
|
11565
|
-
"emitScope": "
|
|
11566
|
-
"provenance": "
|
|
10401
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::SetStoreGeneratedValue(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void",
|
|
10402
|
+
"clrName": "SetStoreGeneratedValue",
|
|
10403
|
+
"metadataToken": 100675884,
|
|
10404
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void",
|
|
10405
|
+
"normalizedSignature": "SetStoreGeneratedValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void|static=false",
|
|
10406
|
+
"emitScope": "ViewOnly",
|
|
10407
|
+
"provenance": "ExplicitView",
|
|
11567
10408
|
"arity": 0,
|
|
11568
|
-
"parameterCount":
|
|
10409
|
+
"parameterCount": 3,
|
|
11569
10410
|
"isStatic": false,
|
|
11570
10411
|
"isAbstract": false,
|
|
11571
10412
|
"isVirtual": true,
|
|
11572
10413
|
"isOverride": false,
|
|
11573
10414
|
"isSealed": false,
|
|
11574
10415
|
"visibility": "Public",
|
|
11575
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10416
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11576
10417
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11577
|
-
"isExtensionMethod": false
|
|
10418
|
+
"isExtensionMethod": false,
|
|
10419
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11578
10420
|
},
|
|
11579
10421
|
{
|
|
11580
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11581
|
-
"clrName": "
|
|
11582
|
-
"metadataToken":
|
|
11583
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11584
|
-
"normalizedSignature": "
|
|
11585
|
-
"emitScope": "
|
|
11586
|
-
"provenance": "
|
|
10422
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetComplexCollectionEntry(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Int32):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
10423
|
+
"clrName": "GetComplexCollectionEntry",
|
|
10424
|
+
"metadataToken": 100675886,
|
|
10425
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Int32):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry",
|
|
10426
|
+
"normalizedSignature": "GetComplexCollectionEntry|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty,System.Int32):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry|static=false",
|
|
10427
|
+
"emitScope": "ViewOnly",
|
|
10428
|
+
"provenance": "ExplicitView",
|
|
11587
10429
|
"arity": 0,
|
|
11588
10430
|
"parameterCount": 2,
|
|
11589
10431
|
"isStatic": false,
|
|
@@ -11592,18 +10434,19 @@
|
|
|
11592
10434
|
"isOverride": false,
|
|
11593
10435
|
"isSealed": false,
|
|
11594
10436
|
"visibility": "Public",
|
|
11595
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10437
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11596
10438
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11597
|
-
"isExtensionMethod": false
|
|
10439
|
+
"isExtensionMethod": false,
|
|
10440
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11598
10441
|
},
|
|
11599
10442
|
{
|
|
11600
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11601
|
-
"clrName": "
|
|
11602
|
-
"metadataToken":
|
|
11603
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11604
|
-
"normalizedSignature": "
|
|
11605
|
-
"emitScope": "
|
|
11606
|
-
"provenance": "
|
|
10443
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetComplexCollectionEntries(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
10444
|
+
"clrName": "GetComplexCollectionEntries",
|
|
10445
|
+
"metadataToken": 100675888,
|
|
10446
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
10447
|
+
"normalizedSignature": "GetComplexCollectionEntries|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
10448
|
+
"emitScope": "ViewOnly",
|
|
10449
|
+
"provenance": "ExplicitView",
|
|
11607
10450
|
"arity": 0,
|
|
11608
10451
|
"parameterCount": 1,
|
|
11609
10452
|
"isStatic": false,
|
|
@@ -11612,99 +10455,104 @@
|
|
|
11612
10455
|
"isOverride": false,
|
|
11613
10456
|
"isSealed": false,
|
|
11614
10457
|
"visibility": "Public",
|
|
11615
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10458
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11616
10459
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11617
|
-
"isExtensionMethod": false
|
|
10460
|
+
"isExtensionMethod": false,
|
|
10461
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11618
10462
|
},
|
|
11619
10463
|
{
|
|
11620
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11621
|
-
"clrName": "
|
|
11622
|
-
"metadataToken":
|
|
11623
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore
|
|
11624
|
-
"normalizedSignature": "
|
|
11625
|
-
"emitScope": "
|
|
11626
|
-
"provenance": "
|
|
10464
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::GetFlattenedComplexEntries():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
10465
|
+
"clrName": "GetFlattenedComplexEntries",
|
|
10466
|
+
"metadataToken": 100675890,
|
|
10467
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
10468
|
+
"normalizedSignature": "GetFlattenedComplexEntries|():System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
10469
|
+
"emitScope": "ViewOnly",
|
|
10470
|
+
"provenance": "ExplicitView",
|
|
11627
10471
|
"arity": 0,
|
|
11628
|
-
"parameterCount":
|
|
10472
|
+
"parameterCount": 0,
|
|
11629
10473
|
"isStatic": false,
|
|
11630
10474
|
"isAbstract": false,
|
|
11631
10475
|
"isVirtual": true,
|
|
11632
10476
|
"isOverride": false,
|
|
11633
10477
|
"isSealed": false,
|
|
11634
10478
|
"visibility": "Public",
|
|
11635
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10479
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11636
10480
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11637
|
-
"isExtensionMethod": false
|
|
10481
|
+
"isExtensionMethod": false,
|
|
10482
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11638
10483
|
},
|
|
11639
10484
|
{
|
|
11640
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
11641
|
-
"clrName": "
|
|
11642
|
-
"metadataToken":
|
|
11643
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
11644
|
-
"normalizedSignature": "
|
|
11645
|
-
"emitScope": "
|
|
11646
|
-
"provenance": "
|
|
10485
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry::OnComplexElementStateChange(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10486
|
+
"clrName": "OnComplexElementStateChange",
|
|
10487
|
+
"metadataToken": 100675891,
|
|
10488
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void",
|
|
10489
|
+
"normalizedSignature": "OnComplexElementStateChange|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalComplexEntry,Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState):System.Void|static=false",
|
|
10490
|
+
"emitScope": "ViewOnly",
|
|
10491
|
+
"provenance": "ExplicitView",
|
|
11647
10492
|
"arity": 0,
|
|
11648
|
-
"parameterCount":
|
|
10493
|
+
"parameterCount": 3,
|
|
11649
10494
|
"isStatic": false,
|
|
11650
10495
|
"isAbstract": false,
|
|
11651
10496
|
"isVirtual": true,
|
|
11652
10497
|
"isOverride": false,
|
|
11653
10498
|
"isSealed": false,
|
|
11654
10499
|
"visibility": "Public",
|
|
11655
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
10500
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry",
|
|
11656
10501
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11657
|
-
"isExtensionMethod": false
|
|
10502
|
+
"isExtensionMethod": false,
|
|
10503
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry"
|
|
11658
10504
|
},
|
|
11659
10505
|
{
|
|
11660
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11661
|
-
"clrName": "
|
|
11662
|
-
"metadataToken":
|
|
11663
|
-
"canonicalSignature": "(
|
|
11664
|
-
"normalizedSignature": "
|
|
11665
|
-
"emitScope": "
|
|
11666
|
-
"provenance": "
|
|
10506
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::SetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object):System.Void",
|
|
10507
|
+
"clrName": "SetOriginalValue",
|
|
10508
|
+
"metadataToken": 100664379,
|
|
10509
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object):System.Void",
|
|
10510
|
+
"normalizedSignature": "SetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object):System.Void|static=false",
|
|
10511
|
+
"emitScope": "ViewOnly",
|
|
10512
|
+
"provenance": "ExplicitView",
|
|
11667
10513
|
"arity": 0,
|
|
11668
|
-
"parameterCount":
|
|
10514
|
+
"parameterCount": 2,
|
|
11669
10515
|
"isStatic": false,
|
|
11670
10516
|
"isAbstract": false,
|
|
11671
10517
|
"isVirtual": true,
|
|
11672
10518
|
"isOverride": false,
|
|
11673
10519
|
"isSealed": false,
|
|
11674
10520
|
"visibility": "Public",
|
|
11675
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10521
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11676
10522
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11677
|
-
"isExtensionMethod": false
|
|
10523
|
+
"isExtensionMethod": false,
|
|
10524
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11678
10525
|
},
|
|
11679
10526
|
{
|
|
11680
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11681
|
-
"clrName": "
|
|
11682
|
-
"metadataToken":
|
|
11683
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11684
|
-
"normalizedSignature": "
|
|
11685
|
-
"emitScope": "
|
|
11686
|
-
"provenance": "
|
|
11687
|
-
"arity":
|
|
11688
|
-
"parameterCount":
|
|
10527
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::CanHaveOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Boolean",
|
|
10528
|
+
"clrName": "CanHaveOriginalValue",
|
|
10529
|
+
"metadataToken": 100664393,
|
|
10530
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Boolean",
|
|
10531
|
+
"normalizedSignature": "CanHaveOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Boolean|static=false",
|
|
10532
|
+
"emitScope": "ViewOnly",
|
|
10533
|
+
"provenance": "ExplicitView",
|
|
10534
|
+
"arity": 0,
|
|
10535
|
+
"parameterCount": 1,
|
|
11689
10536
|
"isStatic": false,
|
|
11690
10537
|
"isAbstract": false,
|
|
11691
10538
|
"isVirtual": true,
|
|
11692
10539
|
"isOverride": false,
|
|
11693
10540
|
"isSealed": false,
|
|
11694
10541
|
"visibility": "Public",
|
|
11695
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10542
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11696
10543
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11697
|
-
"isExtensionMethod": false
|
|
10544
|
+
"isExtensionMethod": false,
|
|
10545
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11698
10546
|
},
|
|
11699
10547
|
{
|
|
11700
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11701
|
-
"clrName": "
|
|
11702
|
-
"metadataToken":
|
|
11703
|
-
"canonicalSignature": "(
|
|
11704
|
-
"normalizedSignature": "
|
|
11705
|
-
"emitScope": "
|
|
11706
|
-
"provenance": "
|
|
11707
|
-
"arity":
|
|
10548
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::SetPropertyModified(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Void",
|
|
10549
|
+
"clrName": "SetPropertyModified",
|
|
10550
|
+
"metadataToken": 100664380,
|
|
10551
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Void",
|
|
10552
|
+
"normalizedSignature": "SetPropertyModified|(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Void|static=false",
|
|
10553
|
+
"emitScope": "ViewOnly",
|
|
10554
|
+
"provenance": "ExplicitView",
|
|
10555
|
+
"arity": 0,
|
|
11708
10556
|
"parameterCount": 1,
|
|
11709
10557
|
"isStatic": false,
|
|
11710
10558
|
"isAbstract": false,
|
|
@@ -11712,166 +10560,174 @@
|
|
|
11712
10560
|
"isOverride": false,
|
|
11713
10561
|
"isSealed": false,
|
|
11714
10562
|
"visibility": "Public",
|
|
11715
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10563
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11716
10564
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11717
|
-
"isExtensionMethod": false
|
|
10565
|
+
"isExtensionMethod": false,
|
|
10566
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11718
10567
|
},
|
|
11719
10568
|
{
|
|
11720
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11721
|
-
"clrName": "
|
|
11722
|
-
"metadataToken":
|
|
11723
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
11724
|
-
"normalizedSignature": "
|
|
11725
|
-
"emitScope": "
|
|
11726
|
-
"provenance": "
|
|
10569
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::IsModified(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean",
|
|
10570
|
+
"clrName": "IsModified",
|
|
10571
|
+
"metadataToken": 100664385,
|
|
10572
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean",
|
|
10573
|
+
"normalizedSignature": "IsModified|(Microsoft.EntityFrameworkCore.Metadata.IProperty):System.Boolean|static=false",
|
|
10574
|
+
"emitScope": "ViewOnly",
|
|
10575
|
+
"provenance": "ExplicitView",
|
|
11727
10576
|
"arity": 0,
|
|
11728
|
-
"parameterCount":
|
|
10577
|
+
"parameterCount": 1,
|
|
11729
10578
|
"isStatic": false,
|
|
11730
10579
|
"isAbstract": false,
|
|
11731
10580
|
"isVirtual": true,
|
|
11732
10581
|
"isOverride": false,
|
|
11733
10582
|
"isSealed": false,
|
|
11734
10583
|
"visibility": "Public",
|
|
11735
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10584
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11736
10585
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11737
|
-
"isExtensionMethod": false
|
|
10586
|
+
"isExtensionMethod": false,
|
|
10587
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11738
10588
|
},
|
|
11739
10589
|
{
|
|
11740
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11741
|
-
"clrName": "
|
|
11742
|
-
"metadataToken":
|
|
11743
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
11744
|
-
"normalizedSignature": "
|
|
11745
|
-
"emitScope": "
|
|
11746
|
-
"provenance": "
|
|
10590
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::IsModified(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Boolean",
|
|
10591
|
+
"clrName": "IsModified",
|
|
10592
|
+
"metadataToken": 100664386,
|
|
10593
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Boolean",
|
|
10594
|
+
"normalizedSignature": "IsModified|(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty):System.Boolean|static=false",
|
|
10595
|
+
"emitScope": "ViewOnly",
|
|
10596
|
+
"provenance": "ExplicitView",
|
|
11747
10597
|
"arity": 0,
|
|
11748
|
-
"parameterCount":
|
|
10598
|
+
"parameterCount": 1,
|
|
11749
10599
|
"isStatic": false,
|
|
11750
10600
|
"isAbstract": false,
|
|
11751
10601
|
"isVirtual": true,
|
|
11752
10602
|
"isOverride": false,
|
|
11753
10603
|
"isSealed": false,
|
|
11754
|
-
"visibility": "
|
|
11755
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10604
|
+
"visibility": "Public",
|
|
10605
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11756
10606
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11757
|
-
"isExtensionMethod": false
|
|
10607
|
+
"isExtensionMethod": false,
|
|
10608
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11758
10609
|
},
|
|
11759
10610
|
{
|
|
11760
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11761
|
-
"clrName": "
|
|
11762
|
-
"metadataToken":
|
|
11763
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
11764
|
-
"normalizedSignature": "
|
|
11765
|
-
"emitScope": "
|
|
11766
|
-
"provenance": "
|
|
10611
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10612
|
+
"clrName": "GetCurrentValue",
|
|
10613
|
+
"metadataToken": 100664391,
|
|
10614
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object",
|
|
10615
|
+
"normalizedSignature": "GetCurrentValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):System.Object|static=false",
|
|
10616
|
+
"emitScope": "ViewOnly",
|
|
10617
|
+
"provenance": "ExplicitView",
|
|
11767
10618
|
"arity": 0,
|
|
11768
|
-
"parameterCount":
|
|
10619
|
+
"parameterCount": 1,
|
|
11769
10620
|
"isStatic": false,
|
|
11770
10621
|
"isAbstract": false,
|
|
11771
10622
|
"isVirtual": true,
|
|
11772
10623
|
"isOverride": false,
|
|
11773
10624
|
"isSealed": false,
|
|
11774
10625
|
"visibility": "Public",
|
|
11775
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10626
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11776
10627
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11777
|
-
"isExtensionMethod": false
|
|
10628
|
+
"isExtensionMethod": false,
|
|
10629
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11778
10630
|
},
|
|
11779
10631
|
{
|
|
11780
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11781
|
-
"clrName": "
|
|
11782
|
-
"metadataToken":
|
|
11783
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase
|
|
11784
|
-
"normalizedSignature": "
|
|
11785
|
-
"emitScope": "
|
|
11786
|
-
"provenance": "
|
|
11787
|
-
"arity":
|
|
11788
|
-
"parameterCount":
|
|
10632
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::GetCurrentValue(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10633
|
+
"clrName": "GetCurrentValue",
|
|
10634
|
+
"metadataToken": 100664394,
|
|
10635
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty",
|
|
10636
|
+
"normalizedSignature": "GetCurrentValue|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase):TProperty|static=false",
|
|
10637
|
+
"emitScope": "ViewOnly",
|
|
10638
|
+
"provenance": "ExplicitView",
|
|
10639
|
+
"arity": 1,
|
|
10640
|
+
"parameterCount": 1,
|
|
11789
10641
|
"isStatic": false,
|
|
11790
10642
|
"isAbstract": false,
|
|
11791
10643
|
"isVirtual": true,
|
|
11792
10644
|
"isOverride": false,
|
|
11793
10645
|
"isSealed": false,
|
|
11794
10646
|
"visibility": "Public",
|
|
11795
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10647
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11796
10648
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11797
|
-
"isExtensionMethod": false
|
|
10649
|
+
"isExtensionMethod": false,
|
|
10650
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11798
10651
|
},
|
|
11799
10652
|
{
|
|
11800
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11801
|
-
"clrName": "
|
|
11802
|
-
"metadataToken":
|
|
11803
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.
|
|
11804
|
-
"normalizedSignature": "
|
|
11805
|
-
"emitScope": "
|
|
11806
|
-
"provenance": "
|
|
11807
|
-
"arity":
|
|
11808
|
-
"parameterCount":
|
|
10653
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::GetOriginalValue(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
10654
|
+
"clrName": "GetOriginalValue",
|
|
10655
|
+
"metadataToken": 100664395,
|
|
10656
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty",
|
|
10657
|
+
"normalizedSignature": "GetOriginalValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty):TProperty|static=false",
|
|
10658
|
+
"emitScope": "ViewOnly",
|
|
10659
|
+
"provenance": "ExplicitView",
|
|
10660
|
+
"arity": 1,
|
|
10661
|
+
"parameterCount": 1,
|
|
11809
10662
|
"isStatic": false,
|
|
11810
10663
|
"isAbstract": false,
|
|
11811
10664
|
"isVirtual": true,
|
|
11812
10665
|
"isOverride": false,
|
|
11813
10666
|
"isSealed": false,
|
|
11814
10667
|
"visibility": "Public",
|
|
11815
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10668
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11816
10669
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11817
|
-
"isExtensionMethod": false
|
|
10670
|
+
"isExtensionMethod": false,
|
|
10671
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11818
10672
|
},
|
|
11819
10673
|
{
|
|
11820
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11821
|
-
"clrName": "
|
|
11822
|
-
"metadataToken":
|
|
11823
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.
|
|
11824
|
-
"normalizedSignature": "
|
|
11825
|
-
"emitScope": "
|
|
11826
|
-
"provenance": "
|
|
10674
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::SetStoreGeneratedValue(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void",
|
|
10675
|
+
"clrName": "SetStoreGeneratedValue",
|
|
10676
|
+
"metadataToken": 100664396,
|
|
10677
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void",
|
|
10678
|
+
"normalizedSignature": "SetStoreGeneratedValue|(Microsoft.EntityFrameworkCore.Metadata.IProperty,System.Object,System.Boolean):System.Void|static=false",
|
|
10679
|
+
"emitScope": "ViewOnly",
|
|
10680
|
+
"provenance": "ExplicitView",
|
|
11827
10681
|
"arity": 0,
|
|
11828
|
-
"parameterCount":
|
|
10682
|
+
"parameterCount": 3,
|
|
11829
10683
|
"isStatic": false,
|
|
11830
10684
|
"isAbstract": false,
|
|
11831
10685
|
"isVirtual": true,
|
|
11832
10686
|
"isOverride": false,
|
|
11833
10687
|
"isSealed": false,
|
|
11834
10688
|
"visibility": "Public",
|
|
11835
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10689
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11836
10690
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11837
|
-
"isExtensionMethod": false
|
|
10691
|
+
"isExtensionMethod": false,
|
|
10692
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11838
10693
|
},
|
|
11839
10694
|
{
|
|
11840
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.
|
|
11841
|
-
"clrName": "
|
|
11842
|
-
"metadataToken":
|
|
11843
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
11844
|
-
"normalizedSignature": "
|
|
11845
|
-
"emitScope": "
|
|
11846
|
-
"provenance": "
|
|
10695
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Update.IUpdateEntry::ToEntityEntry():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
|
|
10696
|
+
"clrName": "ToEntityEntry",
|
|
10697
|
+
"metadataToken": 100664397,
|
|
10698
|
+
"canonicalSignature": "():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry",
|
|
10699
|
+
"normalizedSignature": "ToEntityEntry|():Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry|static=false",
|
|
10700
|
+
"emitScope": "ViewOnly",
|
|
10701
|
+
"provenance": "ExplicitView",
|
|
11847
10702
|
"arity": 0,
|
|
11848
|
-
"parameterCount":
|
|
10703
|
+
"parameterCount": 0,
|
|
11849
10704
|
"isStatic": false,
|
|
11850
10705
|
"isAbstract": false,
|
|
11851
10706
|
"isVirtual": true,
|
|
11852
10707
|
"isOverride": false,
|
|
11853
10708
|
"isSealed": false,
|
|
11854
10709
|
"visibility": "Public",
|
|
11855
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.
|
|
10710
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry",
|
|
11856
10711
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11857
|
-
"isExtensionMethod": false
|
|
10712
|
+
"isExtensionMethod": false,
|
|
10713
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Update.IUpdateEntry"
|
|
11858
10714
|
},
|
|
11859
10715
|
{
|
|
11860
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::
|
|
11861
|
-
"clrName": "
|
|
10716
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry::SetEntityState(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean):System.Void",
|
|
10717
|
+
"clrName": "SetEntityState",
|
|
11862
10718
|
"metadataToken": 0,
|
|
11863
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
11864
|
-
"normalizedSignature": "
|
|
10719
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean):System.Void",
|
|
10720
|
+
"normalizedSignature": "SetEntityState|(Microsoft.EntityFrameworkCore.EntityState,Microsoft.EntityFrameworkCore.EntityState,System.Boolean,System.Boolean):System.Void|static=false",
|
|
11865
10721
|
"emitScope": "ClassSurface",
|
|
11866
10722
|
"provenance": "BaseOverload",
|
|
11867
10723
|
"arity": 0,
|
|
11868
|
-
"parameterCount":
|
|
10724
|
+
"parameterCount": 4,
|
|
11869
10725
|
"isStatic": false,
|
|
11870
10726
|
"isAbstract": false,
|
|
11871
10727
|
"isVirtual": true,
|
|
11872
10728
|
"isOverride": false,
|
|
11873
10729
|
"isSealed": false,
|
|
11874
|
-
"visibility": "
|
|
10730
|
+
"visibility": "Protected",
|
|
11875
10731
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
11876
10732
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
11877
10733
|
"isExtensionMethod": false
|
|
@@ -15188,221 +14044,28 @@
|
|
|
15188
14044
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
15189
14045
|
"normalizedSignature": "TryGetEntry|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false",
|
|
15190
14046
|
"emitScope": "ViewOnly",
|
|
15191
|
-
"provenance": "ExplicitView",
|
|
15192
|
-
"arity": 0,
|
|
15193
|
-
"parameterCount": 1,
|
|
15194
|
-
"isStatic": false,
|
|
15195
|
-
"isAbstract": false,
|
|
15196
|
-
"isVirtual": true,
|
|
15197
|
-
"isOverride": false,
|
|
15198
|
-
"isSealed": false,
|
|
15199
|
-
"visibility": "Public",
|
|
15200
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15201
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15202
|
-
"isExtensionMethod": false,
|
|
15203
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15204
|
-
},
|
|
15205
|
-
{
|
|
15206
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::TryGetEntry(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
15207
|
-
"clrName": "TryGetEntry",
|
|
15208
|
-
"metadataToken": 100675816,
|
|
15209
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
15210
|
-
"normalizedSignature": "TryGetEntry|(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false",
|
|
15211
|
-
"emitScope": "ViewOnly",
|
|
15212
|
-
"provenance": "ExplicitView",
|
|
15213
|
-
"arity": 0,
|
|
15214
|
-
"parameterCount": 1,
|
|
15215
|
-
"isStatic": false,
|
|
15216
|
-
"isAbstract": false,
|
|
15217
|
-
"isVirtual": true,
|
|
15218
|
-
"isOverride": false,
|
|
15219
|
-
"isSealed": false,
|
|
15220
|
-
"visibility": "Public",
|
|
15221
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15222
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15223
|
-
"isExtensionMethod": false,
|
|
15224
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15225
|
-
},
|
|
15226
|
-
{
|
|
15227
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::TryGetEntry(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
15228
|
-
"clrName": "TryGetEntry",
|
|
15229
|
-
"metadataToken": 100675817,
|
|
15230
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
15231
|
-
"normalizedSignature": "TryGetEntry|(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false",
|
|
15232
|
-
"emitScope": "ViewOnly",
|
|
15233
|
-
"provenance": "ExplicitView",
|
|
15234
|
-
"arity": 0,
|
|
15235
|
-
"parameterCount": 3,
|
|
15236
|
-
"isStatic": false,
|
|
15237
|
-
"isAbstract": false,
|
|
15238
|
-
"isVirtual": true,
|
|
15239
|
-
"isOverride": false,
|
|
15240
|
-
"isSealed": false,
|
|
15241
|
-
"visibility": "Public",
|
|
15242
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15243
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15244
|
-
"isExtensionMethod": false,
|
|
15245
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15246
|
-
"parameterModifiers": [
|
|
15247
|
-
{
|
|
15248
|
-
"index": 2,
|
|
15249
|
-
"modifier": "out"
|
|
15250
|
-
}
|
|
15251
|
-
]
|
|
15252
|
-
},
|
|
15253
|
-
{
|
|
15254
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::TryGetEntry(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
15255
|
-
"clrName": "TryGetEntry",
|
|
15256
|
-
"metadataToken": 100675818,
|
|
15257
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
15258
|
-
"normalizedSignature": "TryGetEntry|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false",
|
|
15259
|
-
"emitScope": "ViewOnly",
|
|
15260
|
-
"provenance": "ExplicitView",
|
|
15261
|
-
"arity": 0,
|
|
15262
|
-
"parameterCount": 2,
|
|
15263
|
-
"isStatic": false,
|
|
15264
|
-
"isAbstract": false,
|
|
15265
|
-
"isVirtual": true,
|
|
15266
|
-
"isOverride": false,
|
|
15267
|
-
"isSealed": false,
|
|
15268
|
-
"visibility": "Public",
|
|
15269
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15270
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15271
|
-
"isExtensionMethod": false,
|
|
15272
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15273
|
-
},
|
|
15274
|
-
{
|
|
15275
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::AddOrUpdate(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15276
|
-
"clrName": "AddOrUpdate",
|
|
15277
|
-
"metadataToken": 100675821,
|
|
15278
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15279
|
-
"normalizedSignature": "AddOrUpdate|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
15280
|
-
"emitScope": "ViewOnly",
|
|
15281
|
-
"provenance": "ExplicitView",
|
|
15282
|
-
"arity": 0,
|
|
15283
|
-
"parameterCount": 1,
|
|
15284
|
-
"isStatic": false,
|
|
15285
|
-
"isAbstract": false,
|
|
15286
|
-
"isVirtual": true,
|
|
15287
|
-
"isOverride": false,
|
|
15288
|
-
"isSealed": false,
|
|
15289
|
-
"visibility": "Public",
|
|
15290
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15291
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15292
|
-
"isExtensionMethod": false,
|
|
15293
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15294
|
-
},
|
|
15295
|
-
{
|
|
15296
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::Add(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15297
|
-
"clrName": "Add",
|
|
15298
|
-
"metadataToken": 100675823,
|
|
15299
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15300
|
-
"normalizedSignature": "Add|(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
15301
|
-
"emitScope": "ViewOnly",
|
|
15302
|
-
"provenance": "ExplicitView",
|
|
15303
|
-
"arity": 0,
|
|
15304
|
-
"parameterCount": 2,
|
|
15305
|
-
"isStatic": false,
|
|
15306
|
-
"isAbstract": false,
|
|
15307
|
-
"isVirtual": true,
|
|
15308
|
-
"isOverride": false,
|
|
15309
|
-
"isSealed": false,
|
|
15310
|
-
"visibility": "Public",
|
|
15311
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15312
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15313
|
-
"isExtensionMethod": false,
|
|
15314
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15315
|
-
},
|
|
15316
|
-
{
|
|
15317
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::GetDependentsMap(Microsoft.EntityFrameworkCore.Metadata.IForeignKey):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap",
|
|
15318
|
-
"clrName": "GetDependentsMap",
|
|
15319
|
-
"metadataToken": 100675826,
|
|
15320
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap",
|
|
15321
|
-
"normalizedSignature": "GetDependentsMap|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap|static=false",
|
|
15322
|
-
"emitScope": "ViewOnly",
|
|
15323
|
-
"provenance": "ExplicitView",
|
|
15324
|
-
"arity": 0,
|
|
15325
|
-
"parameterCount": 1,
|
|
15326
|
-
"isStatic": false,
|
|
15327
|
-
"isAbstract": false,
|
|
15328
|
-
"isVirtual": true,
|
|
15329
|
-
"isOverride": false,
|
|
15330
|
-
"isSealed": false,
|
|
15331
|
-
"visibility": "Public",
|
|
15332
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15333
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15334
|
-
"isExtensionMethod": false,
|
|
15335
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15336
|
-
},
|
|
15337
|
-
{
|
|
15338
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::Clear():System.Void",
|
|
15339
|
-
"clrName": "Clear",
|
|
15340
|
-
"metadataToken": 100675828,
|
|
15341
|
-
"canonicalSignature": "():System.Void",
|
|
15342
|
-
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
15343
|
-
"emitScope": "ViewOnly",
|
|
15344
|
-
"provenance": "ExplicitView",
|
|
15345
|
-
"arity": 0,
|
|
15346
|
-
"parameterCount": 0,
|
|
15347
|
-
"isStatic": false,
|
|
15348
|
-
"isAbstract": false,
|
|
15349
|
-
"isVirtual": true,
|
|
15350
|
-
"isOverride": false,
|
|
15351
|
-
"isSealed": false,
|
|
15352
|
-
"visibility": "Public",
|
|
15353
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15354
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15355
|
-
"isExtensionMethod": false,
|
|
15356
|
-
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15357
|
-
},
|
|
15358
|
-
{
|
|
15359
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601::Add(System.Collections.Generic.IReadOnlyList_1,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15360
|
-
"clrName": "Add",
|
|
15361
|
-
"metadataToken": 0,
|
|
15362
|
-
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15363
|
-
"normalizedSignature": "Add|(System.Collections.Generic.IReadOnlyList_1,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
15364
|
-
"emitScope": "ClassSurface",
|
|
15365
|
-
"provenance": "BaseOverload",
|
|
15366
|
-
"arity": 0,
|
|
15367
|
-
"parameterCount": 2,
|
|
15368
|
-
"isStatic": false,
|
|
15369
|
-
"isAbstract": false,
|
|
15370
|
-
"isVirtual": true,
|
|
15371
|
-
"isOverride": false,
|
|
15372
|
-
"isSealed": false,
|
|
15373
|
-
"visibility": "Public",
|
|
15374
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601",
|
|
15375
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15376
|
-
"isExtensionMethod": false
|
|
15377
|
-
},
|
|
15378
|
-
{
|
|
15379
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601::Add(TKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15380
|
-
"clrName": "Add",
|
|
15381
|
-
"metadataToken": 0,
|
|
15382
|
-
"canonicalSignature": "(TKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
15383
|
-
"normalizedSignature": "Add|(TKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
15384
|
-
"emitScope": "ClassSurface",
|
|
15385
|
-
"provenance": "BaseOverload",
|
|
14047
|
+
"provenance": "ExplicitView",
|
|
15386
14048
|
"arity": 0,
|
|
15387
|
-
"parameterCount":
|
|
14049
|
+
"parameterCount": 1,
|
|
15388
14050
|
"isStatic": false,
|
|
15389
14051
|
"isAbstract": false,
|
|
15390
14052
|
"isVirtual": true,
|
|
15391
14053
|
"isOverride": false,
|
|
15392
14054
|
"isSealed": false,
|
|
15393
|
-
"visibility": "
|
|
15394
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14055
|
+
"visibility": "Public",
|
|
14056
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15395
14057
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15396
|
-
"isExtensionMethod": false
|
|
14058
|
+
"isExtensionMethod": false,
|
|
14059
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15397
14060
|
},
|
|
15398
14061
|
{
|
|
15399
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
15400
|
-
"clrName": "
|
|
15401
|
-
"metadataToken":
|
|
15402
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
|
|
15403
|
-
"normalizedSignature": "
|
|
15404
|
-
"emitScope": "
|
|
15405
|
-
"provenance": "
|
|
14062
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::TryGetEntry(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
14063
|
+
"clrName": "TryGetEntry",
|
|
14064
|
+
"metadataToken": 100675816,
|
|
14065
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
14066
|
+
"normalizedSignature": "TryGetEntry|(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false",
|
|
14067
|
+
"emitScope": "ViewOnly",
|
|
14068
|
+
"provenance": "ExplicitView",
|
|
15406
14069
|
"arity": 0,
|
|
15407
14070
|
"parameterCount": 1,
|
|
15408
14071
|
"isStatic": false,
|
|
@@ -15411,58 +14074,67 @@
|
|
|
15411
14074
|
"isOverride": false,
|
|
15412
14075
|
"isSealed": false,
|
|
15413
14076
|
"visibility": "Public",
|
|
15414
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14077
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15415
14078
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15416
|
-
"isExtensionMethod": false
|
|
14079
|
+
"isExtensionMethod": false,
|
|
14080
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15417
14081
|
},
|
|
15418
14082
|
{
|
|
15419
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
15420
|
-
"clrName": "
|
|
15421
|
-
"metadataToken":
|
|
15422
|
-
"canonicalSignature": "(
|
|
15423
|
-
"normalizedSignature": "
|
|
15424
|
-
"emitScope": "
|
|
15425
|
-
"provenance": "
|
|
14083
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::TryGetEntry(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
14084
|
+
"clrName": "TryGetEntry",
|
|
14085
|
+
"metadataToken": 100675817,
|
|
14086
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
14087
|
+
"normalizedSignature": "TryGetEntry|(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean,System.Boolean\u0026):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false",
|
|
14088
|
+
"emitScope": "ViewOnly",
|
|
14089
|
+
"provenance": "ExplicitView",
|
|
15426
14090
|
"arity": 0,
|
|
15427
|
-
"parameterCount":
|
|
14091
|
+
"parameterCount": 3,
|
|
15428
14092
|
"isStatic": false,
|
|
15429
14093
|
"isAbstract": false,
|
|
15430
14094
|
"isVirtual": true,
|
|
15431
14095
|
"isOverride": false,
|
|
15432
14096
|
"isSealed": false,
|
|
15433
14097
|
"visibility": "Public",
|
|
15434
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14098
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15435
14099
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15436
|
-
"isExtensionMethod": false
|
|
14100
|
+
"isExtensionMethod": false,
|
|
14101
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
14102
|
+
"parameterModifiers": [
|
|
14103
|
+
{
|
|
14104
|
+
"index": 2,
|
|
14105
|
+
"modifier": "out"
|
|
14106
|
+
}
|
|
14107
|
+
]
|
|
15437
14108
|
},
|
|
15438
14109
|
{
|
|
15439
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
15440
|
-
"clrName": "
|
|
15441
|
-
"metadataToken":
|
|
15442
|
-
"canonicalSignature": "():
|
|
15443
|
-
"normalizedSignature": "
|
|
15444
|
-
"emitScope": "
|
|
15445
|
-
"provenance": "
|
|
14110
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::TryGetEntry(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
14111
|
+
"clrName": "TryGetEntry",
|
|
14112
|
+
"metadataToken": 100675818,
|
|
14113
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry",
|
|
14114
|
+
"normalizedSignature": "TryGetEntry|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry|static=false",
|
|
14115
|
+
"emitScope": "ViewOnly",
|
|
14116
|
+
"provenance": "ExplicitView",
|
|
15446
14117
|
"arity": 0,
|
|
15447
|
-
"parameterCount":
|
|
14118
|
+
"parameterCount": 2,
|
|
15448
14119
|
"isStatic": false,
|
|
15449
14120
|
"isAbstract": false,
|
|
15450
14121
|
"isVirtual": true,
|
|
15451
14122
|
"isOverride": false,
|
|
15452
14123
|
"isSealed": false,
|
|
15453
14124
|
"visibility": "Public",
|
|
15454
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14125
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15455
14126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15456
|
-
"isExtensionMethod": false
|
|
14127
|
+
"isExtensionMethod": false,
|
|
14128
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15457
14129
|
},
|
|
15458
14130
|
{
|
|
15459
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
15460
|
-
"clrName": "
|
|
15461
|
-
"metadataToken":
|
|
15462
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.
|
|
15463
|
-
"normalizedSignature": "
|
|
15464
|
-
"emitScope": "
|
|
15465
|
-
"provenance": "
|
|
14131
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::AddOrUpdate(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14132
|
+
"clrName": "AddOrUpdate",
|
|
14133
|
+
"metadataToken": 100675821,
|
|
14134
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14135
|
+
"normalizedSignature": "AddOrUpdate|(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
14136
|
+
"emitScope": "ViewOnly",
|
|
14137
|
+
"provenance": "ExplicitView",
|
|
15466
14138
|
"arity": 0,
|
|
15467
14139
|
"parameterCount": 1,
|
|
15468
14140
|
"isStatic": false,
|
|
@@ -15471,38 +14143,40 @@
|
|
|
15471
14143
|
"isOverride": false,
|
|
15472
14144
|
"isSealed": false,
|
|
15473
14145
|
"visibility": "Public",
|
|
15474
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14146
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15475
14147
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15476
|
-
"isExtensionMethod": false
|
|
14148
|
+
"isExtensionMethod": false,
|
|
14149
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15477
14150
|
},
|
|
15478
14151
|
{
|
|
15479
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
15480
|
-
"clrName": "
|
|
15481
|
-
"metadataToken":
|
|
15482
|
-
"canonicalSignature": "(
|
|
15483
|
-
"normalizedSignature": "
|
|
15484
|
-
"emitScope": "
|
|
15485
|
-
"provenance": "
|
|
14152
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::Add(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14153
|
+
"clrName": "Add",
|
|
14154
|
+
"metadataToken": 100675823,
|
|
14155
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14156
|
+
"normalizedSignature": "Add|(System.Collections.Generic.IReadOnlyList_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
14157
|
+
"emitScope": "ViewOnly",
|
|
14158
|
+
"provenance": "ExplicitView",
|
|
15486
14159
|
"arity": 0,
|
|
15487
|
-
"parameterCount":
|
|
14160
|
+
"parameterCount": 2,
|
|
15488
14161
|
"isStatic": false,
|
|
15489
14162
|
"isAbstract": false,
|
|
15490
14163
|
"isVirtual": true,
|
|
15491
14164
|
"isOverride": false,
|
|
15492
14165
|
"isSealed": false,
|
|
15493
14166
|
"visibility": "Public",
|
|
15494
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14167
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15495
14168
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15496
|
-
"isExtensionMethod": false
|
|
14169
|
+
"isExtensionMethod": false,
|
|
14170
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15497
14171
|
},
|
|
15498
14172
|
{
|
|
15499
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
15500
|
-
"clrName": "
|
|
15501
|
-
"metadataToken":
|
|
15502
|
-
"canonicalSignature": "(
|
|
15503
|
-
"normalizedSignature": "
|
|
15504
|
-
"emitScope": "
|
|
15505
|
-
"provenance": "
|
|
14173
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::GetDependentsMap(Microsoft.EntityFrameworkCore.Metadata.IForeignKey):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap",
|
|
14174
|
+
"clrName": "GetDependentsMap",
|
|
14175
|
+
"metadataToken": 100675826,
|
|
14176
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKey):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap",
|
|
14177
|
+
"normalizedSignature": "GetDependentsMap|(Microsoft.EntityFrameworkCore.Metadata.IForeignKey):Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap|static=false",
|
|
14178
|
+
"emitScope": "ViewOnly",
|
|
14179
|
+
"provenance": "ExplicitView",
|
|
15506
14180
|
"arity": 0,
|
|
15507
14181
|
"parameterCount": 1,
|
|
15508
14182
|
"isStatic": false,
|
|
@@ -15511,42 +14185,38 @@
|
|
|
15511
14185
|
"isOverride": false,
|
|
15512
14186
|
"isSealed": false,
|
|
15513
14187
|
"visibility": "Public",
|
|
15514
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14188
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15515
14189
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15516
|
-
"isExtensionMethod": false
|
|
14190
|
+
"isExtensionMethod": false,
|
|
14191
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15517
14192
|
},
|
|
15518
14193
|
{
|
|
15519
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
15520
|
-
"clrName": "
|
|
15521
|
-
"metadataToken":
|
|
15522
|
-
"canonicalSignature": "(
|
|
15523
|
-
"normalizedSignature": "
|
|
15524
|
-
"emitScope": "
|
|
15525
|
-
"provenance": "
|
|
14194
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap::Clear():System.Void",
|
|
14195
|
+
"clrName": "Clear",
|
|
14196
|
+
"metadataToken": 100675828,
|
|
14197
|
+
"canonicalSignature": "():System.Void",
|
|
14198
|
+
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
14199
|
+
"emitScope": "ViewOnly",
|
|
14200
|
+
"provenance": "ExplicitView",
|
|
15526
14201
|
"arity": 0,
|
|
15527
|
-
"parameterCount":
|
|
14202
|
+
"parameterCount": 0,
|
|
15528
14203
|
"isStatic": false,
|
|
15529
14204
|
"isAbstract": false,
|
|
15530
14205
|
"isVirtual": true,
|
|
15531
14206
|
"isOverride": false,
|
|
15532
14207
|
"isSealed": false,
|
|
15533
14208
|
"visibility": "Public",
|
|
15534
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.
|
|
14209
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap",
|
|
15535
14210
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15536
14211
|
"isExtensionMethod": false,
|
|
15537
|
-
"
|
|
15538
|
-
{
|
|
15539
|
-
"index": 2,
|
|
15540
|
-
"modifier": "out"
|
|
15541
|
-
}
|
|
15542
|
-
]
|
|
14212
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IIdentityMap"
|
|
15543
14213
|
},
|
|
15544
14214
|
{
|
|
15545
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601::
|
|
15546
|
-
"clrName": "
|
|
14215
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601::Add(System.Collections.Generic.IReadOnlyList_1\u003CSystem.Object\u003E,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14216
|
+
"clrName": "Add",
|
|
15547
14217
|
"metadataToken": 0,
|
|
15548
|
-
"canonicalSignature": "(
|
|
15549
|
-
"normalizedSignature": "
|
|
14218
|
+
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1\u003CSystem.Object\u003E,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14219
|
+
"normalizedSignature": "Add|(System.Collections.Generic.IReadOnlyList_1\u003CSystem.Object\u003E,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
15550
14220
|
"emitScope": "ClassSurface",
|
|
15551
14221
|
"provenance": "BaseOverload",
|
|
15552
14222
|
"arity": 0,
|
|
@@ -15562,21 +14232,21 @@
|
|
|
15562
14232
|
"isExtensionMethod": false
|
|
15563
14233
|
},
|
|
15564
14234
|
{
|
|
15565
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601::
|
|
15566
|
-
"clrName": "
|
|
14235
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601::Add(TKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14236
|
+
"clrName": "Add",
|
|
15567
14237
|
"metadataToken": 0,
|
|
15568
|
-
"canonicalSignature": "(TKey
|
|
15569
|
-
"normalizedSignature": "
|
|
14238
|
+
"canonicalSignature": "(TKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void",
|
|
14239
|
+
"normalizedSignature": "Add|(TKey,Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry):System.Void|static=false",
|
|
15570
14240
|
"emitScope": "ClassSurface",
|
|
15571
14241
|
"provenance": "BaseOverload",
|
|
15572
14242
|
"arity": 0,
|
|
15573
|
-
"parameterCount":
|
|
14243
|
+
"parameterCount": 2,
|
|
15574
14244
|
"isStatic": false,
|
|
15575
14245
|
"isAbstract": false,
|
|
15576
14246
|
"isVirtual": true,
|
|
15577
14247
|
"isOverride": false,
|
|
15578
14248
|
"isSealed": false,
|
|
15579
|
-
"visibility": "
|
|
14249
|
+
"visibility": "Protected",
|
|
15580
14250
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap\u00601",
|
|
15581
14251
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
15582
14252
|
"isExtensionMethod": false
|
|
@@ -16879,26 +15549,6 @@
|
|
|
16879
15549
|
"modifier": "out"
|
|
16880
15550
|
}
|
|
16881
15551
|
]
|
|
16882
|
-
},
|
|
16883
|
-
{
|
|
16884
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleFullyNullableDependentKeyValueFactory\u00601::CreatePrincipalEquatableKey(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
16885
|
-
"clrName": "CreatePrincipalEquatableKey",
|
|
16886
|
-
"metadataToken": 0,
|
|
16887
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
16888
|
-
"normalizedSignature": "CreatePrincipalEquatableKey|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object|static=false",
|
|
16889
|
-
"emitScope": "ClassSurface",
|
|
16890
|
-
"provenance": "BaseOverload",
|
|
16891
|
-
"arity": 0,
|
|
16892
|
-
"parameterCount": 2,
|
|
16893
|
-
"isStatic": false,
|
|
16894
|
-
"isAbstract": false,
|
|
16895
|
-
"isVirtual": true,
|
|
16896
|
-
"isOverride": false,
|
|
16897
|
-
"isSealed": false,
|
|
16898
|
-
"visibility": "Public",
|
|
16899
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleFullyNullableDependentKeyValueFactory\u00601",
|
|
16900
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
16901
|
-
"isExtensionMethod": false
|
|
16902
15552
|
}
|
|
16903
15553
|
],
|
|
16904
15554
|
"properties": [
|
|
@@ -17144,26 +15794,6 @@
|
|
|
17144
15794
|
"modifier": "out"
|
|
17145
15795
|
}
|
|
17146
15796
|
]
|
|
17147
|
-
},
|
|
17148
|
-
{
|
|
17149
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleNonNullableDependentKeyValueFactory\u00601::CreatePrincipalEquatableKey(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
17150
|
-
"clrName": "CreatePrincipalEquatableKey",
|
|
17151
|
-
"metadataToken": 0,
|
|
17152
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
17153
|
-
"normalizedSignature": "CreatePrincipalEquatableKey|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object|static=false",
|
|
17154
|
-
"emitScope": "ClassSurface",
|
|
17155
|
-
"provenance": "BaseOverload",
|
|
17156
|
-
"arity": 0,
|
|
17157
|
-
"parameterCount": 2,
|
|
17158
|
-
"isStatic": false,
|
|
17159
|
-
"isAbstract": false,
|
|
17160
|
-
"isVirtual": true,
|
|
17161
|
-
"isOverride": false,
|
|
17162
|
-
"isSealed": false,
|
|
17163
|
-
"visibility": "Public",
|
|
17164
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleNonNullableDependentKeyValueFactory\u00601",
|
|
17165
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
17166
|
-
"isExtensionMethod": false
|
|
17167
15797
|
}
|
|
17168
15798
|
],
|
|
17169
15799
|
"properties": [
|
|
@@ -17409,26 +16039,6 @@
|
|
|
17409
16039
|
"modifier": "out"
|
|
17410
16040
|
}
|
|
17411
16041
|
]
|
|
17412
|
-
},
|
|
17413
|
-
{
|
|
17414
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleNullableDependentKeyValueFactory\u00601::CreatePrincipalEquatableKey(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
17415
|
-
"clrName": "CreatePrincipalEquatableKey",
|
|
17416
|
-
"metadataToken": 0,
|
|
17417
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
17418
|
-
"normalizedSignature": "CreatePrincipalEquatableKey|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object|static=false",
|
|
17419
|
-
"emitScope": "ClassSurface",
|
|
17420
|
-
"provenance": "BaseOverload",
|
|
17421
|
-
"arity": 0,
|
|
17422
|
-
"parameterCount": 2,
|
|
17423
|
-
"isStatic": false,
|
|
17424
|
-
"isAbstract": false,
|
|
17425
|
-
"isVirtual": true,
|
|
17426
|
-
"isOverride": false,
|
|
17427
|
-
"isSealed": false,
|
|
17428
|
-
"visibility": "Public",
|
|
17429
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleNullableDependentKeyValueFactory\u00601",
|
|
17430
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
17431
|
-
"isExtensionMethod": false
|
|
17432
16042
|
}
|
|
17433
16043
|
],
|
|
17434
16044
|
"properties": [
|
|
@@ -17675,26 +16285,6 @@
|
|
|
17675
16285
|
"modifier": "out"
|
|
17676
16286
|
}
|
|
17677
16287
|
]
|
|
17678
|
-
},
|
|
17679
|
-
{
|
|
17680
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleNullablePrincipalDependentKeyValueFactory\u00602::CreatePrincipalEquatableKey(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
17681
|
-
"clrName": "CreatePrincipalEquatableKey",
|
|
17682
|
-
"metadataToken": 0,
|
|
17683
|
-
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object",
|
|
17684
|
-
"normalizedSignature": "CreatePrincipalEquatableKey|(Microsoft.EntityFrameworkCore.Update.IUpdateEntry,System.Boolean):System.Object|static=false",
|
|
17685
|
-
"emitScope": "ClassSurface",
|
|
17686
|
-
"provenance": "BaseOverload",
|
|
17687
|
-
"arity": 0,
|
|
17688
|
-
"parameterCount": 2,
|
|
17689
|
-
"isStatic": false,
|
|
17690
|
-
"isAbstract": false,
|
|
17691
|
-
"isVirtual": true,
|
|
17692
|
-
"isOverride": false,
|
|
17693
|
-
"isSealed": false,
|
|
17694
|
-
"visibility": "Public",
|
|
17695
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.SimpleNullablePrincipalDependentKeyValueFactory\u00602",
|
|
17696
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
17697
|
-
"isExtensionMethod": false
|
|
17698
16288
|
}
|
|
17699
16289
|
],
|
|
17700
16290
|
"properties": [
|
|
@@ -26383,26 +24973,6 @@
|
|
|
26383
24973
|
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.TemporaryValuesFactoryFactory",
|
|
26384
24974
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
26385
24975
|
"isExtensionMethod": false
|
|
26386
|
-
},
|
|
26387
|
-
{
|
|
26388
|
-
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.ChangeTracking.Internal.TemporaryValuesFactoryFactory::CreateSnapshotExpression(System.Type,System.Linq.Expressions.Expression,System.Type[],System.Collections.Generic.IList_1):System.Linq.Expressions.Expression",
|
|
26389
|
-
"clrName": "CreateSnapshotExpression",
|
|
26390
|
-
"metadataToken": 0,
|
|
26391
|
-
"canonicalSignature": "(System.Type,System.Linq.Expressions.Expression,System.Type[],System.Collections.Generic.IList_1):System.Linq.Expressions.Expression",
|
|
26392
|
-
"normalizedSignature": "CreateSnapshotExpression|(System.Type,System.Linq.Expressions.Expression,System.Type[],System.Collections.Generic.IList_1):System.Linq.Expressions.Expression|static=false",
|
|
26393
|
-
"emitScope": "ClassSurface",
|
|
26394
|
-
"provenance": "BaseOverload",
|
|
26395
|
-
"arity": 0,
|
|
26396
|
-
"parameterCount": 4,
|
|
26397
|
-
"isStatic": false,
|
|
26398
|
-
"isAbstract": false,
|
|
26399
|
-
"isVirtual": true,
|
|
26400
|
-
"isOverride": false,
|
|
26401
|
-
"isSealed": false,
|
|
26402
|
-
"visibility": "Protected",
|
|
26403
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.ChangeTracking.Internal.TemporaryValuesFactoryFactory",
|
|
26404
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore",
|
|
26405
|
-
"isExtensionMethod": false
|
|
26406
24976
|
}
|
|
26407
24977
|
],
|
|
26408
24978
|
"properties": [],
|