@tsonic/efcore 0.1.1 → 0.1.2
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 +8 -8
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +14 -14
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +4 -4
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +12 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +9 -9
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore.Design/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +4 -4
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/metadata.json +2 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +80 -80
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +21 -21
- package/Microsoft.EntityFrameworkCore.Internal/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +145 -145
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +128 -128
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -72
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +24 -24
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +30 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +116 -116
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +15 -15
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +71 -71
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +75 -75
- package/Microsoft.EntityFrameworkCore.Query/internal/metadata.json +33 -33
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +9 -9
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +47 -47
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +25 -25
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/metadata.json +6 -6
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +47 -47
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +51 -51
- package/Microsoft.EntityFrameworkCore.Storage/internal/metadata.json +23 -23
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +4 -4
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/metadata.json +2 -2
- package/__internal/extensions/index.d.ts +7 -7
- package/package.json +1 -1
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
{
|
|
146
146
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior::ThrowMicrosoft.EntityFrameworkCore.Metadata.PropertySaveBehavior",
|
|
147
147
|
"clrName": "Throw",
|
|
148
|
-
"tsEmitName": "
|
|
148
|
+
"tsEmitName": "throw",
|
|
149
149
|
"metadataToken": 67109729,
|
|
150
150
|
"normalizedSignature": "Throw|Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior|static=true|const=true",
|
|
151
151
|
"isStatic": true,
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
"tsName": "
|
|
191
|
+
"tsName": "throw",
|
|
192
192
|
"isStatic": true,
|
|
193
193
|
"tsSignatureId": "Throw|Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior|static=true|const=true",
|
|
194
194
|
"target": {
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
{
|
|
256
256
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.StoreObjectType::FunctionMicrosoft.EntityFrameworkCore.Metadata.StoreObjectType",
|
|
257
257
|
"clrName": "Function",
|
|
258
|
-
"tsEmitName": "
|
|
258
|
+
"tsEmitName": "function",
|
|
259
259
|
"metadataToken": 67110301,
|
|
260
260
|
"normalizedSignature": "Function|Microsoft.EntityFrameworkCore.Metadata.StoreObjectType|static=true|const=true",
|
|
261
261
|
"isStatic": true,
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
}
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
|
-
"tsName": "
|
|
344
|
+
"tsName": "function",
|
|
345
345
|
"isStatic": true,
|
|
346
346
|
"tsSignatureId": "Function|Microsoft.EntityFrameworkCore.Metadata.StoreObjectType|static=true|const=true",
|
|
347
347
|
"target": {
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
{
|
|
406
406
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ValueGenerated::NeverMicrosoft.EntityFrameworkCore.Metadata.ValueGenerated",
|
|
407
407
|
"clrName": "Never",
|
|
408
|
-
"tsEmitName": "
|
|
408
|
+
"tsEmitName": "never",
|
|
409
409
|
"metadataToken": 67109881,
|
|
410
410
|
"normalizedSignature": "Never|Microsoft.EntityFrameworkCore.Metadata.ValueGenerated|static=true|const=true",
|
|
411
411
|
"isStatic": true,
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
|
-
"tsName": "
|
|
475
|
+
"tsName": "never",
|
|
476
476
|
"isStatic": true,
|
|
477
477
|
"tsSignatureId": "Never|Microsoft.EntityFrameworkCore.Metadata.ValueGenerated|static=true|const=true",
|
|
478
478
|
"target": {
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
{
|
|
1071
1071
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IClrIndexedCollectionAccessor::Get(System.Object,System.Int32):System.Object",
|
|
1072
1072
|
"clrName": "Get",
|
|
1073
|
-
"tsEmitName": "
|
|
1073
|
+
"tsEmitName": "get",
|
|
1074
1074
|
"metadataToken": 100667196,
|
|
1075
1075
|
"canonicalSignature": "(System.Object,System.Int32):System.Object",
|
|
1076
1076
|
"normalizedSignature": "Get|(System.Object,System.Int32):System.Object|static=false",
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
{
|
|
1085
1085
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IClrIndexedCollectionAccessor::Set(System.Object,System.Int32,System.Object,System.Boolean):System.Void",
|
|
1086
1086
|
"clrName": "Set",
|
|
1087
|
-
"tsEmitName": "
|
|
1087
|
+
"tsEmitName": "set",
|
|
1088
1088
|
"metadataToken": 100667197,
|
|
1089
1089
|
"canonicalSignature": "(System.Object,System.Int32,System.Object,System.Boolean):System.Void",
|
|
1090
1090
|
"normalizedSignature": "Set|(System.Object,System.Int32,System.Object,System.Boolean):System.Void|static=false",
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
"constructors": [],
|
|
1117
1117
|
"exposedMethods": [
|
|
1118
1118
|
{
|
|
1119
|
-
"tsName": "
|
|
1119
|
+
"tsName": "get",
|
|
1120
1120
|
"isStatic": false,
|
|
1121
1121
|
"tsSignatureId": "Get|(System.Object,System.Int32):System.Object|static=false",
|
|
1122
1122
|
"target": {
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
1128
|
{
|
|
1129
|
-
"tsName": "
|
|
1129
|
+
"tsName": "set",
|
|
1130
1130
|
"isStatic": false,
|
|
1131
1131
|
"tsSignatureId": "Set|(System.Object,System.Int32,System.Object,System.Boolean):System.Void|static=false",
|
|
1132
1132
|
"target": {
|
|
@@ -8990,7 +8990,7 @@
|
|
|
8990
8990
|
{
|
|
8991
8991
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction",
|
|
8992
8992
|
"clrName": "Function",
|
|
8993
|
-
"tsEmitName": "
|
|
8993
|
+
"tsEmitName": "function",
|
|
8994
8994
|
"metadataToken": 385877074,
|
|
8995
8995
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction",
|
|
8996
8996
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction|static=false|accessor=get",
|
|
@@ -9231,7 +9231,7 @@
|
|
|
9231
9231
|
],
|
|
9232
9232
|
"exposedProperties": [
|
|
9233
9233
|
{
|
|
9234
|
-
"tsName": "
|
|
9234
|
+
"tsName": "function",
|
|
9235
9235
|
"isStatic": false,
|
|
9236
9236
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunction|static=false|accessor=get",
|
|
9237
9237
|
"target": {
|
|
@@ -20174,7 +20174,7 @@
|
|
|
20174
20174
|
{
|
|
20175
20175
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
20176
20176
|
"clrName": "Type",
|
|
20177
|
-
"tsEmitName": "
|
|
20177
|
+
"tsEmitName": "type",
|
|
20178
20178
|
"metadataToken": 385877188,
|
|
20179
20179
|
"canonicalSignature": ":System.Type",
|
|
20180
20180
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -20435,7 +20435,7 @@
|
|
|
20435
20435
|
}
|
|
20436
20436
|
},
|
|
20437
20437
|
{
|
|
20438
|
-
"tsName": "
|
|
20438
|
+
"tsName": "type",
|
|
20439
20439
|
"isStatic": false,
|
|
20440
20440
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
20441
20441
|
"target": {
|
|
@@ -26192,7 +26192,7 @@
|
|
|
26192
26192
|
{
|
|
26193
26193
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IDbFunction",
|
|
26194
26194
|
"clrName": "Function",
|
|
26195
|
-
"tsEmitName": "
|
|
26195
|
+
"tsEmitName": "function",
|
|
26196
26196
|
"metadataToken": 385877094,
|
|
26197
26197
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IDbFunction",
|
|
26198
26198
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IDbFunction|static=false|accessor=get",
|
|
@@ -26375,7 +26375,7 @@
|
|
|
26375
26375
|
}
|
|
26376
26376
|
},
|
|
26377
26377
|
{
|
|
26378
|
-
"tsName": "
|
|
26378
|
+
"tsName": "function",
|
|
26379
26379
|
"isStatic": false,
|
|
26380
26380
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.IDbFunction|static=false|accessor=get",
|
|
26381
26381
|
"target": {
|
|
@@ -30361,7 +30361,7 @@
|
|
|
30361
30361
|
{
|
|
30362
30362
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn::Function:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
30363
30363
|
"clrName": "Function",
|
|
30364
|
-
"tsEmitName": "
|
|
30364
|
+
"tsEmitName": "function",
|
|
30365
30365
|
"metadataToken": 385877105,
|
|
30366
30366
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
30367
30367
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
@@ -30596,7 +30596,7 @@
|
|
|
30596
30596
|
],
|
|
30597
30597
|
"exposedProperties": [
|
|
30598
30598
|
{
|
|
30599
|
-
"tsName": "
|
|
30599
|
+
"tsName": "function",
|
|
30600
30600
|
"isStatic": false,
|
|
30601
30601
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
30602
30602
|
"target": {
|
|
@@ -32196,7 +32196,7 @@
|
|
|
32196
32196
|
{
|
|
32197
32197
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.IMetadataReference\u00601::Object:T",
|
|
32198
32198
|
"clrName": "Object",
|
|
32199
|
-
"tsEmitName": "
|
|
32199
|
+
"tsEmitName": "object",
|
|
32200
32200
|
"metadataToken": 385876699,
|
|
32201
32201
|
"canonicalSignature": ":T",
|
|
32202
32202
|
"normalizedSignature": "Object|:T|static=false|accessor=get",
|
|
@@ -32213,7 +32213,7 @@
|
|
|
32213
32213
|
"constructors": [],
|
|
32214
32214
|
"exposedProperties": [
|
|
32215
32215
|
{
|
|
32216
|
-
"tsName": "
|
|
32216
|
+
"tsName": "object",
|
|
32217
32217
|
"isStatic": false,
|
|
32218
32218
|
"tsSignatureId": "Object|:T|static=false|accessor=get",
|
|
32219
32219
|
"target": {
|
|
@@ -36048,7 +36048,7 @@
|
|
|
36048
36048
|
{
|
|
36049
36049
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction",
|
|
36050
36050
|
"clrName": "Function",
|
|
36051
|
-
"tsEmitName": "
|
|
36051
|
+
"tsEmitName": "function",
|
|
36052
36052
|
"metadataToken": 385877124,
|
|
36053
36053
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction",
|
|
36054
36054
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction|static=false|accessor=get",
|
|
@@ -36221,7 +36221,7 @@
|
|
|
36221
36221
|
],
|
|
36222
36222
|
"exposedProperties": [
|
|
36223
36223
|
{
|
|
36224
|
-
"tsName": "
|
|
36224
|
+
"tsName": "function",
|
|
36225
36225
|
"isStatic": false,
|
|
36226
36226
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.IMutableDbFunction|static=false|accessor=get",
|
|
36227
36227
|
"target": {
|
|
@@ -45352,7 +45352,7 @@
|
|
|
45352
45352
|
{
|
|
45353
45353
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IMutableSequence::Type:System.Type",
|
|
45354
45354
|
"clrName": "Type",
|
|
45355
|
-
"tsEmitName": "
|
|
45355
|
+
"tsEmitName": "type",
|
|
45356
45356
|
"metadataToken": 385877136,
|
|
45357
45357
|
"canonicalSignature": ":System.Type",
|
|
45358
45358
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
|
|
@@ -45561,7 +45561,7 @@
|
|
|
45561
45561
|
}
|
|
45562
45562
|
},
|
|
45563
45563
|
{
|
|
45564
|
-
"tsName": "
|
|
45564
|
+
"tsName": "type",
|
|
45565
45565
|
"isStatic": false,
|
|
45566
45566
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=getset",
|
|
45567
45567
|
"target": {
|
|
@@ -55476,7 +55476,7 @@
|
|
|
55476
55476
|
{
|
|
55477
55477
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction",
|
|
55478
55478
|
"clrName": "Function",
|
|
55479
|
-
"tsEmitName": "
|
|
55479
|
+
"tsEmitName": "function",
|
|
55480
55480
|
"metadataToken": 385877167,
|
|
55481
55481
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction",
|
|
55482
55482
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction|static=false|accessor=get",
|
|
@@ -55619,7 +55619,7 @@
|
|
|
55619
55619
|
],
|
|
55620
55620
|
"exposedProperties": [
|
|
55621
55621
|
{
|
|
55622
|
-
"tsName": "
|
|
55622
|
+
"tsName": "function",
|
|
55623
55623
|
"isStatic": false,
|
|
55624
55624
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction|static=false|accessor=get",
|
|
55625
55625
|
"target": {
|
|
@@ -61510,7 +61510,7 @@
|
|
|
61510
61510
|
{
|
|
61511
61511
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
61512
61512
|
"clrName": "Type",
|
|
61513
|
-
"tsEmitName": "
|
|
61513
|
+
"tsEmitName": "type",
|
|
61514
61514
|
"metadataToken": 385877188,
|
|
61515
61515
|
"canonicalSignature": ":System.Type",
|
|
61516
61516
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -61677,7 +61677,7 @@
|
|
|
61677
61677
|
}
|
|
61678
61678
|
},
|
|
61679
61679
|
{
|
|
61680
|
-
"tsName": "
|
|
61680
|
+
"tsName": "type",
|
|
61681
61681
|
"isStatic": false,
|
|
61682
61682
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
61683
61683
|
"target": {
|
|
@@ -64625,7 +64625,7 @@
|
|
|
64625
64625
|
{
|
|
64626
64626
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64627
64627
|
"clrName": "For",
|
|
64628
|
-
"tsEmitName": "
|
|
64628
|
+
"tsEmitName": "for",
|
|
64629
64629
|
"metadataToken": 100669092,
|
|
64630
64630
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64631
64631
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64639,7 +64639,7 @@
|
|
|
64639
64639
|
{
|
|
64640
64640
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64641
64641
|
"clrName": "For",
|
|
64642
|
-
"tsEmitName": "
|
|
64642
|
+
"tsEmitName": "for",
|
|
64643
64643
|
"metadataToken": 100669093,
|
|
64644
64644
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64645
64645
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64653,7 +64653,7 @@
|
|
|
64653
64653
|
{
|
|
64654
64654
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64655
64655
|
"clrName": "For",
|
|
64656
|
-
"tsEmitName": "
|
|
64656
|
+
"tsEmitName": "for",
|
|
64657
64657
|
"metadataToken": 100669094,
|
|
64658
64658
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64659
64659
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64667,7 +64667,7 @@
|
|
|
64667
64667
|
{
|
|
64668
64668
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64669
64669
|
"clrName": "For",
|
|
64670
|
-
"tsEmitName": "
|
|
64670
|
+
"tsEmitName": "for",
|
|
64671
64671
|
"metadataToken": 100669095,
|
|
64672
64672
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64673
64673
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64681,7 +64681,7 @@
|
|
|
64681
64681
|
{
|
|
64682
64682
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64683
64683
|
"clrName": "For",
|
|
64684
|
-
"tsEmitName": "
|
|
64684
|
+
"tsEmitName": "for",
|
|
64685
64685
|
"metadataToken": 100669096,
|
|
64686
64686
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64687
64687
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64695,7 +64695,7 @@
|
|
|
64695
64695
|
{
|
|
64696
64696
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64697
64697
|
"clrName": "For",
|
|
64698
|
-
"tsEmitName": "
|
|
64698
|
+
"tsEmitName": "for",
|
|
64699
64699
|
"metadataToken": 100669097,
|
|
64700
64700
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64701
64701
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64709,7 +64709,7 @@
|
|
|
64709
64709
|
{
|
|
64710
64710
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64711
64711
|
"clrName": "For",
|
|
64712
|
-
"tsEmitName": "
|
|
64712
|
+
"tsEmitName": "for",
|
|
64713
64713
|
"metadataToken": 100669098,
|
|
64714
64714
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64715
64715
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64723,7 +64723,7 @@
|
|
|
64723
64723
|
{
|
|
64724
64724
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64725
64725
|
"clrName": "For",
|
|
64726
|
-
"tsEmitName": "
|
|
64726
|
+
"tsEmitName": "for",
|
|
64727
64727
|
"metadataToken": 100669099,
|
|
64728
64728
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64729
64729
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64737,7 +64737,7 @@
|
|
|
64737
64737
|
{
|
|
64738
64738
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64739
64739
|
"clrName": "For",
|
|
64740
|
-
"tsEmitName": "
|
|
64740
|
+
"tsEmitName": "for",
|
|
64741
64741
|
"metadataToken": 100669100,
|
|
64742
64742
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64743
64743
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64751,7 +64751,7 @@
|
|
|
64751
64751
|
{
|
|
64752
64752
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64753
64753
|
"clrName": "For",
|
|
64754
|
-
"tsEmitName": "
|
|
64754
|
+
"tsEmitName": "for",
|
|
64755
64755
|
"metadataToken": 100669101,
|
|
64756
64756
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64757
64757
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64765,7 +64765,7 @@
|
|
|
64765
64765
|
{
|
|
64766
64766
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64767
64767
|
"clrName": "For",
|
|
64768
|
-
"tsEmitName": "
|
|
64768
|
+
"tsEmitName": "for",
|
|
64769
64769
|
"metadataToken": 100669102,
|
|
64770
64770
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64771
64771
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64779,7 +64779,7 @@
|
|
|
64779
64779
|
{
|
|
64780
64780
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64781
64781
|
"clrName": "For",
|
|
64782
|
-
"tsEmitName": "
|
|
64782
|
+
"tsEmitName": "for",
|
|
64783
64783
|
"metadataToken": 100669103,
|
|
64784
64784
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64785
64785
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64793,7 +64793,7 @@
|
|
|
64793
64793
|
{
|
|
64794
64794
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64795
64795
|
"clrName": "For",
|
|
64796
|
-
"tsEmitName": "
|
|
64796
|
+
"tsEmitName": "for",
|
|
64797
64797
|
"metadataToken": 100669104,
|
|
64798
64798
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64799
64799
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64807,7 +64807,7 @@
|
|
|
64807
64807
|
{
|
|
64808
64808
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64809
64809
|
"clrName": "For",
|
|
64810
|
-
"tsEmitName": "
|
|
64810
|
+
"tsEmitName": "for",
|
|
64811
64811
|
"metadataToken": 100669105,
|
|
64812
64812
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64813
64813
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64821,7 +64821,7 @@
|
|
|
64821
64821
|
{
|
|
64822
64822
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64823
64823
|
"clrName": "For",
|
|
64824
|
-
"tsEmitName": "
|
|
64824
|
+
"tsEmitName": "for",
|
|
64825
64825
|
"metadataToken": 100669106,
|
|
64826
64826
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64827
64827
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64835,7 +64835,7 @@
|
|
|
64835
64835
|
{
|
|
64836
64836
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64837
64837
|
"clrName": "For",
|
|
64838
|
-
"tsEmitName": "
|
|
64838
|
+
"tsEmitName": "for",
|
|
64839
64839
|
"metadataToken": 100669107,
|
|
64840
64840
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64841
64841
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64849,7 +64849,7 @@
|
|
|
64849
64849
|
{
|
|
64850
64850
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64851
64851
|
"clrName": "For",
|
|
64852
|
-
"tsEmitName": "
|
|
64852
|
+
"tsEmitName": "for",
|
|
64853
64853
|
"metadataToken": 100669108,
|
|
64854
64854
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64855
64855
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64863,7 +64863,7 @@
|
|
|
64863
64863
|
{
|
|
64864
64864
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64865
64865
|
"clrName": "For",
|
|
64866
|
-
"tsEmitName": "
|
|
64866
|
+
"tsEmitName": "for",
|
|
64867
64867
|
"metadataToken": 100669109,
|
|
64868
64868
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64869
64869
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64877,7 +64877,7 @@
|
|
|
64877
64877
|
{
|
|
64878
64878
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64879
64879
|
"clrName": "For",
|
|
64880
|
-
"tsEmitName": "
|
|
64880
|
+
"tsEmitName": "for",
|
|
64881
64881
|
"metadataToken": 100669110,
|
|
64882
64882
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
64883
64883
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -64895,7 +64895,7 @@
|
|
|
64895
64895
|
"constructors": [],
|
|
64896
64896
|
"exposedMethods": [
|
|
64897
64897
|
{
|
|
64898
|
-
"tsName": "
|
|
64898
|
+
"tsName": "for",
|
|
64899
64899
|
"isStatic": false,
|
|
64900
64900
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64901
64901
|
"target": {
|
|
@@ -64905,7 +64905,7 @@
|
|
|
64905
64905
|
}
|
|
64906
64906
|
},
|
|
64907
64907
|
{
|
|
64908
|
-
"tsName": "
|
|
64908
|
+
"tsName": "for",
|
|
64909
64909
|
"isStatic": false,
|
|
64910
64910
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64911
64911
|
"target": {
|
|
@@ -64915,7 +64915,7 @@
|
|
|
64915
64915
|
}
|
|
64916
64916
|
},
|
|
64917
64917
|
{
|
|
64918
|
-
"tsName": "
|
|
64918
|
+
"tsName": "for",
|
|
64919
64919
|
"isStatic": false,
|
|
64920
64920
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64921
64921
|
"target": {
|
|
@@ -64925,7 +64925,7 @@
|
|
|
64925
64925
|
}
|
|
64926
64926
|
},
|
|
64927
64927
|
{
|
|
64928
|
-
"tsName": "
|
|
64928
|
+
"tsName": "for",
|
|
64929
64929
|
"isStatic": false,
|
|
64930
64930
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64931
64931
|
"target": {
|
|
@@ -64935,7 +64935,7 @@
|
|
|
64935
64935
|
}
|
|
64936
64936
|
},
|
|
64937
64937
|
{
|
|
64938
|
-
"tsName": "
|
|
64938
|
+
"tsName": "for",
|
|
64939
64939
|
"isStatic": false,
|
|
64940
64940
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64941
64941
|
"target": {
|
|
@@ -64945,7 +64945,7 @@
|
|
|
64945
64945
|
}
|
|
64946
64946
|
},
|
|
64947
64947
|
{
|
|
64948
|
-
"tsName": "
|
|
64948
|
+
"tsName": "for",
|
|
64949
64949
|
"isStatic": false,
|
|
64950
64950
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64951
64951
|
"target": {
|
|
@@ -64955,7 +64955,7 @@
|
|
|
64955
64955
|
}
|
|
64956
64956
|
},
|
|
64957
64957
|
{
|
|
64958
|
-
"tsName": "
|
|
64958
|
+
"tsName": "for",
|
|
64959
64959
|
"isStatic": false,
|
|
64960
64960
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64961
64961
|
"target": {
|
|
@@ -64965,7 +64965,7 @@
|
|
|
64965
64965
|
}
|
|
64966
64966
|
},
|
|
64967
64967
|
{
|
|
64968
|
-
"tsName": "
|
|
64968
|
+
"tsName": "for",
|
|
64969
64969
|
"isStatic": false,
|
|
64970
64970
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64971
64971
|
"target": {
|
|
@@ -64975,7 +64975,7 @@
|
|
|
64975
64975
|
}
|
|
64976
64976
|
},
|
|
64977
64977
|
{
|
|
64978
|
-
"tsName": "
|
|
64978
|
+
"tsName": "for",
|
|
64979
64979
|
"isStatic": false,
|
|
64980
64980
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64981
64981
|
"target": {
|
|
@@ -64985,7 +64985,7 @@
|
|
|
64985
64985
|
}
|
|
64986
64986
|
},
|
|
64987
64987
|
{
|
|
64988
|
-
"tsName": "
|
|
64988
|
+
"tsName": "for",
|
|
64989
64989
|
"isStatic": false,
|
|
64990
64990
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
64991
64991
|
"target": {
|
|
@@ -64995,7 +64995,7 @@
|
|
|
64995
64995
|
}
|
|
64996
64996
|
},
|
|
64997
64997
|
{
|
|
64998
|
-
"tsName": "
|
|
64998
|
+
"tsName": "for",
|
|
64999
64999
|
"isStatic": false,
|
|
65000
65000
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65001
65001
|
"target": {
|
|
@@ -65005,7 +65005,7 @@
|
|
|
65005
65005
|
}
|
|
65006
65006
|
},
|
|
65007
65007
|
{
|
|
65008
|
-
"tsName": "
|
|
65008
|
+
"tsName": "for",
|
|
65009
65009
|
"isStatic": false,
|
|
65010
65010
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65011
65011
|
"target": {
|
|
@@ -65015,7 +65015,7 @@
|
|
|
65015
65015
|
}
|
|
65016
65016
|
},
|
|
65017
65017
|
{
|
|
65018
|
-
"tsName": "
|
|
65018
|
+
"tsName": "for",
|
|
65019
65019
|
"isStatic": false,
|
|
65020
65020
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65021
65021
|
"target": {
|
|
@@ -65025,7 +65025,7 @@
|
|
|
65025
65025
|
}
|
|
65026
65026
|
},
|
|
65027
65027
|
{
|
|
65028
|
-
"tsName": "
|
|
65028
|
+
"tsName": "for",
|
|
65029
65029
|
"isStatic": false,
|
|
65030
65030
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65031
65031
|
"target": {
|
|
@@ -65035,7 +65035,7 @@
|
|
|
65035
65035
|
}
|
|
65036
65036
|
},
|
|
65037
65037
|
{
|
|
65038
|
-
"tsName": "
|
|
65038
|
+
"tsName": "for",
|
|
65039
65039
|
"isStatic": false,
|
|
65040
65040
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65041
65041
|
"target": {
|
|
@@ -65045,7 +65045,7 @@
|
|
|
65045
65045
|
}
|
|
65046
65046
|
},
|
|
65047
65047
|
{
|
|
65048
|
-
"tsName": "
|
|
65048
|
+
"tsName": "for",
|
|
65049
65049
|
"isStatic": false,
|
|
65050
65050
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65051
65051
|
"target": {
|
|
@@ -65055,7 +65055,7 @@
|
|
|
65055
65055
|
}
|
|
65056
65056
|
},
|
|
65057
65057
|
{
|
|
65058
|
-
"tsName": "
|
|
65058
|
+
"tsName": "for",
|
|
65059
65059
|
"isStatic": false,
|
|
65060
65060
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65061
65061
|
"target": {
|
|
@@ -65065,7 +65065,7 @@
|
|
|
65065
65065
|
}
|
|
65066
65066
|
},
|
|
65067
65067
|
{
|
|
65068
|
-
"tsName": "
|
|
65068
|
+
"tsName": "for",
|
|
65069
65069
|
"isStatic": false,
|
|
65070
65070
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65071
65071
|
"target": {
|
|
@@ -65075,7 +65075,7 @@
|
|
|
65075
65075
|
}
|
|
65076
65076
|
},
|
|
65077
65077
|
{
|
|
65078
|
-
"tsName": "
|
|
65078
|
+
"tsName": "for",
|
|
65079
65079
|
"isStatic": false,
|
|
65080
65080
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
65081
65081
|
"target": {
|
|
@@ -66184,7 +66184,7 @@
|
|
|
66184
66184
|
{
|
|
66185
66185
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
66186
66186
|
"clrName": "Type",
|
|
66187
|
-
"tsEmitName": "
|
|
66187
|
+
"tsEmitName": "type",
|
|
66188
66188
|
"metadataToken": 385877188,
|
|
66189
66189
|
"canonicalSignature": ":System.Type",
|
|
66190
66190
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -66381,7 +66381,7 @@
|
|
|
66381
66381
|
}
|
|
66382
66382
|
},
|
|
66383
66383
|
{
|
|
66384
|
-
"tsName": "
|
|
66384
|
+
"tsName": "type",
|
|
66385
66385
|
"isStatic": false,
|
|
66386
66386
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
66387
66387
|
"target": {
|
|
@@ -72948,7 +72948,7 @@
|
|
|
72948
72948
|
{
|
|
72949
72949
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
72950
72950
|
"clrName": "Function",
|
|
72951
|
-
"tsEmitName": "
|
|
72951
|
+
"tsEmitName": "function",
|
|
72952
72952
|
"metadataToken": 385877253,
|
|
72953
72953
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IStoreFunction",
|
|
72954
72954
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
@@ -73004,7 +73004,7 @@
|
|
|
73004
73004
|
{
|
|
73005
73005
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter::Type:System.String",
|
|
73006
73006
|
"clrName": "Type",
|
|
73007
|
-
"tsEmitName": "
|
|
73007
|
+
"tsEmitName": "type",
|
|
73008
73008
|
"metadataToken": 385877257,
|
|
73009
73009
|
"canonicalSignature": ":System.String",
|
|
73010
73010
|
"normalizedSignature": "Type|:System.String|static=false|accessor=get",
|
|
@@ -73107,7 +73107,7 @@
|
|
|
73107
73107
|
],
|
|
73108
73108
|
"exposedProperties": [
|
|
73109
73109
|
{
|
|
73110
|
-
"tsName": "
|
|
73110
|
+
"tsName": "function",
|
|
73111
73111
|
"isStatic": false,
|
|
73112
73112
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.IStoreFunction|static=false|accessor=get",
|
|
73113
73113
|
"target": {
|
|
@@ -73147,7 +73147,7 @@
|
|
|
73147
73147
|
}
|
|
73148
73148
|
},
|
|
73149
73149
|
{
|
|
73150
|
-
"tsName": "
|
|
73150
|
+
"tsName": "type",
|
|
73151
73151
|
"isStatic": false,
|
|
73152
73152
|
"tsSignatureId": "Type|:System.String|static=false|accessor=get",
|
|
73153
73153
|
"target": {
|
|
@@ -82567,7 +82567,7 @@
|
|
|
82567
82567
|
{
|
|
82568
82568
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82569
82569
|
"clrName": "With",
|
|
82570
|
-
"tsEmitName": "
|
|
82570
|
+
"tsEmitName": "with2",
|
|
82571
82571
|
"metadataToken": 100666329,
|
|
82572
82572
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82573
82573
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
@@ -82581,7 +82581,7 @@
|
|
|
82581
82581
|
{
|
|
82582
82582
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding::With(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82583
82583
|
"clrName": "With",
|
|
82584
|
-
"tsEmitName": "
|
|
82584
|
+
"tsEmitName": "with",
|
|
82585
82585
|
"metadataToken": 0,
|
|
82586
82586
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82587
82587
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
@@ -82597,7 +82597,7 @@
|
|
|
82597
82597
|
{
|
|
82598
82598
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding::Constructor:System.Reflection.ConstructorInfo",
|
|
82599
82599
|
"clrName": "Constructor",
|
|
82600
|
-
"tsEmitName": "
|
|
82600
|
+
"tsEmitName": "constructor",
|
|
82601
82601
|
"metadataToken": 385876624,
|
|
82602
82602
|
"canonicalSignature": ":System.Reflection.ConstructorInfo",
|
|
82603
82603
|
"normalizedSignature": "Constructor|:System.Reflection.ConstructorInfo|static=false|accessor=get",
|
|
@@ -82649,7 +82649,7 @@
|
|
|
82649
82649
|
}
|
|
82650
82650
|
},
|
|
82651
82651
|
{
|
|
82652
|
-
"tsName": "
|
|
82652
|
+
"tsName": "with2",
|
|
82653
82653
|
"isStatic": false,
|
|
82654
82654
|
"tsSignatureId": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
82655
82655
|
"target": {
|
|
@@ -82659,7 +82659,7 @@
|
|
|
82659
82659
|
}
|
|
82660
82660
|
},
|
|
82661
82661
|
{
|
|
82662
|
-
"tsName": "
|
|
82662
|
+
"tsName": "with",
|
|
82663
82663
|
"isStatic": false,
|
|
82664
82664
|
"tsSignatureId": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
82665
82665
|
"target": {
|
|
@@ -82671,7 +82671,7 @@
|
|
|
82671
82671
|
],
|
|
82672
82672
|
"exposedProperties": [
|
|
82673
82673
|
{
|
|
82674
|
-
"tsName": "
|
|
82674
|
+
"tsName": "constructor",
|
|
82675
82675
|
"isStatic": false,
|
|
82676
82676
|
"tsSignatureId": "Constructor|:System.Reflection.ConstructorInfo|static=false|accessor=get",
|
|
82677
82677
|
"target": {
|
|
@@ -82737,7 +82737,7 @@
|
|
|
82737
82737
|
{
|
|
82738
82738
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
82739
82739
|
"clrName": "With",
|
|
82740
|
-
"tsEmitName": "
|
|
82740
|
+
"tsEmitName": "with",
|
|
82741
82741
|
"metadataToken": 100666332,
|
|
82742
82742
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
82743
82743
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
@@ -82790,7 +82790,7 @@
|
|
|
82790
82790
|
}
|
|
82791
82791
|
},
|
|
82792
82792
|
{
|
|
82793
|
-
"tsName": "
|
|
82793
|
+
"tsName": "with",
|
|
82794
82794
|
"isStatic": false,
|
|
82795
82795
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
82796
82796
|
"target": {
|
|
@@ -82888,7 +82888,7 @@
|
|
|
82888
82888
|
{
|
|
82889
82889
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DefaultValueBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82890
82890
|
"clrName": "With",
|
|
82891
|
-
"tsEmitName": "
|
|
82891
|
+
"tsEmitName": "with2",
|
|
82892
82892
|
"metadataToken": 100666336,
|
|
82893
82893
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82894
82894
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
@@ -82902,7 +82902,7 @@
|
|
|
82902
82902
|
{
|
|
82903
82903
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DefaultValueBinding::With(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82904
82904
|
"clrName": "With",
|
|
82905
|
-
"tsEmitName": "
|
|
82905
|
+
"tsEmitName": "with",
|
|
82906
82906
|
"metadataToken": 0,
|
|
82907
82907
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
82908
82908
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
@@ -82956,7 +82956,7 @@
|
|
|
82956
82956
|
}
|
|
82957
82957
|
},
|
|
82958
82958
|
{
|
|
82959
|
-
"tsName": "
|
|
82959
|
+
"tsName": "with2",
|
|
82960
82960
|
"isStatic": false,
|
|
82961
82961
|
"tsSignatureId": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
82962
82962
|
"target": {
|
|
@@ -82966,7 +82966,7 @@
|
|
|
82966
82966
|
}
|
|
82967
82967
|
},
|
|
82968
82968
|
{
|
|
82969
|
-
"tsName": "
|
|
82969
|
+
"tsName": "with",
|
|
82970
82970
|
"isStatic": false,
|
|
82971
82971
|
"tsSignatureId": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
82972
82972
|
"target": {
|
|
@@ -83034,7 +83034,7 @@
|
|
|
83034
83034
|
{
|
|
83035
83035
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
83036
83036
|
"clrName": "With",
|
|
83037
|
-
"tsEmitName": "
|
|
83037
|
+
"tsEmitName": "with",
|
|
83038
83038
|
"metadataToken": 100666343,
|
|
83039
83039
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
83040
83040
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
@@ -83116,7 +83116,7 @@
|
|
|
83116
83116
|
}
|
|
83117
83117
|
},
|
|
83118
83118
|
{
|
|
83119
|
-
"tsName": "
|
|
83119
|
+
"tsName": "with",
|
|
83120
83120
|
"isStatic": false,
|
|
83121
83121
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
83122
83122
|
"target": {
|
|
@@ -83224,7 +83224,7 @@
|
|
|
83224
83224
|
{
|
|
83225
83225
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
83226
83226
|
"clrName": "With",
|
|
83227
|
-
"tsEmitName": "
|
|
83227
|
+
"tsEmitName": "with",
|
|
83228
83228
|
"metadataToken": 100666348,
|
|
83229
83229
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
83230
83230
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
@@ -83292,7 +83292,7 @@
|
|
|
83292
83292
|
}
|
|
83293
83293
|
},
|
|
83294
83294
|
{
|
|
83295
|
-
"tsName": "
|
|
83295
|
+
"tsName": "with",
|
|
83296
83296
|
"isStatic": false,
|
|
83297
83297
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
83298
83298
|
"target": {
|
|
@@ -83501,7 +83501,7 @@
|
|
|
83501
83501
|
{
|
|
83502
83502
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.EntityTypeParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
83503
83503
|
"clrName": "With",
|
|
83504
|
-
"tsEmitName": "
|
|
83504
|
+
"tsEmitName": "with",
|
|
83505
83505
|
"metadataToken": 100666359,
|
|
83506
83506
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
83507
83507
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
@@ -83554,7 +83554,7 @@
|
|
|
83554
83554
|
}
|
|
83555
83555
|
},
|
|
83556
83556
|
{
|
|
83557
|
-
"tsName": "
|
|
83557
|
+
"tsName": "with",
|
|
83558
83558
|
"isStatic": false,
|
|
83559
83559
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
83560
83560
|
"target": {
|
|
@@ -83652,7 +83652,7 @@
|
|
|
83652
83652
|
{
|
|
83653
83653
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.FactoryMethodBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
83654
83654
|
"clrName": "With",
|
|
83655
|
-
"tsEmitName": "
|
|
83655
|
+
"tsEmitName": "with2",
|
|
83656
83656
|
"metadataToken": 100666364,
|
|
83657
83657
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
83658
83658
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
@@ -83666,7 +83666,7 @@
|
|
|
83666
83666
|
{
|
|
83667
83667
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.FactoryMethodBinding::With(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
83668
83668
|
"clrName": "With",
|
|
83669
|
-
"tsEmitName": "
|
|
83669
|
+
"tsEmitName": "with",
|
|
83670
83670
|
"metadataToken": 0,
|
|
83671
83671
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
83672
83672
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
@@ -83730,7 +83730,7 @@
|
|
|
83730
83730
|
}
|
|
83731
83731
|
},
|
|
83732
83732
|
{
|
|
83733
|
-
"tsName": "
|
|
83733
|
+
"tsName": "with2",
|
|
83734
83734
|
"isStatic": false,
|
|
83735
83735
|
"tsSignatureId": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
83736
83736
|
"target": {
|
|
@@ -83740,7 +83740,7 @@
|
|
|
83740
83740
|
}
|
|
83741
83741
|
},
|
|
83742
83742
|
{
|
|
83743
|
-
"tsName": "
|
|
83743
|
+
"tsName": "with",
|
|
83744
83744
|
"isStatic": false,
|
|
83745
83745
|
"tsSignatureId": "With|(System.Collections.Generic.IReadOnlyList_1):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
83746
83746
|
"target": {
|
|
@@ -84039,7 +84039,7 @@
|
|
|
84039
84039
|
{
|
|
84040
84040
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding::With(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
84041
84041
|
"clrName": "With",
|
|
84042
|
-
"tsEmitName": "
|
|
84042
|
+
"tsEmitName": "with",
|
|
84043
84043
|
"metadataToken": 100667195,
|
|
84044
84044
|
"canonicalSignature": "(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding",
|
|
84045
84045
|
"normalizedSignature": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
@@ -84096,7 +84096,7 @@
|
|
|
84096
84096
|
}
|
|
84097
84097
|
},
|
|
84098
84098
|
{
|
|
84099
|
-
"tsName": "
|
|
84099
|
+
"tsName": "with",
|
|
84100
84100
|
"isStatic": false,
|
|
84101
84101
|
"tsSignatureId": "With|(System.Collections.Generic.IReadOnlyList_1[[Microsoft.EntityFrameworkCore.Metadata.ParameterBinding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding|static=false",
|
|
84102
84102
|
"target": {
|
|
@@ -84650,7 +84650,7 @@
|
|
|
84650
84650
|
{
|
|
84651
84651
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ObjectArrayParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
84652
84652
|
"clrName": "With",
|
|
84653
|
-
"tsEmitName": "
|
|
84653
|
+
"tsEmitName": "with",
|
|
84654
84654
|
"metadataToken": 100667571,
|
|
84655
84655
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
84656
84656
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
@@ -84689,7 +84689,7 @@
|
|
|
84689
84689
|
}
|
|
84690
84690
|
},
|
|
84691
84691
|
{
|
|
84692
|
-
"tsName": "
|
|
84692
|
+
"tsName": "with",
|
|
84693
84693
|
"isStatic": false,
|
|
84694
84694
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
84695
84695
|
"target": {
|
|
@@ -84757,7 +84757,7 @@
|
|
|
84757
84757
|
{
|
|
84758
84758
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.ParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
84759
84759
|
"clrName": "With",
|
|
84760
|
-
"tsEmitName": "
|
|
84760
|
+
"tsEmitName": "with",
|
|
84761
84761
|
"metadataToken": 100667576,
|
|
84762
84762
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
84763
84763
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
@@ -84814,7 +84814,7 @@
|
|
|
84814
84814
|
}
|
|
84815
84815
|
},
|
|
84816
84816
|
{
|
|
84817
|
-
"tsName": "
|
|
84817
|
+
"tsName": "with",
|
|
84818
84818
|
"isStatic": false,
|
|
84819
84819
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
84820
84820
|
"target": {
|
|
@@ -84871,7 +84871,7 @@
|
|
|
84871
84871
|
{
|
|
84872
84872
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding::With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
84873
84873
|
"clrName": "With",
|
|
84874
|
-
"tsEmitName": "
|
|
84874
|
+
"tsEmitName": "with",
|
|
84875
84875
|
"metadataToken": 100667587,
|
|
84876
84876
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding",
|
|
84877
84877
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
@@ -84910,7 +84910,7 @@
|
|
|
84910
84910
|
}
|
|
84911
84911
|
},
|
|
84912
84912
|
{
|
|
84913
|
-
"tsName": "
|
|
84913
|
+
"tsName": "with",
|
|
84914
84914
|
"isStatic": false,
|
|
84915
84915
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
84916
84916
|
"target": {
|
|
@@ -85230,7 +85230,7 @@
|
|
|
85230
85230
|
{
|
|
85231
85231
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85232
85232
|
"clrName": "For",
|
|
85233
|
-
"tsEmitName": "
|
|
85233
|
+
"tsEmitName": "for",
|
|
85234
85234
|
"metadataToken": 100669304,
|
|
85235
85235
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85236
85236
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85244,7 +85244,7 @@
|
|
|
85244
85244
|
{
|
|
85245
85245
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85246
85246
|
"clrName": "For",
|
|
85247
|
-
"tsEmitName": "
|
|
85247
|
+
"tsEmitName": "for",
|
|
85248
85248
|
"metadataToken": 100669305,
|
|
85249
85249
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85250
85250
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85258,7 +85258,7 @@
|
|
|
85258
85258
|
{
|
|
85259
85259
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85260
85260
|
"clrName": "For",
|
|
85261
|
-
"tsEmitName": "
|
|
85261
|
+
"tsEmitName": "for",
|
|
85262
85262
|
"metadataToken": 100669306,
|
|
85263
85263
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85264
85264
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85272,7 +85272,7 @@
|
|
|
85272
85272
|
{
|
|
85273
85273
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85274
85274
|
"clrName": "For",
|
|
85275
|
-
"tsEmitName": "
|
|
85275
|
+
"tsEmitName": "for",
|
|
85276
85276
|
"metadataToken": 100669307,
|
|
85277
85277
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85278
85278
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85286,7 +85286,7 @@
|
|
|
85286
85286
|
{
|
|
85287
85287
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85288
85288
|
"clrName": "For",
|
|
85289
|
-
"tsEmitName": "
|
|
85289
|
+
"tsEmitName": "for",
|
|
85290
85290
|
"metadataToken": 100669308,
|
|
85291
85291
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85292
85292
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85300,7 +85300,7 @@
|
|
|
85300
85300
|
{
|
|
85301
85301
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85302
85302
|
"clrName": "For",
|
|
85303
|
-
"tsEmitName": "
|
|
85303
|
+
"tsEmitName": "for",
|
|
85304
85304
|
"metadataToken": 100669309,
|
|
85305
85305
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85306
85306
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85314,7 +85314,7 @@
|
|
|
85314
85314
|
{
|
|
85315
85315
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85316
85316
|
"clrName": "For",
|
|
85317
|
-
"tsEmitName": "
|
|
85317
|
+
"tsEmitName": "for",
|
|
85318
85318
|
"metadataToken": 100669310,
|
|
85319
85319
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85320
85320
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85328,7 +85328,7 @@
|
|
|
85328
85328
|
{
|
|
85329
85329
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85330
85330
|
"clrName": "For",
|
|
85331
|
-
"tsEmitName": "
|
|
85331
|
+
"tsEmitName": "for",
|
|
85332
85332
|
"metadataToken": 100669311,
|
|
85333
85333
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85334
85334
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85342,7 +85342,7 @@
|
|
|
85342
85342
|
{
|
|
85343
85343
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85344
85344
|
"clrName": "For",
|
|
85345
|
-
"tsEmitName": "
|
|
85345
|
+
"tsEmitName": "for",
|
|
85346
85346
|
"metadataToken": 100669312,
|
|
85347
85347
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85348
85348
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85356,7 +85356,7 @@
|
|
|
85356
85356
|
{
|
|
85357
85357
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85358
85358
|
"clrName": "For",
|
|
85359
|
-
"tsEmitName": "
|
|
85359
|
+
"tsEmitName": "for",
|
|
85360
85360
|
"metadataToken": 100669313,
|
|
85361
85361
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85362
85362
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85370,7 +85370,7 @@
|
|
|
85370
85370
|
{
|
|
85371
85371
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85372
85372
|
"clrName": "For",
|
|
85373
|
-
"tsEmitName": "
|
|
85373
|
+
"tsEmitName": "for",
|
|
85374
85374
|
"metadataToken": 100669314,
|
|
85375
85375
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85376
85376
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85384,7 +85384,7 @@
|
|
|
85384
85384
|
{
|
|
85385
85385
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85386
85386
|
"clrName": "For",
|
|
85387
|
-
"tsEmitName": "
|
|
85387
|
+
"tsEmitName": "for",
|
|
85388
85388
|
"metadataToken": 100669315,
|
|
85389
85389
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85390
85390
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85398,7 +85398,7 @@
|
|
|
85398
85398
|
{
|
|
85399
85399
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85400
85400
|
"clrName": "For",
|
|
85401
|
-
"tsEmitName": "
|
|
85401
|
+
"tsEmitName": "for",
|
|
85402
85402
|
"metadataToken": 100669316,
|
|
85403
85403
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85404
85404
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85412,7 +85412,7 @@
|
|
|
85412
85412
|
{
|
|
85413
85413
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85414
85414
|
"clrName": "For",
|
|
85415
|
-
"tsEmitName": "
|
|
85415
|
+
"tsEmitName": "for",
|
|
85416
85416
|
"metadataToken": 100669317,
|
|
85417
85417
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85418
85418
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85426,7 +85426,7 @@
|
|
|
85426
85426
|
{
|
|
85427
85427
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85428
85428
|
"clrName": "For",
|
|
85429
|
-
"tsEmitName": "
|
|
85429
|
+
"tsEmitName": "for",
|
|
85430
85430
|
"metadataToken": 100669318,
|
|
85431
85431
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85432
85432
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85440,7 +85440,7 @@
|
|
|
85440
85440
|
{
|
|
85441
85441
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85442
85442
|
"clrName": "For",
|
|
85443
|
-
"tsEmitName": "
|
|
85443
|
+
"tsEmitName": "for",
|
|
85444
85444
|
"metadataToken": 100669319,
|
|
85445
85445
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85446
85446
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85454,7 +85454,7 @@
|
|
|
85454
85454
|
{
|
|
85455
85455
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85456
85456
|
"clrName": "For",
|
|
85457
|
-
"tsEmitName": "
|
|
85457
|
+
"tsEmitName": "for",
|
|
85458
85458
|
"metadataToken": 100669320,
|
|
85459
85459
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85460
85460
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85468,7 +85468,7 @@
|
|
|
85468
85468
|
{
|
|
85469
85469
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85470
85470
|
"clrName": "For",
|
|
85471
|
-
"tsEmitName": "
|
|
85471
|
+
"tsEmitName": "for",
|
|
85472
85472
|
"metadataToken": 100669321,
|
|
85473
85473
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85474
85474
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85482,7 +85482,7 @@
|
|
|
85482
85482
|
{
|
|
85483
85483
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85484
85484
|
"clrName": "For",
|
|
85485
|
-
"tsEmitName": "
|
|
85485
|
+
"tsEmitName": "for",
|
|
85486
85486
|
"metadataToken": 100669322,
|
|
85487
85487
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
85488
85488
|
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
@@ -85777,7 +85777,7 @@
|
|
|
85777
85777
|
],
|
|
85778
85778
|
"exposedMethods": [
|
|
85779
85779
|
{
|
|
85780
|
-
"tsName": "
|
|
85780
|
+
"tsName": "for",
|
|
85781
85781
|
"isStatic": false,
|
|
85782
85782
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85783
85783
|
"target": {
|
|
@@ -85787,7 +85787,7 @@
|
|
|
85787
85787
|
}
|
|
85788
85788
|
},
|
|
85789
85789
|
{
|
|
85790
|
-
"tsName": "
|
|
85790
|
+
"tsName": "for",
|
|
85791
85791
|
"isStatic": false,
|
|
85792
85792
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITable,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85793
85793
|
"target": {
|
|
@@ -85797,7 +85797,7 @@
|
|
|
85797
85797
|
}
|
|
85798
85798
|
},
|
|
85799
85799
|
{
|
|
85800
|
-
"tsName": "
|
|
85800
|
+
"tsName": "for",
|
|
85801
85801
|
"isStatic": false,
|
|
85802
85802
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85803
85803
|
"target": {
|
|
@@ -85807,7 +85807,7 @@
|
|
|
85807
85807
|
}
|
|
85808
85808
|
},
|
|
85809
85809
|
{
|
|
85810
|
-
"tsName": "
|
|
85810
|
+
"tsName": "for",
|
|
85811
85811
|
"isStatic": false,
|
|
85812
85812
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IView,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85813
85813
|
"target": {
|
|
@@ -85817,7 +85817,7 @@
|
|
|
85817
85817
|
}
|
|
85818
85818
|
},
|
|
85819
85819
|
{
|
|
85820
|
-
"tsName": "
|
|
85820
|
+
"tsName": "for",
|
|
85821
85821
|
"isStatic": false,
|
|
85822
85822
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IViewColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85823
85823
|
"target": {
|
|
@@ -85827,7 +85827,7 @@
|
|
|
85827
85827
|
}
|
|
85828
85828
|
},
|
|
85829
85829
|
{
|
|
85830
|
-
"tsName": "
|
|
85830
|
+
"tsName": "for",
|
|
85831
85831
|
"isStatic": false,
|
|
85832
85832
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQuery,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85833
85833
|
"target": {
|
|
@@ -85837,7 +85837,7 @@
|
|
|
85837
85837
|
}
|
|
85838
85838
|
},
|
|
85839
85839
|
{
|
|
85840
|
-
"tsName": "
|
|
85840
|
+
"tsName": "for",
|
|
85841
85841
|
"isStatic": false,
|
|
85842
85842
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85843
85843
|
"target": {
|
|
@@ -85847,7 +85847,7 @@
|
|
|
85847
85847
|
}
|
|
85848
85848
|
},
|
|
85849
85849
|
{
|
|
85850
|
-
"tsName": "
|
|
85850
|
+
"tsName": "for",
|
|
85851
85851
|
"isStatic": false,
|
|
85852
85852
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunction,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85853
85853
|
"target": {
|
|
@@ -85857,7 +85857,7 @@
|
|
|
85857
85857
|
}
|
|
85858
85858
|
},
|
|
85859
85859
|
{
|
|
85860
|
-
"tsName": "
|
|
85860
|
+
"tsName": "for",
|
|
85861
85861
|
"isStatic": false,
|
|
85862
85862
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85863
85863
|
"target": {
|
|
@@ -85867,7 +85867,7 @@
|
|
|
85867
85867
|
}
|
|
85868
85868
|
},
|
|
85869
85869
|
{
|
|
85870
|
-
"tsName": "
|
|
85870
|
+
"tsName": "for",
|
|
85871
85871
|
"isStatic": false,
|
|
85872
85872
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85873
85873
|
"target": {
|
|
@@ -85877,7 +85877,7 @@
|
|
|
85877
85877
|
}
|
|
85878
85878
|
},
|
|
85879
85879
|
{
|
|
85880
|
-
"tsName": "
|
|
85880
|
+
"tsName": "for",
|
|
85881
85881
|
"isStatic": false,
|
|
85882
85882
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85883
85883
|
"target": {
|
|
@@ -85887,7 +85887,7 @@
|
|
|
85887
85887
|
}
|
|
85888
85888
|
},
|
|
85889
85889
|
{
|
|
85890
|
-
"tsName": "
|
|
85890
|
+
"tsName": "for",
|
|
85891
85891
|
"isStatic": false,
|
|
85892
85892
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85893
85893
|
"target": {
|
|
@@ -85897,7 +85897,7 @@
|
|
|
85897
85897
|
}
|
|
85898
85898
|
},
|
|
85899
85899
|
{
|
|
85900
|
-
"tsName": "
|
|
85900
|
+
"tsName": "for",
|
|
85901
85901
|
"isStatic": false,
|
|
85902
85902
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85903
85903
|
"target": {
|
|
@@ -85907,7 +85907,7 @@
|
|
|
85907
85907
|
}
|
|
85908
85908
|
},
|
|
85909
85909
|
{
|
|
85910
|
-
"tsName": "
|
|
85910
|
+
"tsName": "for",
|
|
85911
85911
|
"isStatic": false,
|
|
85912
85912
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85913
85913
|
"target": {
|
|
@@ -85917,7 +85917,7 @@
|
|
|
85917
85917
|
}
|
|
85918
85918
|
},
|
|
85919
85919
|
{
|
|
85920
|
-
"tsName": "
|
|
85920
|
+
"tsName": "for",
|
|
85921
85921
|
"isStatic": false,
|
|
85922
85922
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITableIndex,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85923
85923
|
"target": {
|
|
@@ -85927,7 +85927,7 @@
|
|
|
85927
85927
|
}
|
|
85928
85928
|
},
|
|
85929
85929
|
{
|
|
85930
|
-
"tsName": "
|
|
85930
|
+
"tsName": "for",
|
|
85931
85931
|
"isStatic": false,
|
|
85932
85932
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85933
85933
|
"target": {
|
|
@@ -85937,7 +85937,7 @@
|
|
|
85937
85937
|
}
|
|
85938
85938
|
},
|
|
85939
85939
|
{
|
|
85940
|
-
"tsName": "
|
|
85940
|
+
"tsName": "for",
|
|
85941
85941
|
"isStatic": false,
|
|
85942
85942
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ISequence,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85943
85943
|
"target": {
|
|
@@ -85947,7 +85947,7 @@
|
|
|
85947
85947
|
}
|
|
85948
85948
|
},
|
|
85949
85949
|
{
|
|
85950
|
-
"tsName": "
|
|
85950
|
+
"tsName": "for",
|
|
85951
85951
|
"isStatic": false,
|
|
85952
85952
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85953
85953
|
"target": {
|
|
@@ -85957,7 +85957,7 @@
|
|
|
85957
85957
|
}
|
|
85958
85958
|
},
|
|
85959
85959
|
{
|
|
85960
|
-
"tsName": "
|
|
85960
|
+
"tsName": "for",
|
|
85961
85961
|
"isStatic": false,
|
|
85962
85962
|
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.ITrigger,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
85963
85963
|
"target": {
|
|
@@ -92798,7 +92798,7 @@
|
|
|
92798
92798
|
{
|
|
92799
92799
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunctionParameter::Function:Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction",
|
|
92800
92800
|
"clrName": "Function",
|
|
92801
|
-
"tsEmitName": "
|
|
92801
|
+
"tsEmitName": "function",
|
|
92802
92802
|
"metadataToken": 385877348,
|
|
92803
92803
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction",
|
|
92804
92804
|
"normalizedSignature": "Function|:Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction|static=false|accessor=get",
|
|
@@ -93316,7 +93316,7 @@
|
|
|
93316
93316
|
}
|
|
93317
93317
|
},
|
|
93318
93318
|
{
|
|
93319
|
-
"tsName": "
|
|
93319
|
+
"tsName": "function",
|
|
93320
93320
|
"isStatic": false,
|
|
93321
93321
|
"tsSignatureId": "Function|:Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction|static=false|accessor=get",
|
|
93322
93322
|
"target": {
|
|
@@ -113195,7 +113195,7 @@
|
|
|
113195
113195
|
{
|
|
113196
113196
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence::Type:System.Type",
|
|
113197
113197
|
"clrName": "Type",
|
|
113198
|
-
"tsEmitName": "
|
|
113198
|
+
"tsEmitName": "type",
|
|
113199
113199
|
"metadataToken": 385877188,
|
|
113200
113200
|
"canonicalSignature": ":System.Type",
|
|
113201
113201
|
"normalizedSignature": "Type|:System.Type|static=false|accessor=get",
|
|
@@ -113705,7 +113705,7 @@
|
|
|
113705
113705
|
}
|
|
113706
113706
|
},
|
|
113707
113707
|
{
|
|
113708
|
-
"tsName": "
|
|
113708
|
+
"tsName": "type",
|
|
113709
113709
|
"isStatic": false,
|
|
113710
113710
|
"tsSignatureId": "Type|:System.Type|static=false|accessor=get",
|
|
113711
113711
|
"target": {
|
|
@@ -123230,7 +123230,7 @@
|
|
|
123230
123230
|
}
|
|
123231
123231
|
},
|
|
123232
123232
|
{
|
|
123233
|
-
"tsName": "
|
|
123233
|
+
"tsName": "with",
|
|
123234
123234
|
"isStatic": false,
|
|
123235
123235
|
"tsSignatureId": "With|(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]):Microsoft.EntityFrameworkCore.Metadata.ParameterBinding|static=false",
|
|
123236
123236
|
"target": {
|