@tsonic/efcore-sqlite 0.1.0 → 10.0.1

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.
Files changed (75) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +264 -264
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  15. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
  16. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +62 -62
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
  39. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  41. package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
  42. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +86 -86
  43. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
  44. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  45. package/SQLitePCL/bindings.json +9554 -14759
  46. package/SQLitePCL/internal/index.d.ts +35 -35
  47. package/System.Collections.Generic/bindings.json +48 -70
  48. package/System.Collections.Generic/internal/index.d.ts +6 -6
  49. package/__build/scripts/generate.sh +4 -4
  50. package/__internal/extensions/index.d.ts +12 -12
  51. package/package.json +5 -6
  52. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  53. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  54. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  55. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  56. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  57. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  58. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  59. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  71. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  72. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  73. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  74. package/SQLitePCL/internal/metadata.json +0 -11902
  75. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -1,329 +0,0 @@
1
- {
2
- "namespace": "Microsoft.Extensions.DependencyModel.Resolution",
3
- "contributingAssemblies": [
4
- "Microsoft.Extensions.DependencyModel"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
9
- "clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
10
- "tsEmitName": "ICompilationAssemblyResolver",
11
- "kind": "Interface",
12
- "accessibility": "Public",
13
- "isAbstract": true,
14
- "isSealed": false,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [
18
- {
19
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
20
- "clrName": "TryResolveAssemblyPaths",
21
- "tsEmitName": "tryResolveAssemblyPaths",
22
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
23
- "provenance": "Original",
24
- "emitScope": "ClassSurface",
25
- "isStatic": false,
26
- "isAbstract": true,
27
- "isVirtual": true,
28
- "isOverride": false,
29
- "isSealed": false,
30
- "arity": 0,
31
- "parameterCount": 2,
32
- "isExtensionMethod": false
33
- }
34
- ],
35
- "properties": [],
36
- "fields": [],
37
- "events": [],
38
- "constructors": []
39
- },
40
- {
41
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
42
- "clrName": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
43
- "tsEmitName": "AppBaseCompilationAssemblyResolver",
44
- "kind": "Class",
45
- "accessibility": "Public",
46
- "isAbstract": false,
47
- "isSealed": false,
48
- "isStatic": false,
49
- "arity": 0,
50
- "methods": [
51
- {
52
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
53
- "clrName": "TryResolveAssemblyPaths",
54
- "tsEmitName": "tryResolveAssemblyPaths",
55
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
56
- "provenance": "Original",
57
- "emitScope": "ClassSurface",
58
- "isStatic": false,
59
- "isAbstract": false,
60
- "isVirtual": true,
61
- "isOverride": false,
62
- "isSealed": true,
63
- "arity": 0,
64
- "parameterCount": 2,
65
- "isExtensionMethod": false
66
- },
67
- {
68
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
69
- "clrName": "TryResolveAssemblyPaths",
70
- "tsEmitName": "tryResolveAssemblyPaths$view",
71
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
72
- "provenance": "ExplicitView",
73
- "emitScope": "ViewOnly",
74
- "isStatic": false,
75
- "isAbstract": false,
76
- "isVirtual": true,
77
- "isOverride": false,
78
- "isSealed": false,
79
- "arity": 0,
80
- "parameterCount": 2,
81
- "sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
82
- "isExtensionMethod": false
83
- }
84
- ],
85
- "properties": [],
86
- "fields": [],
87
- "events": [],
88
- "constructors": [
89
- {
90
- "normalizedSignature": "constructor|():void|static=false",
91
- "isStatic": false,
92
- "parameterCount": 0
93
- },
94
- {
95
- "normalizedSignature": "constructor|(System.String):void|static=false",
96
- "isStatic": false,
97
- "parameterCount": 1
98
- }
99
- ]
100
- },
101
- {
102
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
103
- "clrName": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
104
- "tsEmitName": "CompositeCompilationAssemblyResolver",
105
- "kind": "Class",
106
- "accessibility": "Public",
107
- "isAbstract": false,
108
- "isSealed": false,
109
- "isStatic": false,
110
- "arity": 0,
111
- "methods": [
112
- {
113
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
114
- "clrName": "TryResolveAssemblyPaths",
115
- "tsEmitName": "tryResolveAssemblyPaths",
116
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
117
- "provenance": "Original",
118
- "emitScope": "ClassSurface",
119
- "isStatic": false,
120
- "isAbstract": false,
121
- "isVirtual": true,
122
- "isOverride": false,
123
- "isSealed": true,
124
- "arity": 0,
125
- "parameterCount": 2,
126
- "isExtensionMethod": false
127
- },
128
- {
129
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
130
- "clrName": "TryResolveAssemblyPaths",
131
- "tsEmitName": "tryResolveAssemblyPaths$view",
132
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
133
- "provenance": "ExplicitView",
134
- "emitScope": "ViewOnly",
135
- "isStatic": false,
136
- "isAbstract": false,
137
- "isVirtual": true,
138
- "isOverride": false,
139
- "isSealed": false,
140
- "arity": 0,
141
- "parameterCount": 2,
142
- "sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
143
- "isExtensionMethod": false
144
- }
145
- ],
146
- "properties": [],
147
- "fields": [],
148
- "events": [],
149
- "constructors": [
150
- {
151
- "normalizedSignature": "constructor|(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[]):void|static=false",
152
- "isStatic": false,
153
- "parameterCount": 1
154
- }
155
- ]
156
- },
157
- {
158
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
159
- "clrName": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
160
- "tsEmitName": "DotNetReferenceAssembliesPathResolver",
161
- "kind": "Class",
162
- "accessibility": "Public",
163
- "isAbstract": false,
164
- "isSealed": false,
165
- "isStatic": false,
166
- "arity": 0,
167
- "methods": [
168
- {
169
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::Resolve():System.String",
170
- "clrName": "Resolve",
171
- "tsEmitName": "resolve",
172
- "normalizedSignature": "Resolve|():System.String|static=true",
173
- "provenance": "Original",
174
- "emitScope": "ClassSurface",
175
- "isStatic": true,
176
- "isAbstract": false,
177
- "isVirtual": false,
178
- "isOverride": false,
179
- "isSealed": false,
180
- "arity": 0,
181
- "parameterCount": 0,
182
- "isExtensionMethod": false
183
- }
184
- ],
185
- "properties": [],
186
- "fields": [
187
- {
188
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::DotNetReferenceAssembliesPathEnvSystem.String",
189
- "clrName": "DotNetReferenceAssembliesPathEnv",
190
- "tsEmitName": "dotNetReferenceAssembliesPathEnv",
191
- "normalizedSignature": "DotNetReferenceAssembliesPathEnv|System.String|static=true|const=false",
192
- "isStatic": true,
193
- "isReadOnly": true,
194
- "isLiteral": false
195
- }
196
- ],
197
- "events": [],
198
- "constructors": [
199
- {
200
- "normalizedSignature": "constructor|():void|static=false",
201
- "isStatic": false,
202
- "parameterCount": 0
203
- }
204
- ]
205
- },
206
- {
207
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
208
- "clrName": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
209
- "tsEmitName": "PackageCompilationAssemblyResolver",
210
- "kind": "Class",
211
- "accessibility": "Public",
212
- "isAbstract": false,
213
- "isSealed": false,
214
- "isStatic": false,
215
- "arity": 0,
216
- "methods": [
217
- {
218
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
219
- "clrName": "TryResolveAssemblyPaths",
220
- "tsEmitName": "tryResolveAssemblyPaths",
221
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
222
- "provenance": "Original",
223
- "emitScope": "ClassSurface",
224
- "isStatic": false,
225
- "isAbstract": false,
226
- "isVirtual": true,
227
- "isOverride": false,
228
- "isSealed": true,
229
- "arity": 0,
230
- "parameterCount": 2,
231
- "isExtensionMethod": false
232
- },
233
- {
234
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
235
- "clrName": "TryResolveAssemblyPaths",
236
- "tsEmitName": "tryResolveAssemblyPaths$view",
237
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
238
- "provenance": "ExplicitView",
239
- "emitScope": "ViewOnly",
240
- "isStatic": false,
241
- "isAbstract": false,
242
- "isVirtual": true,
243
- "isOverride": false,
244
- "isSealed": false,
245
- "arity": 0,
246
- "parameterCount": 2,
247
- "sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
248
- "isExtensionMethod": false
249
- }
250
- ],
251
- "properties": [],
252
- "fields": [],
253
- "events": [],
254
- "constructors": [
255
- {
256
- "normalizedSignature": "constructor|():void|static=false",
257
- "isStatic": false,
258
- "parameterCount": 0
259
- },
260
- {
261
- "normalizedSignature": "constructor|(System.String):void|static=false",
262
- "isStatic": false,
263
- "parameterCount": 1
264
- }
265
- ]
266
- },
267
- {
268
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
269
- "clrName": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
270
- "tsEmitName": "ReferenceAssemblyPathResolver",
271
- "kind": "Class",
272
- "accessibility": "Public",
273
- "isAbstract": false,
274
- "isSealed": false,
275
- "isStatic": false,
276
- "arity": 0,
277
- "methods": [
278
- {
279
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
280
- "clrName": "TryResolveAssemblyPaths",
281
- "tsEmitName": "tryResolveAssemblyPaths",
282
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
283
- "provenance": "Original",
284
- "emitScope": "ClassSurface",
285
- "isStatic": false,
286
- "isAbstract": false,
287
- "isVirtual": true,
288
- "isOverride": false,
289
- "isSealed": true,
290
- "arity": 0,
291
- "parameterCount": 2,
292
- "isExtensionMethod": false
293
- },
294
- {
295
- "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
296
- "clrName": "TryResolveAssemblyPaths",
297
- "tsEmitName": "tryResolveAssemblyPaths$view",
298
- "normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
299
- "provenance": "ExplicitView",
300
- "emitScope": "ViewOnly",
301
- "isStatic": false,
302
- "isAbstract": false,
303
- "isVirtual": true,
304
- "isOverride": false,
305
- "isSealed": false,
306
- "arity": 0,
307
- "parameterCount": 2,
308
- "sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
309
- "isExtensionMethod": false
310
- }
311
- ],
312
- "properties": [],
313
- "fields": [],
314
- "events": [],
315
- "constructors": [
316
- {
317
- "normalizedSignature": "constructor|():void|static=false",
318
- "isStatic": false,
319
- "parameterCount": 0
320
- },
321
- {
322
- "normalizedSignature": "constructor|(System.String,System.String[]):void|static=false",
323
- "isStatic": false,
324
- "parameterCount": 2
325
- }
326
- ]
327
- }
328
- ]
329
- }