@tsonic/efcore-sqlite 0.1.1 → 10.0.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.Data.Sqlite/bindings.json +2636 -3286
- package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +10824 -14640
- package/SQLitePCL/internal/index.d.ts +72 -42
- package/System.Collections.Generic/bindings.json +58 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.DependencyModel.Resolution",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.DependencyModel"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
6
9
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
7
|
-
"tsEmitName": "ICompilationAssemblyResolver",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"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",
|
|
13
21
|
"clrName": "TryResolveAssemblyPaths",
|
|
14
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
15
22
|
"metadataToken": 100663572,
|
|
16
23
|
"canonicalSignature": "(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",
|
|
17
24
|
"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",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 2,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
21
35
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
22
36
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
23
37
|
"isExtensionMethod": false
|
|
@@ -26,37 +40,46 @@
|
|
|
26
40
|
"properties": [],
|
|
27
41
|
"fields": [],
|
|
28
42
|
"events": [],
|
|
29
|
-
"constructors": []
|
|
30
|
-
"exposedMethods": [
|
|
31
|
-
{
|
|
32
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
33
|
-
"isStatic": false,
|
|
34
|
-
"tsSignatureId": "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",
|
|
35
|
-
"target": {
|
|
36
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
37
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
38
|
-
"metadataToken": 100663572
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
]
|
|
43
|
+
"constructors": []
|
|
42
44
|
},
|
|
43
45
|
{
|
|
44
46
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
45
47
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
46
|
-
"tsEmitName": "AppBaseCompilationAssemblyResolver",
|
|
47
48
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
48
49
|
"metadataToken": 0,
|
|
50
|
+
"kind": "Class",
|
|
51
|
+
"accessibility": "Public",
|
|
52
|
+
"isAbstract": false,
|
|
53
|
+
"isSealed": false,
|
|
54
|
+
"isStatic": false,
|
|
55
|
+
"arity": 0,
|
|
56
|
+
"baseType": {
|
|
57
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
58
|
+
"clrName": "System.Object"
|
|
59
|
+
},
|
|
60
|
+
"interfaces": [
|
|
61
|
+
{
|
|
62
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
63
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
49
66
|
"methods": [
|
|
50
67
|
{
|
|
51
68
|
"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",
|
|
52
69
|
"clrName": "TryResolveAssemblyPaths",
|
|
53
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
54
70
|
"metadataToken": 100663564,
|
|
55
71
|
"canonicalSignature": "(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",
|
|
56
72
|
"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",
|
|
57
73
|
"emitScope": "ClassSurface",
|
|
74
|
+
"provenance": "Original",
|
|
58
75
|
"arity": 0,
|
|
59
76
|
"parameterCount": 2,
|
|
77
|
+
"isStatic": false,
|
|
78
|
+
"isAbstract": false,
|
|
79
|
+
"isVirtual": true,
|
|
80
|
+
"isOverride": false,
|
|
81
|
+
"isSealed": true,
|
|
82
|
+
"visibility": "Public",
|
|
60
83
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
61
84
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
62
85
|
"isExtensionMethod": false
|
|
@@ -64,16 +87,23 @@
|
|
|
64
87
|
{
|
|
65
88
|
"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",
|
|
66
89
|
"clrName": "TryResolveAssemblyPaths",
|
|
67
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
68
90
|
"metadataToken": 100663572,
|
|
69
91
|
"canonicalSignature": "(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",
|
|
70
92
|
"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",
|
|
71
93
|
"emitScope": "ViewOnly",
|
|
94
|
+
"provenance": "ExplicitView",
|
|
72
95
|
"arity": 0,
|
|
73
96
|
"parameterCount": 2,
|
|
97
|
+
"isStatic": false,
|
|
98
|
+
"isAbstract": false,
|
|
99
|
+
"isVirtual": true,
|
|
100
|
+
"isOverride": false,
|
|
101
|
+
"isSealed": false,
|
|
102
|
+
"visibility": "Public",
|
|
74
103
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
75
104
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
76
|
-
"isExtensionMethod": false
|
|
105
|
+
"isExtensionMethod": false,
|
|
106
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
77
107
|
}
|
|
78
108
|
],
|
|
79
109
|
"properties": [],
|
|
@@ -87,6 +117,7 @@
|
|
|
87
117
|
"normalizedSignature": "constructor|():void|static=false",
|
|
88
118
|
"isStatic": false,
|
|
89
119
|
"parameterCount": 0,
|
|
120
|
+
"visibility": "Public",
|
|
90
121
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
91
122
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
92
123
|
},
|
|
@@ -97,70 +128,50 @@
|
|
|
97
128
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
98
129
|
"isStatic": false,
|
|
99
130
|
"parameterCount": 1,
|
|
131
|
+
"visibility": "Public",
|
|
100
132
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
101
133
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
102
134
|
}
|
|
103
|
-
],
|
|
104
|
-
"exposedMethods": [
|
|
105
|
-
{
|
|
106
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
107
|
-
"isStatic": false,
|
|
108
|
-
"tsSignatureId": "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",
|
|
109
|
-
"target": {
|
|
110
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
111
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
112
|
-
"metadataToken": 100663564
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
117
|
-
"isStatic": false,
|
|
118
|
-
"tsSignatureId": "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",
|
|
119
|
-
"target": {
|
|
120
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
121
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
122
|
-
"metadataToken": 100663572
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
"exposedConstructors": [
|
|
127
|
-
{
|
|
128
|
-
"isStatic": false,
|
|
129
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
130
|
-
"target": {
|
|
131
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
132
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
133
|
-
"metadataToken": 100663560
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"isStatic": false,
|
|
138
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
139
|
-
"target": {
|
|
140
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
141
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
142
|
-
"metadataToken": 100663561
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
135
|
]
|
|
146
136
|
},
|
|
147
137
|
{
|
|
148
138
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
149
139
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
150
|
-
"tsEmitName": "CompositeCompilationAssemblyResolver",
|
|
151
140
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
152
141
|
"metadataToken": 0,
|
|
142
|
+
"kind": "Class",
|
|
143
|
+
"accessibility": "Public",
|
|
144
|
+
"isAbstract": false,
|
|
145
|
+
"isSealed": false,
|
|
146
|
+
"isStatic": false,
|
|
147
|
+
"arity": 0,
|
|
148
|
+
"baseType": {
|
|
149
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
150
|
+
"clrName": "System.Object"
|
|
151
|
+
},
|
|
152
|
+
"interfaces": [
|
|
153
|
+
{
|
|
154
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
155
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
153
158
|
"methods": [
|
|
154
159
|
{
|
|
155
160
|
"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",
|
|
156
161
|
"clrName": "TryResolveAssemblyPaths",
|
|
157
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
158
162
|
"metadataToken": 100663566,
|
|
159
163
|
"canonicalSignature": "(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",
|
|
160
164
|
"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",
|
|
161
165
|
"emitScope": "ClassSurface",
|
|
166
|
+
"provenance": "Original",
|
|
162
167
|
"arity": 0,
|
|
163
168
|
"parameterCount": 2,
|
|
169
|
+
"isStatic": false,
|
|
170
|
+
"isAbstract": false,
|
|
171
|
+
"isVirtual": true,
|
|
172
|
+
"isOverride": false,
|
|
173
|
+
"isSealed": true,
|
|
174
|
+
"visibility": "Public",
|
|
164
175
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
165
176
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
166
177
|
"isExtensionMethod": false
|
|
@@ -168,16 +179,23 @@
|
|
|
168
179
|
{
|
|
169
180
|
"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",
|
|
170
181
|
"clrName": "TryResolveAssemblyPaths",
|
|
171
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
172
182
|
"metadataToken": 100663572,
|
|
173
183
|
"canonicalSignature": "(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",
|
|
174
184
|
"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",
|
|
175
185
|
"emitScope": "ViewOnly",
|
|
186
|
+
"provenance": "ExplicitView",
|
|
176
187
|
"arity": 0,
|
|
177
188
|
"parameterCount": 2,
|
|
189
|
+
"isStatic": false,
|
|
190
|
+
"isAbstract": false,
|
|
191
|
+
"isVirtual": true,
|
|
192
|
+
"isOverride": false,
|
|
193
|
+
"isSealed": false,
|
|
194
|
+
"visibility": "Public",
|
|
178
195
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
179
196
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
180
|
-
"isExtensionMethod": false
|
|
197
|
+
"isExtensionMethod": false,
|
|
198
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
181
199
|
}
|
|
182
200
|
],
|
|
183
201
|
"properties": [],
|
|
@@ -191,61 +209,44 @@
|
|
|
191
209
|
"normalizedSignature": "constructor|(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[]):void|static=false",
|
|
192
210
|
"isStatic": false,
|
|
193
211
|
"parameterCount": 1,
|
|
212
|
+
"visibility": "Public",
|
|
194
213
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
195
214
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
196
215
|
}
|
|
197
|
-
],
|
|
198
|
-
"exposedMethods": [
|
|
199
|
-
{
|
|
200
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
201
|
-
"isStatic": false,
|
|
202
|
-
"tsSignatureId": "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",
|
|
203
|
-
"target": {
|
|
204
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
205
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
206
|
-
"metadataToken": 100663566
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
211
|
-
"isStatic": false,
|
|
212
|
-
"tsSignatureId": "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",
|
|
213
|
-
"target": {
|
|
214
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
215
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
216
|
-
"metadataToken": 100663572
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
],
|
|
220
|
-
"exposedConstructors": [
|
|
221
|
-
{
|
|
222
|
-
"isStatic": false,
|
|
223
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[]):void|static=false",
|
|
224
|
-
"target": {
|
|
225
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
226
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
227
|
-
"metadataToken": 100663565
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
216
|
]
|
|
231
217
|
},
|
|
232
218
|
{
|
|
233
219
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
234
220
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
235
|
-
"tsEmitName": "DotNetReferenceAssembliesPathResolver",
|
|
236
221
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
237
222
|
"metadataToken": 0,
|
|
223
|
+
"kind": "Class",
|
|
224
|
+
"accessibility": "Public",
|
|
225
|
+
"isAbstract": false,
|
|
226
|
+
"isSealed": false,
|
|
227
|
+
"isStatic": false,
|
|
228
|
+
"arity": 0,
|
|
229
|
+
"baseType": {
|
|
230
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
231
|
+
"clrName": "System.Object"
|
|
232
|
+
},
|
|
238
233
|
"methods": [
|
|
239
234
|
{
|
|
240
235
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::Resolve():System.String",
|
|
241
236
|
"clrName": "Resolve",
|
|
242
|
-
"tsEmitName": "resolve",
|
|
243
237
|
"metadataToken": 100663568,
|
|
244
238
|
"canonicalSignature": "():System.String",
|
|
245
239
|
"normalizedSignature": "Resolve|():System.String|static=true",
|
|
246
240
|
"emitScope": "ClassSurface",
|
|
241
|
+
"provenance": "Original",
|
|
247
242
|
"arity": 0,
|
|
248
243
|
"parameterCount": 0,
|
|
244
|
+
"isStatic": true,
|
|
245
|
+
"isAbstract": false,
|
|
246
|
+
"isVirtual": false,
|
|
247
|
+
"isOverride": false,
|
|
248
|
+
"isSealed": false,
|
|
249
|
+
"visibility": "Public",
|
|
249
250
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
250
251
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
251
252
|
"isExtensionMethod": false
|
|
@@ -256,11 +257,12 @@
|
|
|
256
257
|
{
|
|
257
258
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::DotNetReferenceAssembliesPathEnvSystem.String",
|
|
258
259
|
"clrName": "DotNetReferenceAssembliesPathEnv",
|
|
259
|
-
"tsEmitName": "dotNetReferenceAssembliesPathEnv",
|
|
260
260
|
"metadataToken": 67108989,
|
|
261
261
|
"normalizedSignature": "DotNetReferenceAssembliesPathEnv|System.String|static=true|const=false",
|
|
262
262
|
"isStatic": true,
|
|
263
263
|
"isReadOnly": true,
|
|
264
|
+
"isLiteral": false,
|
|
265
|
+
"visibility": "Public",
|
|
264
266
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
265
267
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
266
268
|
}
|
|
@@ -274,63 +276,50 @@
|
|
|
274
276
|
"normalizedSignature": "constructor|():void|static=false",
|
|
275
277
|
"isStatic": false,
|
|
276
278
|
"parameterCount": 0,
|
|
279
|
+
"visibility": "Public",
|
|
277
280
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
278
281
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
279
282
|
}
|
|
280
|
-
],
|
|
281
|
-
"exposedMethods": [
|
|
282
|
-
{
|
|
283
|
-
"tsName": "resolve",
|
|
284
|
-
"isStatic": true,
|
|
285
|
-
"tsSignatureId": "Resolve|():System.String|static=true",
|
|
286
|
-
"target": {
|
|
287
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
288
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
289
|
-
"metadataToken": 100663568
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
],
|
|
293
|
-
"exposedFields": [
|
|
294
|
-
{
|
|
295
|
-
"tsName": "dotNetReferenceAssembliesPathEnv",
|
|
296
|
-
"isStatic": true,
|
|
297
|
-
"tsSignatureId": "DotNetReferenceAssembliesPathEnv|System.String|static=true|const=false",
|
|
298
|
-
"target": {
|
|
299
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
300
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
301
|
-
"metadataToken": 67108989
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"exposedConstructors": [
|
|
306
|
-
{
|
|
307
|
-
"isStatic": false,
|
|
308
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
309
|
-
"target": {
|
|
310
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
311
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
312
|
-
"metadataToken": 100663570
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
283
|
]
|
|
316
284
|
},
|
|
317
285
|
{
|
|
318
286
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
319
287
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
320
|
-
"tsEmitName": "PackageCompilationAssemblyResolver",
|
|
321
288
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
322
289
|
"metadataToken": 0,
|
|
290
|
+
"kind": "Class",
|
|
291
|
+
"accessibility": "Public",
|
|
292
|
+
"isAbstract": false,
|
|
293
|
+
"isSealed": false,
|
|
294
|
+
"isStatic": false,
|
|
295
|
+
"arity": 0,
|
|
296
|
+
"baseType": {
|
|
297
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
298
|
+
"clrName": "System.Object"
|
|
299
|
+
},
|
|
300
|
+
"interfaces": [
|
|
301
|
+
{
|
|
302
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
303
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
323
306
|
"methods": [
|
|
324
307
|
{
|
|
325
308
|
"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",
|
|
326
309
|
"clrName": "TryResolveAssemblyPaths",
|
|
327
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
328
310
|
"metadataToken": 100663578,
|
|
329
311
|
"canonicalSignature": "(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",
|
|
330
312
|
"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",
|
|
331
313
|
"emitScope": "ClassSurface",
|
|
314
|
+
"provenance": "Original",
|
|
332
315
|
"arity": 0,
|
|
333
316
|
"parameterCount": 2,
|
|
317
|
+
"isStatic": false,
|
|
318
|
+
"isAbstract": false,
|
|
319
|
+
"isVirtual": true,
|
|
320
|
+
"isOverride": false,
|
|
321
|
+
"isSealed": true,
|
|
322
|
+
"visibility": "Public",
|
|
334
323
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
335
324
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
336
325
|
"isExtensionMethod": false
|
|
@@ -338,16 +327,23 @@
|
|
|
338
327
|
{
|
|
339
328
|
"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",
|
|
340
329
|
"clrName": "TryResolveAssemblyPaths",
|
|
341
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
342
330
|
"metadataToken": 100663572,
|
|
343
331
|
"canonicalSignature": "(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",
|
|
344
332
|
"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",
|
|
345
333
|
"emitScope": "ViewOnly",
|
|
334
|
+
"provenance": "ExplicitView",
|
|
346
335
|
"arity": 0,
|
|
347
336
|
"parameterCount": 2,
|
|
337
|
+
"isStatic": false,
|
|
338
|
+
"isAbstract": false,
|
|
339
|
+
"isVirtual": true,
|
|
340
|
+
"isOverride": false,
|
|
341
|
+
"isSealed": false,
|
|
342
|
+
"visibility": "Public",
|
|
348
343
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
349
344
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
350
|
-
"isExtensionMethod": false
|
|
345
|
+
"isExtensionMethod": false,
|
|
346
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
351
347
|
}
|
|
352
348
|
],
|
|
353
349
|
"properties": [],
|
|
@@ -361,6 +357,7 @@
|
|
|
361
357
|
"normalizedSignature": "constructor|():void|static=false",
|
|
362
358
|
"isStatic": false,
|
|
363
359
|
"parameterCount": 0,
|
|
360
|
+
"visibility": "Public",
|
|
364
361
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
365
362
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
366
363
|
},
|
|
@@ -371,70 +368,50 @@
|
|
|
371
368
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
372
369
|
"isStatic": false,
|
|
373
370
|
"parameterCount": 1,
|
|
371
|
+
"visibility": "Public",
|
|
374
372
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
375
373
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
376
374
|
}
|
|
377
|
-
],
|
|
378
|
-
"exposedMethods": [
|
|
379
|
-
{
|
|
380
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
381
|
-
"isStatic": false,
|
|
382
|
-
"tsSignatureId": "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",
|
|
383
|
-
"target": {
|
|
384
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
385
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
386
|
-
"metadataToken": 100663578
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
391
|
-
"isStatic": false,
|
|
392
|
-
"tsSignatureId": "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",
|
|
393
|
-
"target": {
|
|
394
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
395
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
396
|
-
"metadataToken": 100663572
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
|
-
"exposedConstructors": [
|
|
401
|
-
{
|
|
402
|
-
"isStatic": false,
|
|
403
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
404
|
-
"target": {
|
|
405
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
406
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
407
|
-
"metadataToken": 100663573
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"isStatic": false,
|
|
412
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
413
|
-
"target": {
|
|
414
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
415
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
416
|
-
"metadataToken": 100663574
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
375
|
]
|
|
420
376
|
},
|
|
421
377
|
{
|
|
422
378
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
423
379
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
424
|
-
"tsEmitName": "ReferenceAssemblyPathResolver",
|
|
425
380
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
426
381
|
"metadataToken": 0,
|
|
382
|
+
"kind": "Class",
|
|
383
|
+
"accessibility": "Public",
|
|
384
|
+
"isAbstract": false,
|
|
385
|
+
"isSealed": false,
|
|
386
|
+
"isStatic": false,
|
|
387
|
+
"arity": 0,
|
|
388
|
+
"baseType": {
|
|
389
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
390
|
+
"clrName": "System.Object"
|
|
391
|
+
},
|
|
392
|
+
"interfaces": [
|
|
393
|
+
{
|
|
394
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
395
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
396
|
+
}
|
|
397
|
+
],
|
|
427
398
|
"methods": [
|
|
428
399
|
{
|
|
429
400
|
"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",
|
|
430
401
|
"clrName": "TryResolveAssemblyPaths",
|
|
431
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
432
402
|
"metadataToken": 100663584,
|
|
433
403
|
"canonicalSignature": "(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",
|
|
434
404
|
"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",
|
|
435
405
|
"emitScope": "ClassSurface",
|
|
406
|
+
"provenance": "Original",
|
|
436
407
|
"arity": 0,
|
|
437
408
|
"parameterCount": 2,
|
|
409
|
+
"isStatic": false,
|
|
410
|
+
"isAbstract": false,
|
|
411
|
+
"isVirtual": true,
|
|
412
|
+
"isOverride": false,
|
|
413
|
+
"isSealed": true,
|
|
414
|
+
"visibility": "Public",
|
|
438
415
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
439
416
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
440
417
|
"isExtensionMethod": false
|
|
@@ -442,16 +419,23 @@
|
|
|
442
419
|
{
|
|
443
420
|
"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",
|
|
444
421
|
"clrName": "TryResolveAssemblyPaths",
|
|
445
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
446
422
|
"metadataToken": 100663572,
|
|
447
423
|
"canonicalSignature": "(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",
|
|
448
424
|
"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",
|
|
449
425
|
"emitScope": "ViewOnly",
|
|
426
|
+
"provenance": "ExplicitView",
|
|
450
427
|
"arity": 0,
|
|
451
428
|
"parameterCount": 2,
|
|
429
|
+
"isStatic": false,
|
|
430
|
+
"isAbstract": false,
|
|
431
|
+
"isVirtual": true,
|
|
432
|
+
"isOverride": false,
|
|
433
|
+
"isSealed": false,
|
|
434
|
+
"visibility": "Public",
|
|
452
435
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
453
436
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
454
|
-
"isExtensionMethod": false
|
|
437
|
+
"isExtensionMethod": false,
|
|
438
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
455
439
|
}
|
|
456
440
|
],
|
|
457
441
|
"properties": [],
|
|
@@ -465,6 +449,7 @@
|
|
|
465
449
|
"normalizedSignature": "constructor|():void|static=false",
|
|
466
450
|
"isStatic": false,
|
|
467
451
|
"parameterCount": 0,
|
|
452
|
+
"visibility": "Public",
|
|
468
453
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
469
454
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
470
455
|
},
|
|
@@ -475,51 +460,10 @@
|
|
|
475
460
|
"normalizedSignature": "constructor|(System.String,System.String[]):void|static=false",
|
|
476
461
|
"isStatic": false,
|
|
477
462
|
"parameterCount": 2,
|
|
463
|
+
"visibility": "Public",
|
|
478
464
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
479
465
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
480
466
|
}
|
|
481
|
-
],
|
|
482
|
-
"exposedMethods": [
|
|
483
|
-
{
|
|
484
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
485
|
-
"isStatic": false,
|
|
486
|
-
"tsSignatureId": "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",
|
|
487
|
-
"target": {
|
|
488
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
489
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
490
|
-
"metadataToken": 100663584
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
495
|
-
"isStatic": false,
|
|
496
|
-
"tsSignatureId": "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",
|
|
497
|
-
"target": {
|
|
498
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
499
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
500
|
-
"metadataToken": 100663572
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"exposedConstructors": [
|
|
505
|
-
{
|
|
506
|
-
"isStatic": false,
|
|
507
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
508
|
-
"target": {
|
|
509
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
510
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
511
|
-
"metadataToken": 100663580
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"isStatic": false,
|
|
516
|
-
"tsSignatureId": "constructor|(System.String,System.String[]):void|static=false",
|
|
517
|
-
"target": {
|
|
518
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
519
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
520
|
-
"metadataToken": 100663581
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
467
|
]
|
|
524
468
|
}
|
|
525
469
|
]
|