@tsonic/microsoft-extensions 0.1.2 → 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 (165) hide show
  1. package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
  2. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
  3. package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
  4. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
  5. package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
  6. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
  7. package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
  8. package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
  9. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
  10. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
  11. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
  12. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
  13. package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
  14. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
  15. package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
  16. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
  17. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
  18. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
  19. package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
  20. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
  21. package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
  22. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
  23. package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
  24. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
  25. package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
  26. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
  27. package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
  28. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
  29. package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
  30. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
  31. package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
  32. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
  33. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
  34. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
  35. package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
  36. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
  37. package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
  38. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
  39. package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
  40. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
  41. package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
  42. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
  43. package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
  44. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
  45. package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
  46. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
  47. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
  48. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
  49. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
  50. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
  51. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
  52. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
  53. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
  54. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
  55. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
  56. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
  57. package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
  58. package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
  59. package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
  60. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
  61. package/Microsoft.Extensions.Http/bindings.json +93 -160
  62. package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
  63. package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
  64. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
  65. package/Microsoft.Extensions.Internal/bindings.json +32 -51
  66. package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
  67. package/Microsoft.Extensions.Localization/bindings.json +294 -531
  68. package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
  69. package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
  70. package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
  71. package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
  72. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
  73. package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
  74. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
  75. package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
  76. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
  77. package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
  78. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
  79. package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
  80. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
  81. package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
  82. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
  83. package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
  84. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
  85. package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
  86. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
  87. package/Microsoft.Extensions.Options/bindings.json +1780 -3480
  88. package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
  89. package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
  90. package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
  91. package/Microsoft.Extensions.Validation/bindings.json +196 -336
  92. package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
  93. package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
  94. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
  95. package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
  96. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
  97. package/System.Diagnostics/bindings.json +560 -1240
  98. package/System.Diagnostics/internal/index.d.ts +94 -94
  99. package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
  100. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
  101. package/System.Net.Http/bindings.json +56 -60
  102. package/System.Net.Http/internal/index.d.ts +4 -4
  103. package/System.Security.Cryptography/bindings.json +101 -208
  104. package/System.Security.Cryptography/internal/index.d.ts +14 -14
  105. package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
  106. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
  107. package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
  108. package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
  109. package/__build/scripts/generate.sh +4 -4
  110. package/__internal/extensions/index.d.ts +426 -426
  111. package/package.json +3 -3
  112. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
  113. package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
  114. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
  115. package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
  116. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
  117. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
  118. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
  119. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
  120. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
  121. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
  122. package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
  123. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
  124. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
  125. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
  126. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
  127. package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
  128. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
  129. package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
  130. package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
  131. package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
  132. package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
  133. package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
  134. package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
  135. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
  136. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
  137. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
  138. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
  139. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
  140. package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
  141. package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
  142. package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
  143. package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
  144. package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
  145. package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
  146. package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
  147. package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
  148. package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
  149. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
  150. package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
  151. package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
  152. package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
  153. package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
  154. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
  155. package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
  156. package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
  157. package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
  158. package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
  159. package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
  160. package/System.Diagnostics/internal/metadata.json +0 -1694
  161. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
  162. package/System.Net.Http/internal/metadata.json +0 -141
  163. package/System.Security.Cryptography/internal/metadata.json +0 -302
  164. package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
  165. package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
@@ -1,713 +0,0 @@
1
- {
2
- "namespace": "Microsoft.Extensions.DependencyInjection.Extensions",
3
- "contributingAssemblies": [
4
- "Microsoft.Extensions.DependencyInjection.Abstractions"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions",
9
- "clrName": "Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions",
10
- "tsEmitName": "ServiceCollectionDescriptorExtensions",
11
- "kind": "StaticNamespace",
12
- "accessibility": "Public",
13
- "isAbstract": true,
14
- "isSealed": true,
15
- "isStatic": true,
16
- "arity": 0,
17
- "methods": [
18
- {
19
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):Microsoft.Extensions.DependencyInjection.IServiceCollection",
20
- "clrName": "Add",
21
- "tsEmitName": "add",
22
- "normalizedSignature": "Add|(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
23
- "provenance": "Original",
24
- "emitScope": "ClassSurface",
25
- "isStatic": true,
26
- "isAbstract": false,
27
- "isVirtual": false,
28
- "isOverride": false,
29
- "isSealed": false,
30
- "arity": 0,
31
- "parameterCount": 2,
32
- "isExtensionMethod": true
33
- },
34
- {
35
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyInjection.ServiceDescriptor,Microsoft.Extensions.DependencyInjection.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection",
36
- "clrName": "Add",
37
- "tsEmitName": "add",
38
- "normalizedSignature": "Add|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyInjection.ServiceDescriptor,Microsoft.Extensions.DependencyInjection.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
39
- "provenance": "Original",
40
- "emitScope": "ClassSurface",
41
- "isStatic": true,
42
- "isAbstract": false,
43
- "isVirtual": false,
44
- "isOverride": false,
45
- "isSealed": false,
46
- "arity": 0,
47
- "parameterCount": 2,
48
- "isExtensionMethod": true
49
- },
50
- {
51
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):System.Void",
52
- "clrName": "TryAdd",
53
- "tsEmitName": "tryAdd",
54
- "normalizedSignature": "TryAdd|(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):System.Void|static=true",
55
- "provenance": "Original",
56
- "emitScope": "ClassSurface",
57
- "isStatic": true,
58
- "isAbstract": false,
59
- "isVirtual": false,
60
- "isOverride": false,
61
- "isSealed": false,
62
- "arity": 0,
63
- "parameterCount": 2,
64
- "isExtensionMethod": true
65
- },
66
- {
67
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyInjection.ServiceDescriptor,Microsoft.Extensions.DependencyInjection.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
68
- "clrName": "TryAdd",
69
- "tsEmitName": "tryAdd",
70
- "normalizedSignature": "TryAdd|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyInjection.ServiceDescriptor,Microsoft.Extensions.DependencyInjection.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=true",
71
- "provenance": "Original",
72
- "emitScope": "ClassSurface",
73
- "isStatic": true,
74
- "isAbstract": false,
75
- "isVirtual": false,
76
- "isOverride": false,
77
- "isSealed": false,
78
- "arity": 0,
79
- "parameterCount": 2,
80
- "isExtensionMethod": true
81
- },
82
- {
83
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):System.Void",
84
- "clrName": "TryAddTransient",
85
- "tsEmitName": "tryAddTransient",
86
- "normalizedSignature": "TryAddTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):System.Void|static=true",
87
- "provenance": "Original",
88
- "emitScope": "ClassSurface",
89
- "isStatic": true,
90
- "isAbstract": false,
91
- "isVirtual": false,
92
- "isOverride": false,
93
- "isSealed": false,
94
- "arity": 0,
95
- "parameterCount": 2,
96
- "isExtensionMethod": true
97
- },
98
- {
99
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type):System.Void",
100
- "clrName": "TryAddTransient",
101
- "tsEmitName": "tryAddTransient",
102
- "normalizedSignature": "TryAddTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type):System.Void|static=true",
103
- "provenance": "Original",
104
- "emitScope": "ClassSurface",
105
- "isStatic": true,
106
- "isAbstract": false,
107
- "isVirtual": false,
108
- "isOverride": false,
109
- "isSealed": false,
110
- "arity": 0,
111
- "parameterCount": 3,
112
- "isExtensionMethod": true
113
- },
114
- {
115
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func_2[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
116
- "clrName": "TryAddTransient",
117
- "tsEmitName": "tryAddTransient",
118
- "normalizedSignature": "TryAddTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func_2[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
119
- "provenance": "Original",
120
- "emitScope": "ClassSurface",
121
- "isStatic": true,
122
- "isAbstract": false,
123
- "isVirtual": false,
124
- "isOverride": false,
125
- "isSealed": false,
126
- "arity": 0,
127
- "parameterCount": 3,
128
- "isExtensionMethod": true
129
- },
130
- {
131
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
132
- "clrName": "TryAddTransient",
133
- "tsEmitName": "tryAddTransient",
134
- "normalizedSignature": "TryAddTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=true",
135
- "provenance": "Original",
136
- "emitScope": "ClassSurface",
137
- "isStatic": true,
138
- "isAbstract": false,
139
- "isVirtual": false,
140
- "isOverride": false,
141
- "isSealed": false,
142
- "arity": 1,
143
- "parameterCount": 1,
144
- "isExtensionMethod": true
145
- },
146
- {
147
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,Func_2):System.Void",
148
- "clrName": "TryAddTransient",
149
- "tsEmitName": "tryAddTransient",
150
- "normalizedSignature": "TryAddTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,Func_2):System.Void|static=true",
151
- "provenance": "Original",
152
- "emitScope": "ClassSurface",
153
- "isStatic": true,
154
- "isAbstract": false,
155
- "isVirtual": false,
156
- "isOverride": false,
157
- "isSealed": false,
158
- "arity": 1,
159
- "parameterCount": 2,
160
- "isExtensionMethod": true
161
- },
162
- {
163
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):System.Void",
164
- "clrName": "TryAddScoped",
165
- "tsEmitName": "tryAddScoped",
166
- "normalizedSignature": "TryAddScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):System.Void|static=true",
167
- "provenance": "Original",
168
- "emitScope": "ClassSurface",
169
- "isStatic": true,
170
- "isAbstract": false,
171
- "isVirtual": false,
172
- "isOverride": false,
173
- "isSealed": false,
174
- "arity": 0,
175
- "parameterCount": 2,
176
- "isExtensionMethod": true
177
- },
178
- {
179
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type):System.Void",
180
- "clrName": "TryAddScoped",
181
- "tsEmitName": "tryAddScoped",
182
- "normalizedSignature": "TryAddScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type):System.Void|static=true",
183
- "provenance": "Original",
184
- "emitScope": "ClassSurface",
185
- "isStatic": true,
186
- "isAbstract": false,
187
- "isVirtual": false,
188
- "isOverride": false,
189
- "isSealed": false,
190
- "arity": 0,
191
- "parameterCount": 3,
192
- "isExtensionMethod": true
193
- },
194
- {
195
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func_2[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
196
- "clrName": "TryAddScoped",
197
- "tsEmitName": "tryAddScoped",
198
- "normalizedSignature": "TryAddScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func_2[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
199
- "provenance": "Original",
200
- "emitScope": "ClassSurface",
201
- "isStatic": true,
202
- "isAbstract": false,
203
- "isVirtual": false,
204
- "isOverride": false,
205
- "isSealed": false,
206
- "arity": 0,
207
- "parameterCount": 3,
208
- "isExtensionMethod": true
209
- },
210
- {
211
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
212
- "clrName": "TryAddScoped",
213
- "tsEmitName": "tryAddScoped",
214
- "normalizedSignature": "TryAddScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=true",
215
- "provenance": "Original",
216
- "emitScope": "ClassSurface",
217
- "isStatic": true,
218
- "isAbstract": false,
219
- "isVirtual": false,
220
- "isOverride": false,
221
- "isSealed": false,
222
- "arity": 1,
223
- "parameterCount": 1,
224
- "isExtensionMethod": true
225
- },
226
- {
227
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,Func_2):System.Void",
228
- "clrName": "TryAddScoped",
229
- "tsEmitName": "tryAddScoped",
230
- "normalizedSignature": "TryAddScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,Func_2):System.Void|static=true",
231
- "provenance": "Original",
232
- "emitScope": "ClassSurface",
233
- "isStatic": true,
234
- "isAbstract": false,
235
- "isVirtual": false,
236
- "isOverride": false,
237
- "isSealed": false,
238
- "arity": 1,
239
- "parameterCount": 2,
240
- "isExtensionMethod": true
241
- },
242
- {
243
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):System.Void",
244
- "clrName": "TryAddSingleton",
245
- "tsEmitName": "tryAddSingleton",
246
- "normalizedSignature": "TryAddSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):System.Void|static=true",
247
- "provenance": "Original",
248
- "emitScope": "ClassSurface",
249
- "isStatic": true,
250
- "isAbstract": false,
251
- "isVirtual": false,
252
- "isOverride": false,
253
- "isSealed": false,
254
- "arity": 0,
255
- "parameterCount": 2,
256
- "isExtensionMethod": true
257
- },
258
- {
259
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type):System.Void",
260
- "clrName": "TryAddSingleton",
261
- "tsEmitName": "tryAddSingleton",
262
- "normalizedSignature": "TryAddSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type):System.Void|static=true",
263
- "provenance": "Original",
264
- "emitScope": "ClassSurface",
265
- "isStatic": true,
266
- "isAbstract": false,
267
- "isVirtual": false,
268
- "isOverride": false,
269
- "isSealed": false,
270
- "arity": 0,
271
- "parameterCount": 3,
272
- "isExtensionMethod": true
273
- },
274
- {
275
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func_2[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
276
- "clrName": "TryAddSingleton",
277
- "tsEmitName": "tryAddSingleton",
278
- "normalizedSignature": "TryAddSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func_2[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
279
- "provenance": "Original",
280
- "emitScope": "ClassSurface",
281
- "isStatic": true,
282
- "isAbstract": false,
283
- "isVirtual": false,
284
- "isOverride": false,
285
- "isSealed": false,
286
- "arity": 0,
287
- "parameterCount": 3,
288
- "isExtensionMethod": true
289
- },
290
- {
291
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void",
292
- "clrName": "TryAddSingleton",
293
- "tsEmitName": "tryAddSingleton",
294
- "normalizedSignature": "TryAddSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection):System.Void|static=true",
295
- "provenance": "Original",
296
- "emitScope": "ClassSurface",
297
- "isStatic": true,
298
- "isAbstract": false,
299
- "isVirtual": false,
300
- "isOverride": false,
301
- "isSealed": false,
302
- "arity": 1,
303
- "parameterCount": 1,
304
- "isExtensionMethod": true
305
- },
306
- {
307
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,TService):System.Void",
308
- "clrName": "TryAddSingleton",
309
- "tsEmitName": "tryAddSingleton",
310
- "normalizedSignature": "TryAddSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,TService):System.Void|static=true",
311
- "provenance": "Original",
312
- "emitScope": "ClassSurface",
313
- "isStatic": true,
314
- "isAbstract": false,
315
- "isVirtual": false,
316
- "isOverride": false,
317
- "isSealed": false,
318
- "arity": 1,
319
- "parameterCount": 2,
320
- "isExtensionMethod": true
321
- },
322
- {
323
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,Func_2):System.Void",
324
- "clrName": "TryAddSingleton",
325
- "tsEmitName": "tryAddSingleton",
326
- "normalizedSignature": "TryAddSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,Func_2):System.Void|static=true",
327
- "provenance": "Original",
328
- "emitScope": "ClassSurface",
329
- "isStatic": true,
330
- "isAbstract": false,
331
- "isVirtual": false,
332
- "isOverride": false,
333
- "isSealed": false,
334
- "arity": 1,
335
- "parameterCount": 2,
336
- "isExtensionMethod": true
337
- },
338
- {
339
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):System.Void",
340
- "clrName": "TryAddEnumerable",
341
- "tsEmitName": "tryAddEnumerable",
342
- "normalizedSignature": "TryAddEnumerable|(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):System.Void|static=true",
343
- "provenance": "Original",
344
- "emitScope": "ClassSurface",
345
- "isStatic": true,
346
- "isAbstract": false,
347
- "isVirtual": false,
348
- "isOverride": false,
349
- "isSealed": false,
350
- "arity": 0,
351
- "parameterCount": 2,
352
- "isExtensionMethod": true
353
- },
354
- {
355
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyInjection.ServiceDescriptor,Microsoft.Extensions.DependencyInjection.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void",
356
- "clrName": "TryAddEnumerable",
357
- "tsEmitName": "tryAddEnumerable",
358
- "normalizedSignature": "TryAddEnumerable|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyInjection.ServiceDescriptor,Microsoft.Extensions.DependencyInjection.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Void|static=true",
359
- "provenance": "Original",
360
- "emitScope": "ClassSurface",
361
- "isStatic": true,
362
- "isAbstract": false,
363
- "isVirtual": false,
364
- "isOverride": false,
365
- "isSealed": false,
366
- "arity": 0,
367
- "parameterCount": 2,
368
- "isExtensionMethod": true
369
- },
370
- {
371
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::Replace(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):Microsoft.Extensions.DependencyInjection.IServiceCollection",
372
- "clrName": "Replace",
373
- "tsEmitName": "replace",
374
- "normalizedSignature": "Replace|(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
375
- "provenance": "Original",
376
- "emitScope": "ClassSurface",
377
- "isStatic": true,
378
- "isAbstract": false,
379
- "isVirtual": false,
380
- "isOverride": false,
381
- "isSealed": false,
382
- "arity": 0,
383
- "parameterCount": 2,
384
- "isExtensionMethod": true
385
- },
386
- {
387
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::RemoveAll(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection",
388
- "clrName": "RemoveAll",
389
- "tsEmitName": "removeAll",
390
- "normalizedSignature": "RemoveAll|(Microsoft.Extensions.DependencyInjection.IServiceCollection):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
391
- "provenance": "Original",
392
- "emitScope": "ClassSurface",
393
- "isStatic": true,
394
- "isAbstract": false,
395
- "isVirtual": false,
396
- "isOverride": false,
397
- "isSealed": false,
398
- "arity": 1,
399
- "parameterCount": 1,
400
- "isExtensionMethod": true
401
- },
402
- {
403
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::RemoveAll(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):Microsoft.Extensions.DependencyInjection.IServiceCollection",
404
- "clrName": "RemoveAll",
405
- "tsEmitName": "removeAll",
406
- "normalizedSignature": "RemoveAll|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
407
- "provenance": "Original",
408
- "emitScope": "ClassSurface",
409
- "isStatic": true,
410
- "isAbstract": false,
411
- "isVirtual": false,
412
- "isOverride": false,
413
- "isSealed": false,
414
- "arity": 0,
415
- "parameterCount": 2,
416
- "isExtensionMethod": true
417
- },
418
- {
419
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):System.Void",
420
- "clrName": "TryAddKeyedTransient",
421
- "tsEmitName": "tryAddKeyedTransient",
422
- "normalizedSignature": "TryAddKeyedTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):System.Void|static=true",
423
- "provenance": "Original",
424
- "emitScope": "ClassSurface",
425
- "isStatic": true,
426
- "isAbstract": false,
427
- "isVirtual": false,
428
- "isOverride": false,
429
- "isSealed": false,
430
- "arity": 0,
431
- "parameterCount": 3,
432
- "isExtensionMethod": true
433
- },
434
- {
435
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type):System.Void",
436
- "clrName": "TryAddKeyedTransient",
437
- "tsEmitName": "tryAddKeyedTransient",
438
- "normalizedSignature": "TryAddKeyedTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type):System.Void|static=true",
439
- "provenance": "Original",
440
- "emitScope": "ClassSurface",
441
- "isStatic": true,
442
- "isAbstract": false,
443
- "isVirtual": false,
444
- "isOverride": false,
445
- "isSealed": false,
446
- "arity": 0,
447
- "parameterCount": 4,
448
- "isExtensionMethod": true
449
- },
450
- {
451
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func_3[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
452
- "clrName": "TryAddKeyedTransient",
453
- "tsEmitName": "tryAddKeyedTransient",
454
- "normalizedSignature": "TryAddKeyedTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func_3[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
455
- "provenance": "Original",
456
- "emitScope": "ClassSurface",
457
- "isStatic": true,
458
- "isAbstract": false,
459
- "isVirtual": false,
460
- "isOverride": false,
461
- "isSealed": false,
462
- "arity": 0,
463
- "parameterCount": 4,
464
- "isExtensionMethod": true
465
- },
466
- {
467
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):System.Void",
468
- "clrName": "TryAddKeyedTransient",
469
- "tsEmitName": "tryAddKeyedTransient",
470
- "normalizedSignature": "TryAddKeyedTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):System.Void|static=true",
471
- "provenance": "Original",
472
- "emitScope": "ClassSurface",
473
- "isStatic": true,
474
- "isAbstract": false,
475
- "isVirtual": false,
476
- "isOverride": false,
477
- "isSealed": false,
478
- "arity": 1,
479
- "parameterCount": 2,
480
- "isExtensionMethod": true
481
- },
482
- {
483
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,Func_3):System.Void",
484
- "clrName": "TryAddKeyedTransient",
485
- "tsEmitName": "tryAddKeyedTransient",
486
- "normalizedSignature": "TryAddKeyedTransient|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,Func_3):System.Void|static=true",
487
- "provenance": "Original",
488
- "emitScope": "ClassSurface",
489
- "isStatic": true,
490
- "isAbstract": false,
491
- "isVirtual": false,
492
- "isOverride": false,
493
- "isSealed": false,
494
- "arity": 1,
495
- "parameterCount": 3,
496
- "isExtensionMethod": true
497
- },
498
- {
499
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):System.Void",
500
- "clrName": "TryAddKeyedScoped",
501
- "tsEmitName": "tryAddKeyedScoped",
502
- "normalizedSignature": "TryAddKeyedScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):System.Void|static=true",
503
- "provenance": "Original",
504
- "emitScope": "ClassSurface",
505
- "isStatic": true,
506
- "isAbstract": false,
507
- "isVirtual": false,
508
- "isOverride": false,
509
- "isSealed": false,
510
- "arity": 0,
511
- "parameterCount": 3,
512
- "isExtensionMethod": true
513
- },
514
- {
515
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type):System.Void",
516
- "clrName": "TryAddKeyedScoped",
517
- "tsEmitName": "tryAddKeyedScoped",
518
- "normalizedSignature": "TryAddKeyedScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type):System.Void|static=true",
519
- "provenance": "Original",
520
- "emitScope": "ClassSurface",
521
- "isStatic": true,
522
- "isAbstract": false,
523
- "isVirtual": false,
524
- "isOverride": false,
525
- "isSealed": false,
526
- "arity": 0,
527
- "parameterCount": 4,
528
- "isExtensionMethod": true
529
- },
530
- {
531
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func_3[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
532
- "clrName": "TryAddKeyedScoped",
533
- "tsEmitName": "tryAddKeyedScoped",
534
- "normalizedSignature": "TryAddKeyedScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func_3[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
535
- "provenance": "Original",
536
- "emitScope": "ClassSurface",
537
- "isStatic": true,
538
- "isAbstract": false,
539
- "isVirtual": false,
540
- "isOverride": false,
541
- "isSealed": false,
542
- "arity": 0,
543
- "parameterCount": 4,
544
- "isExtensionMethod": true
545
- },
546
- {
547
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):System.Void",
548
- "clrName": "TryAddKeyedScoped",
549
- "tsEmitName": "tryAddKeyedScoped",
550
- "normalizedSignature": "TryAddKeyedScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):System.Void|static=true",
551
- "provenance": "Original",
552
- "emitScope": "ClassSurface",
553
- "isStatic": true,
554
- "isAbstract": false,
555
- "isVirtual": false,
556
- "isOverride": false,
557
- "isSealed": false,
558
- "arity": 1,
559
- "parameterCount": 2,
560
- "isExtensionMethod": true
561
- },
562
- {
563
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,Func_3):System.Void",
564
- "clrName": "TryAddKeyedScoped",
565
- "tsEmitName": "tryAddKeyedScoped",
566
- "normalizedSignature": "TryAddKeyedScoped|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,Func_3):System.Void|static=true",
567
- "provenance": "Original",
568
- "emitScope": "ClassSurface",
569
- "isStatic": true,
570
- "isAbstract": false,
571
- "isVirtual": false,
572
- "isOverride": false,
573
- "isSealed": false,
574
- "arity": 1,
575
- "parameterCount": 3,
576
- "isExtensionMethod": true
577
- },
578
- {
579
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):System.Void",
580
- "clrName": "TryAddKeyedSingleton",
581
- "tsEmitName": "tryAddKeyedSingleton",
582
- "normalizedSignature": "TryAddKeyedSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):System.Void|static=true",
583
- "provenance": "Original",
584
- "emitScope": "ClassSurface",
585
- "isStatic": true,
586
- "isAbstract": false,
587
- "isVirtual": false,
588
- "isOverride": false,
589
- "isSealed": false,
590
- "arity": 0,
591
- "parameterCount": 3,
592
- "isExtensionMethod": true
593
- },
594
- {
595
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type):System.Void",
596
- "clrName": "TryAddKeyedSingleton",
597
- "tsEmitName": "tryAddKeyedSingleton",
598
- "normalizedSignature": "TryAddKeyedSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type):System.Void|static=true",
599
- "provenance": "Original",
600
- "emitScope": "ClassSurface",
601
- "isStatic": true,
602
- "isAbstract": false,
603
- "isVirtual": false,
604
- "isOverride": false,
605
- "isSealed": false,
606
- "arity": 0,
607
- "parameterCount": 4,
608
- "isExtensionMethod": true
609
- },
610
- {
611
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func_3[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
612
- "clrName": "TryAddKeyedSingleton",
613
- "tsEmitName": "tryAddKeyedSingleton",
614
- "normalizedSignature": "TryAddKeyedSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func_3[[System.IServiceProvider,System.ComponentModel,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=true",
615
- "provenance": "Original",
616
- "emitScope": "ClassSurface",
617
- "isStatic": true,
618
- "isAbstract": false,
619
- "isVirtual": false,
620
- "isOverride": false,
621
- "isSealed": false,
622
- "arity": 0,
623
- "parameterCount": 4,
624
- "isExtensionMethod": true
625
- },
626
- {
627
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):System.Void",
628
- "clrName": "TryAddKeyedSingleton",
629
- "tsEmitName": "tryAddKeyedSingleton",
630
- "normalizedSignature": "TryAddKeyedSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):System.Void|static=true",
631
- "provenance": "Original",
632
- "emitScope": "ClassSurface",
633
- "isStatic": true,
634
- "isAbstract": false,
635
- "isVirtual": false,
636
- "isOverride": false,
637
- "isSealed": false,
638
- "arity": 1,
639
- "parameterCount": 2,
640
- "isExtensionMethod": true
641
- },
642
- {
643
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,TService):System.Void",
644
- "clrName": "TryAddKeyedSingleton",
645
- "tsEmitName": "tryAddKeyedSingleton",
646
- "normalizedSignature": "TryAddKeyedSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,TService):System.Void|static=true",
647
- "provenance": "Original",
648
- "emitScope": "ClassSurface",
649
- "isStatic": true,
650
- "isAbstract": false,
651
- "isVirtual": false,
652
- "isOverride": false,
653
- "isSealed": false,
654
- "arity": 1,
655
- "parameterCount": 3,
656
- "isExtensionMethod": true
657
- },
658
- {
659
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,Func_3):System.Void",
660
- "clrName": "TryAddKeyedSingleton",
661
- "tsEmitName": "tryAddKeyedSingleton",
662
- "normalizedSignature": "TryAddKeyedSingleton|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,Func_3):System.Void|static=true",
663
- "provenance": "Original",
664
- "emitScope": "ClassSurface",
665
- "isStatic": true,
666
- "isAbstract": false,
667
- "isVirtual": false,
668
- "isOverride": false,
669
- "isSealed": false,
670
- "arity": 1,
671
- "parameterCount": 3,
672
- "isExtensionMethod": true
673
- },
674
- {
675
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::RemoveAllKeyed(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):Microsoft.Extensions.DependencyInjection.IServiceCollection",
676
- "clrName": "RemoveAllKeyed",
677
- "tsEmitName": "removeAllKeyed",
678
- "normalizedSignature": "RemoveAllKeyed|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
679
- "provenance": "Original",
680
- "emitScope": "ClassSurface",
681
- "isStatic": true,
682
- "isAbstract": false,
683
- "isVirtual": false,
684
- "isOverride": false,
685
- "isSealed": false,
686
- "arity": 1,
687
- "parameterCount": 2,
688
- "isExtensionMethod": true
689
- },
690
- {
691
- "stableId": "Microsoft.Extensions.DependencyInjection.Abstractions:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions::RemoveAllKeyed(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):Microsoft.Extensions.DependencyInjection.IServiceCollection",
692
- "clrName": "RemoveAllKeyed",
693
- "tsEmitName": "removeAllKeyed",
694
- "normalizedSignature": "RemoveAllKeyed|(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object):Microsoft.Extensions.DependencyInjection.IServiceCollection|static=true",
695
- "provenance": "Original",
696
- "emitScope": "ClassSurface",
697
- "isStatic": true,
698
- "isAbstract": false,
699
- "isVirtual": false,
700
- "isOverride": false,
701
- "isSealed": false,
702
- "arity": 0,
703
- "parameterCount": 3,
704
- "isExtensionMethod": true
705
- }
706
- ],
707
- "properties": [],
708
- "fields": [],
709
- "events": [],
710
- "constructors": []
711
- }
712
- ]
713
- }