@tsonic/microsoft-extensions 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/Microsoft.Extensions.Caching.Distributed/bindings.json +16 -16
  2. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +8 -8
  3. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +8 -8
  4. package/Microsoft.Extensions.Caching.Memory/bindings.json +14 -14
  5. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +7 -7
  6. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +7 -7
  7. package/Microsoft.Extensions.Configuration/bindings.json +18 -18
  8. package/Microsoft.Extensions.Configuration/internal/index.d.ts +11 -11
  9. package/Microsoft.Extensions.Configuration/internal/metadata.json +9 -9
  10. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +2 -2
  11. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +1 -1
  12. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +1 -1
  13. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +2 -2
  14. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +1 -1
  15. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +1 -1
  16. package/Microsoft.Extensions.Configuration.Ini/bindings.json +4 -4
  17. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +2 -2
  18. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +2 -2
  19. package/Microsoft.Extensions.Configuration.Json/bindings.json +4 -4
  20. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +2 -2
  21. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +2 -2
  22. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +2 -2
  23. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +1 -1
  24. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +1 -1
  25. package/Microsoft.Extensions.Configuration.Memory/bindings.json +2 -2
  26. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +1 -1
  27. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +1 -1
  28. package/Microsoft.Extensions.Configuration.Xml/bindings.json +4 -4
  29. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +2 -2
  30. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +2 -2
  31. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +1 -1
  32. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +2 -2
  33. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +1 -1
  34. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +1 -1
  35. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +18 -18
  36. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +9 -9
  37. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +9 -9
  38. package/Microsoft.Extensions.Logging/internal/index.d.ts +1 -1
  39. package/Microsoft.Extensions.Logging.Console/bindings.json +4 -4
  40. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +2 -2
  41. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +2 -2
  42. package/Microsoft.Extensions.ObjectPool/bindings.json +22 -22
  43. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +9 -9
  44. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +11 -11
  45. package/Microsoft.Extensions.Options/bindings.json +8 -8
  46. package/Microsoft.Extensions.Options/internal/index.d.ts +4 -4
  47. package/Microsoft.Extensions.Options/internal/metadata.json +4 -4
  48. package/Microsoft.Extensions.Validation/internal/index.d.ts +2 -2
  49. package/System.Diagnostics/bindings.json +4 -4
  50. package/System.Diagnostics/internal/index.d.ts +10 -10
  51. package/System.Diagnostics/internal/metadata.json +2 -2
  52. package/System.Diagnostics.Eventing.Reader/bindings.json +2 -2
  53. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +1 -1
  54. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +1 -1
  55. package/System.Security.Cryptography.Pkcs/bindings.json +18 -18
  56. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +8 -8
  57. package/System.Security.Cryptography.Pkcs/internal/metadata.json +8 -8
  58. package/System.Security.Cryptography.Xml/bindings.json +8 -8
  59. package/System.Security.Cryptography.Xml/internal/index.d.ts +15 -15
  60. package/System.Security.Cryptography.Xml/internal/metadata.json +3 -3
  61. package/__internal/extensions/index.d.ts +15 -15
  62. package/package.json +1 -1
@@ -39,7 +39,7 @@
39
39
  {
40
40
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache::Set(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
41
41
  "clrName": "Set",
42
- "tsEmitName": "set_",
42
+ "tsEmitName": "set",
43
43
  "metadataToken": 100663349,
44
44
  "canonicalSignature": "(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
45
45
  "normalizedSignature": "Set|(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
@@ -67,7 +67,7 @@
67
67
  {
68
68
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Get(System.String):System.Byte[]",
69
69
  "clrName": "Get",
70
- "tsEmitName": "get_",
70
+ "tsEmitName": "get",
71
71
  "metadataToken": 100663351,
72
72
  "canonicalSignature": "(System.String):System.Byte[]",
73
73
  "normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
@@ -95,7 +95,7 @@
95
95
  {
96
96
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
97
97
  "clrName": "Set",
98
- "tsEmitName": "set_",
98
+ "tsEmitName": "set",
99
99
  "metadataToken": 100663353,
100
100
  "canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
101
101
  "normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
@@ -175,7 +175,7 @@
175
175
  }
176
176
  },
177
177
  {
178
- "tsName": "set_",
178
+ "tsName": "set",
179
179
  "isStatic": false,
180
180
  "tsSignatureId": "Set|(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
181
181
  "target": {
@@ -195,7 +195,7 @@
195
195
  }
196
196
  },
197
197
  {
198
- "tsName": "get_",
198
+ "tsName": "get",
199
199
  "isStatic": false,
200
200
  "tsSignatureId": "Get|(System.String):System.Byte[]|static=false",
201
201
  "target": {
@@ -215,7 +215,7 @@
215
215
  }
216
216
  },
217
217
  {
218
- "tsName": "set_",
218
+ "tsName": "set",
219
219
  "isStatic": false,
220
220
  "tsSignatureId": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
221
221
  "target": {
@@ -266,7 +266,7 @@
266
266
  {
267
267
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Get(System.String):System.Byte[]",
268
268
  "clrName": "Get",
269
- "tsEmitName": "get_",
269
+ "tsEmitName": "get",
270
270
  "metadataToken": 100663351,
271
271
  "canonicalSignature": "(System.String):System.Byte[]",
272
272
  "normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
@@ -294,7 +294,7 @@
294
294
  {
295
295
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
296
296
  "clrName": "Set",
297
- "tsEmitName": "set_",
297
+ "tsEmitName": "set",
298
298
  "metadataToken": 100663353,
299
299
  "canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
300
300
  "normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
@@ -354,7 +354,7 @@
354
354
  "constructors": [],
355
355
  "exposedMethods": [
356
356
  {
357
- "tsName": "get_",
357
+ "tsName": "get",
358
358
  "isStatic": false,
359
359
  "tsSignatureId": "Get|(System.String):System.Byte[]|static=false",
360
360
  "target": {
@@ -374,7 +374,7 @@
374
374
  }
375
375
  },
376
376
  {
377
- "tsName": "set_",
377
+ "tsName": "set",
378
378
  "isStatic": false,
379
379
  "tsSignatureId": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
380
380
  "target": {
@@ -534,7 +534,7 @@
534
534
  {
535
535
  "stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Get(System.String):System.Byte[]",
536
536
  "clrName": "Get",
537
- "tsEmitName": "get_",
537
+ "tsEmitName": "get",
538
538
  "metadataToken": 100663318,
539
539
  "canonicalSignature": "(System.String):System.Byte[]",
540
540
  "normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
@@ -562,7 +562,7 @@
562
562
  {
563
563
  "stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
564
564
  "clrName": "Set",
565
- "tsEmitName": "set_",
565
+ "tsEmitName": "set",
566
566
  "metadataToken": 100663320,
567
567
  "canonicalSignature": "(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
568
568
  "normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
@@ -755,7 +755,7 @@
755
755
  ],
756
756
  "exposedMethods": [
757
757
  {
758
- "tsName": "get_",
758
+ "tsName": "get",
759
759
  "isStatic": false,
760
760
  "tsSignatureId": "Get|(System.String):System.Byte[]|static=false",
761
761
  "target": {
@@ -775,7 +775,7 @@
775
775
  }
776
776
  },
777
777
  {
778
- "tsName": "set_",
778
+ "tsName": "set",
779
779
  "isStatic": false,
780
780
  "tsSignatureId": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
781
781
  "target": {
@@ -1013,7 +1013,7 @@
1013
1013
  {
1014
1014
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void",
1015
1015
  "clrName": "Set",
1016
- "tsEmitName": "set_",
1016
+ "tsEmitName": "set",
1017
1017
  "metadataToken": 100663338,
1018
1018
  "canonicalSignature": "(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void",
1019
1019
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void|static=true",
@@ -1129,7 +1129,7 @@
1129
1129
  "constructors": [],
1130
1130
  "exposedMethods": [
1131
1131
  {
1132
- "tsName": "set_",
1132
+ "tsName": "set",
1133
1133
  "isStatic": true,
1134
1134
  "tsSignatureId": "Set|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void|static=true",
1135
1135
  "target": {
@@ -16,12 +16,12 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
16
16
  import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
17
17
 
18
18
  export interface IBufferDistributedCache$instance extends IDistributedCache {
19
- get_(key: string): byte[];
19
+ get(key: string): byte[];
20
20
  getAsync(key: string, token?: CancellationToken): Task<byte[] | undefined>;
21
21
  refresh(key: string): void;
22
22
  refreshAsync(key: string, token?: CancellationToken): Task;
23
- set_(key: string, value: ReadOnlySequence<System_Internal.Byte>, options: DistributedCacheEntryOptions): void;
24
- set_(key: string, value: byte[], options: DistributedCacheEntryOptions): void;
23
+ set(key: string, value: ReadOnlySequence<System_Internal.Byte>, options: DistributedCacheEntryOptions): void;
24
+ set(key: string, value: byte[], options: DistributedCacheEntryOptions): void;
25
25
  setAsync(key: string, value: ReadOnlySequence<System_Internal.Byte>, options: DistributedCacheEntryOptions, token?: CancellationToken): ValueTask;
26
26
  setAsync(key: string, value: byte[], options: DistributedCacheEntryOptions, token?: CancellationToken): Task;
27
27
  tryGet(key: string, destination: IBufferWriter<System_Internal.Byte>): boolean;
@@ -32,11 +32,11 @@ export interface IBufferDistributedCache$instance extends IDistributedCache {
32
32
  export type IBufferDistributedCache = IBufferDistributedCache$instance;
33
33
 
34
34
  export interface IDistributedCache$instance {
35
- get_(key: string): byte[];
35
+ get(key: string): byte[];
36
36
  getAsync(key: string, token?: CancellationToken): Task<byte[] | undefined>;
37
37
  refresh(key: string): void;
38
38
  refreshAsync(key: string, token?: CancellationToken): Task;
39
- set_(key: string, value: byte[], options: DistributedCacheEntryOptions): void;
39
+ set(key: string, value: byte[], options: DistributedCacheEntryOptions): void;
40
40
  setAsync(key: string, value: byte[], options: DistributedCacheEntryOptions, token?: CancellationToken): Task;
41
41
  }
42
42
 
@@ -58,13 +58,13 @@ export const DistributedCacheEntryOptions: {
58
58
  export type DistributedCacheEntryOptions = DistributedCacheEntryOptions$instance;
59
59
 
60
60
  export interface MemoryDistributedCache$instance {
61
- get_(key: string): byte[];
61
+ get(key: string): byte[];
62
62
  getAsync(key: string, token?: CancellationToken): Task<byte[] | undefined>;
63
63
  refresh(key: string): void;
64
64
  refreshAsync(key: string, token?: CancellationToken): Task;
65
65
  remove(key: string): void;
66
66
  removeAsync(key: string, token?: CancellationToken): Task;
67
- set_(key: string, value: byte[], options: DistributedCacheEntryOptions): void;
67
+ set(key: string, value: byte[], options: DistributedCacheEntryOptions): void;
68
68
  setAsync(key: string, value: byte[], options: DistributedCacheEntryOptions, token?: CancellationToken): Task;
69
69
  }
70
70
 
@@ -96,7 +96,7 @@ export type DistributedCacheEntryExtensions = DistributedCacheEntryExtensions$in
96
96
  export abstract class DistributedCacheExtensions$instance {
97
97
  static getString(cache: IDistributedCache, key: string): string | undefined;
98
98
  static getStringAsync(cache: IDistributedCache, key: string, token?: CancellationToken): Task<string | undefined>;
99
- static set_(cache: IDistributedCache, key: string, value: byte[]): void;
99
+ static set(cache: IDistributedCache, key: string, value: byte[]): void;
100
100
  static setAsync(cache: IDistributedCache, key: string, value: byte[], token?: CancellationToken): Task;
101
101
  static setString(cache: IDistributedCache, key: string, value: string, options: DistributedCacheEntryOptions): void;
102
102
  static setString(cache: IDistributedCache, key: string, value: string): void;
@@ -51,7 +51,7 @@
51
51
  {
52
52
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IBufferDistributedCache::Set(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
53
53
  "clrName": "Set",
54
- "tsEmitName": "set_",
54
+ "tsEmitName": "set",
55
55
  "normalizedSignature": "Set|(System.String,System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
56
56
  "provenance": "Original",
57
57
  "emitScope": "ClassSurface",
@@ -83,7 +83,7 @@
83
83
  {
84
84
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Get(System.String):System.Byte[]",
85
85
  "clrName": "Get",
86
- "tsEmitName": "get_",
86
+ "tsEmitName": "get",
87
87
  "normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
88
88
  "provenance": "Original",
89
89
  "emitScope": "ClassSurface",
@@ -115,7 +115,7 @@
115
115
  {
116
116
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
117
117
  "clrName": "Set",
118
- "tsEmitName": "set_",
118
+ "tsEmitName": "set",
119
119
  "normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
120
120
  "provenance": "Original",
121
121
  "emitScope": "ClassSurface",
@@ -196,7 +196,7 @@
196
196
  {
197
197
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Get(System.String):System.Byte[]",
198
198
  "clrName": "Get",
199
- "tsEmitName": "get_",
199
+ "tsEmitName": "get",
200
200
  "normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
201
201
  "provenance": "Original",
202
202
  "emitScope": "ClassSurface",
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.IDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
230
230
  "clrName": "Set",
231
- "tsEmitName": "set_",
231
+ "tsEmitName": "set",
232
232
  "normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
233
233
  "provenance": "Original",
234
234
  "emitScope": "ClassSurface",
@@ -377,7 +377,7 @@
377
377
  {
378
378
  "stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Get(System.String):System.Byte[]",
379
379
  "clrName": "Get",
380
- "tsEmitName": "get_",
380
+ "tsEmitName": "get",
381
381
  "normalizedSignature": "Get|(System.String):System.Byte[]|static=false",
382
382
  "provenance": "Original",
383
383
  "emitScope": "ClassSurface",
@@ -409,7 +409,7 @@
409
409
  {
410
410
  "stableId": "Microsoft.Extensions.Caching.Memory:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache::Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void",
411
411
  "clrName": "Set",
412
- "tsEmitName": "set_",
412
+ "tsEmitName": "set",
413
413
  "normalizedSignature": "Set|(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions):System.Void|static=false",
414
414
  "provenance": "Original",
415
415
  "emitScope": "ClassSurface",
@@ -700,7 +700,7 @@
700
700
  {
701
701
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions::Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void",
702
702
  "clrName": "Set",
703
- "tsEmitName": "set_",
703
+ "tsEmitName": "set",
704
704
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[]):System.Void|static=true",
705
705
  "provenance": "Original",
706
706
  "emitScope": "ClassSurface",
@@ -2231,7 +2231,7 @@
2231
2231
  {
2232
2232
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):System.Object",
2233
2233
  "clrName": "Get",
2234
- "tsEmitName": "get_",
2234
+ "tsEmitName": "get",
2235
2235
  "metadataToken": 100663412,
2236
2236
  "canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):System.Object",
2237
2237
  "normalizedSignature": "Get|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):System.Object|static=true",
@@ -2245,7 +2245,7 @@
2245
2245
  {
2246
2246
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):TItem",
2247
2247
  "clrName": "Get",
2248
- "tsEmitName": "get_",
2248
+ "tsEmitName": "get",
2249
2249
  "metadataToken": 100663413,
2250
2250
  "canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):TItem",
2251
2251
  "normalizedSignature": "Get|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):TItem|static=true",
@@ -2279,7 +2279,7 @@
2279
2279
  {
2280
2280
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem):TItem",
2281
2281
  "clrName": "Set",
2282
- "tsEmitName": "set_",
2282
+ "tsEmitName": "set",
2283
2283
  "metadataToken": 100663415,
2284
2284
  "canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem):TItem",
2285
2285
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem):TItem|static=true",
@@ -2293,7 +2293,7 @@
2293
2293
  {
2294
2294
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.DateTimeOffset):TItem",
2295
2295
  "clrName": "Set",
2296
- "tsEmitName": "set_",
2296
+ "tsEmitName": "set",
2297
2297
  "metadataToken": 100663416,
2298
2298
  "canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.DateTimeOffset):TItem",
2299
2299
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.DateTimeOffset):TItem|static=true",
@@ -2307,7 +2307,7 @@
2307
2307
  {
2308
2308
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.TimeSpan):TItem",
2309
2309
  "clrName": "Set",
2310
- "tsEmitName": "set_",
2310
+ "tsEmitName": "set",
2311
2311
  "metadataToken": 100663417,
2312
2312
  "canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.TimeSpan):TItem",
2313
2313
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.TimeSpan):TItem|static=true",
@@ -2321,7 +2321,7 @@
2321
2321
  {
2322
2322
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken):TItem",
2323
2323
  "clrName": "Set",
2324
- "tsEmitName": "set_",
2324
+ "tsEmitName": "set",
2325
2325
  "metadataToken": 100663418,
2326
2326
  "canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken):TItem",
2327
2327
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken):TItem|static=true",
@@ -2335,7 +2335,7 @@
2335
2335
  {
2336
2336
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions):TItem",
2337
2337
  "clrName": "Set",
2338
- "tsEmitName": "set_",
2338
+ "tsEmitName": "set",
2339
2339
  "metadataToken": 100663419,
2340
2340
  "canonicalSignature": "(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions):TItem",
2341
2341
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions):TItem|static=true",
@@ -2409,7 +2409,7 @@
2409
2409
  "constructors": [],
2410
2410
  "exposedMethods": [
2411
2411
  {
2412
- "tsName": "get_",
2412
+ "tsName": "get",
2413
2413
  "isStatic": true,
2414
2414
  "tsSignatureId": "Get|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):System.Object|static=true",
2415
2415
  "target": {
@@ -2419,7 +2419,7 @@
2419
2419
  }
2420
2420
  },
2421
2421
  {
2422
- "tsName": "get_",
2422
+ "tsName": "get",
2423
2423
  "isStatic": true,
2424
2424
  "tsSignatureId": "Get|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):TItem|static=true",
2425
2425
  "target": {
@@ -2439,7 +2439,7 @@
2439
2439
  }
2440
2440
  },
2441
2441
  {
2442
- "tsName": "set_",
2442
+ "tsName": "set",
2443
2443
  "isStatic": true,
2444
2444
  "tsSignatureId": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem):TItem|static=true",
2445
2445
  "target": {
@@ -2449,7 +2449,7 @@
2449
2449
  }
2450
2450
  },
2451
2451
  {
2452
- "tsName": "set_",
2452
+ "tsName": "set",
2453
2453
  "isStatic": true,
2454
2454
  "tsSignatureId": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.DateTimeOffset):TItem|static=true",
2455
2455
  "target": {
@@ -2459,7 +2459,7 @@
2459
2459
  }
2460
2460
  },
2461
2461
  {
2462
- "tsName": "set_",
2462
+ "tsName": "set",
2463
2463
  "isStatic": true,
2464
2464
  "tsSignatureId": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.TimeSpan):TItem|static=true",
2465
2465
  "target": {
@@ -2469,7 +2469,7 @@
2469
2469
  }
2470
2470
  },
2471
2471
  {
2472
- "tsName": "set_",
2472
+ "tsName": "set",
2473
2473
  "isStatic": true,
2474
2474
  "tsSignatureId": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken):TItem|static=true",
2475
2475
  "target": {
@@ -2479,7 +2479,7 @@
2479
2479
  }
2480
2480
  },
2481
2481
  {
2482
- "tsName": "set_",
2482
+ "tsName": "set",
2483
2483
  "isStatic": true,
2484
2484
  "tsSignatureId": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions):TItem|static=true",
2485
2485
  "target": {
@@ -205,17 +205,17 @@ export abstract class CacheEntryExtensions$instance {
205
205
  export type CacheEntryExtensions = CacheEntryExtensions$instance;
206
206
 
207
207
  export abstract class CacheExtensions$instance {
208
- static get_(cache: IMemoryCache, key: unknown): unknown | undefined;
209
- static get_<TItem>(cache: IMemoryCache, key: unknown): TItem | undefined;
208
+ static get(cache: IMemoryCache, key: unknown): unknown | undefined;
209
+ static get<TItem>(cache: IMemoryCache, key: unknown): TItem | undefined;
210
210
  static getOrCreate<TItem>(cache: IMemoryCache, key: unknown, factory: Func<ICacheEntry, TItem>, createOptions: MemoryCacheEntryOptions): TItem | undefined;
211
211
  static getOrCreate<TItem>(cache: IMemoryCache, key: unknown, factory: Func<ICacheEntry, TItem>): TItem | undefined;
212
212
  static getOrCreateAsync<TItem>(cache: IMemoryCache, key: unknown, factory: Func<ICacheEntry, Task<TItem>>, createOptions: MemoryCacheEntryOptions): Task<TItem | undefined>;
213
213
  static getOrCreateAsync<TItem>(cache: IMemoryCache, key: unknown, factory: Func<ICacheEntry, Task<TItem>>): Task<TItem | undefined>;
214
- static set_<TItem>(cache: IMemoryCache, key: unknown, value: TItem, options: MemoryCacheEntryOptions): TItem;
215
- static set_<TItem>(cache: IMemoryCache, key: unknown, value: TItem, expirationToken: IChangeToken): TItem;
216
- static set_<TItem>(cache: IMemoryCache, key: unknown, value: TItem, absoluteExpiration: DateTimeOffset): TItem;
217
- static set_<TItem>(cache: IMemoryCache, key: unknown, value: TItem, absoluteExpirationRelativeToNow: TimeSpan): TItem;
218
- static set_<TItem>(cache: IMemoryCache, key: unknown, value: TItem): TItem;
214
+ static set<TItem>(cache: IMemoryCache, key: unknown, value: TItem, options: MemoryCacheEntryOptions): TItem;
215
+ static set<TItem>(cache: IMemoryCache, key: unknown, value: TItem, expirationToken: IChangeToken): TItem;
216
+ static set<TItem>(cache: IMemoryCache, key: unknown, value: TItem, absoluteExpiration: DateTimeOffset): TItem;
217
+ static set<TItem>(cache: IMemoryCache, key: unknown, value: TItem, absoluteExpirationRelativeToNow: TimeSpan): TItem;
218
+ static set<TItem>(cache: IMemoryCache, key: unknown, value: TItem): TItem;
219
219
  static tryGetValue<TItem>(cache: IMemoryCache, key: unknown, value: TItem): boolean;
220
220
  }
221
221
 
@@ -1390,7 +1390,7 @@
1390
1390
  {
1391
1391
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):System.Object",
1392
1392
  "clrName": "Get",
1393
- "tsEmitName": "get_",
1393
+ "tsEmitName": "get",
1394
1394
  "normalizedSignature": "Get|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):System.Object|static=true",
1395
1395
  "provenance": "Original",
1396
1396
  "emitScope": "ClassSurface",
@@ -1406,7 +1406,7 @@
1406
1406
  {
1407
1407
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):TItem",
1408
1408
  "clrName": "Get",
1409
- "tsEmitName": "get_",
1409
+ "tsEmitName": "get",
1410
1410
  "normalizedSignature": "Get|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object):TItem|static=true",
1411
1411
  "provenance": "Original",
1412
1412
  "emitScope": "ClassSurface",
@@ -1444,7 +1444,7 @@
1444
1444
  {
1445
1445
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem):TItem",
1446
1446
  "clrName": "Set",
1447
- "tsEmitName": "set_",
1447
+ "tsEmitName": "set",
1448
1448
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem):TItem|static=true",
1449
1449
  "provenance": "Original",
1450
1450
  "emitScope": "ClassSurface",
@@ -1460,7 +1460,7 @@
1460
1460
  {
1461
1461
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.DateTimeOffset):TItem",
1462
1462
  "clrName": "Set",
1463
- "tsEmitName": "set_",
1463
+ "tsEmitName": "set",
1464
1464
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.DateTimeOffset):TItem|static=true",
1465
1465
  "provenance": "Original",
1466
1466
  "emitScope": "ClassSurface",
@@ -1476,7 +1476,7 @@
1476
1476
  {
1477
1477
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.TimeSpan):TItem",
1478
1478
  "clrName": "Set",
1479
- "tsEmitName": "set_",
1479
+ "tsEmitName": "set",
1480
1480
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,System.TimeSpan):TItem|static=true",
1481
1481
  "provenance": "Original",
1482
1482
  "emitScope": "ClassSurface",
@@ -1492,7 +1492,7 @@
1492
1492
  {
1493
1493
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken):TItem",
1494
1494
  "clrName": "Set",
1495
- "tsEmitName": "set_",
1495
+ "tsEmitName": "set",
1496
1496
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken):TItem|static=true",
1497
1497
  "provenance": "Original",
1498
1498
  "emitScope": "ClassSurface",
@@ -1508,7 +1508,7 @@
1508
1508
  {
1509
1509
  "stableId": "Microsoft.Extensions.Caching.Abstractions:Microsoft.Extensions.Caching.Memory.CacheExtensions::Set(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions):TItem",
1510
1510
  "clrName": "Set",
1511
- "tsEmitName": "set_",
1511
+ "tsEmitName": "set",
1512
1512
  "normalizedSignature": "Set|(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions):TItem|static=true",
1513
1513
  "provenance": "Original",
1514
1514
  "emitScope": "ClassSurface",
@@ -469,7 +469,7 @@
469
469
  {
470
470
  "stableId": "Microsoft.Extensions.Configuration.Abstractions:Microsoft.Extensions.Configuration.IConfigurationProvider::Set(System.String,System.String):System.Void",
471
471
  "clrName": "Set",
472
- "tsEmitName": "set_",
472
+ "tsEmitName": "set",
473
473
  "metadataToken": 100663344,
474
474
  "canonicalSignature": "(System.String,System.String):System.Void",
475
475
  "normalizedSignature": "Set|(System.String,System.String):System.Void|static=false",
@@ -539,7 +539,7 @@
539
539
  }
540
540
  },
541
541
  {
542
- "tsName": "set_",
542
+ "tsName": "set",
543
543
  "isStatic": false,
544
544
  "tsSignatureId": "Set|(System.String,System.String):System.Void|static=false",
545
545
  "target": {
@@ -1215,7 +1215,7 @@
1215
1215
  {
1216
1216
  "stableId": "Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration.ChainedConfigurationProvider::Set(System.String,System.String):System.Void",
1217
1217
  "clrName": "Set",
1218
- "tsEmitName": "set_",
1218
+ "tsEmitName": "set",
1219
1219
  "metadataToken": 100663325,
1220
1220
  "canonicalSignature": "(System.String,System.String):System.Void",
1221
1221
  "normalizedSignature": "Set|(System.String,System.String):System.Void|static=false",
@@ -1401,7 +1401,7 @@
1401
1401
  }
1402
1402
  },
1403
1403
  {
1404
- "tsName": "set_",
1404
+ "tsName": "set",
1405
1405
  "isStatic": false,
1406
1406
  "tsSignatureId": "Set|(System.String,System.String):System.Void|static=false",
1407
1407
  "target": {
@@ -2448,7 +2448,7 @@
2448
2448
  {
2449
2449
  "stableId": "Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration.ConfigurationProvider::Set(System.String,System.String):System.Void",
2450
2450
  "clrName": "Set",
2451
- "tsEmitName": "set_",
2451
+ "tsEmitName": "set",
2452
2452
  "metadataToken": 100663371,
2453
2453
  "canonicalSignature": "(System.String,System.String):System.Void",
2454
2454
  "normalizedSignature": "Set|(System.String,System.String):System.Void|static=false",
@@ -2608,7 +2608,7 @@
2608
2608
  }
2609
2609
  },
2610
2610
  {
2611
- "tsName": "set_",
2611
+ "tsName": "set",
2612
2612
  "isStatic": false,
2613
2613
  "tsSignatureId": "Set|(System.String,System.String):System.Void|static=false",
2614
2614
  "target": {
@@ -3797,7 +3797,7 @@
3797
3797
  {
3798
3798
  "stableId": "Microsoft.Extensions.Configuration.FileExtensions:Microsoft.Extensions.Configuration.FileConfigurationProvider::Set(System.String,System.String):System.Void",
3799
3799
  "clrName": "Set",
3800
- "tsEmitName": "set_",
3800
+ "tsEmitName": "set",
3801
3801
  "metadataToken": 0,
3802
3802
  "canonicalSignature": "(System.String,System.String):System.Void",
3803
3803
  "normalizedSignature": "Set|(System.String,System.String):System.Void|static=false",
@@ -3971,7 +3971,7 @@
3971
3971
  }
3972
3972
  },
3973
3973
  {
3974
- "tsName": "set_",
3974
+ "tsName": "set",
3975
3975
  "isStatic": false,
3976
3976
  "tsSignatureId": "Set|(System.String,System.String):System.Void|static=false",
3977
3977
  "target": {
@@ -4524,7 +4524,7 @@
4524
4524
  {
4525
4525
  "stableId": "Microsoft.Extensions.Configuration:Microsoft.Extensions.Configuration.StreamConfigurationProvider::Set(System.String,System.String):System.Void",
4526
4526
  "clrName": "Set",
4527
- "tsEmitName": "set_",
4527
+ "tsEmitName": "set",
4528
4528
  "metadataToken": 0,
4529
4529
  "canonicalSignature": "(System.String,System.String):System.Void",
4530
4530
  "normalizedSignature": "Set|(System.String,System.String):System.Void|static=false",
@@ -4678,7 +4678,7 @@
4678
4678
  }
4679
4679
  },
4680
4680
  {
4681
- "tsName": "set_",
4681
+ "tsName": "set",
4682
4682
  "isStatic": false,
4683
4683
  "tsSignatureId": "Set|(System.String,System.String):System.Void|static=false",
4684
4684
  "target": {
@@ -4982,7 +4982,7 @@
4982
4982
  {
4983
4983
  "stableId": "Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.ConfigurationBinder::Get(Microsoft.Extensions.Configuration.IConfiguration):T",
4984
4984
  "clrName": "Get",
4985
- "tsEmitName": "get_",
4985
+ "tsEmitName": "get",
4986
4986
  "metadataToken": 100663338,
4987
4987
  "canonicalSignature": "(Microsoft.Extensions.Configuration.IConfiguration):T",
4988
4988
  "normalizedSignature": "Get|(Microsoft.Extensions.Configuration.IConfiguration):T|static=true",
@@ -4996,7 +4996,7 @@
4996
4996
  {
4997
4997
  "stableId": "Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.ConfigurationBinder::Get(Microsoft.Extensions.Configuration.IConfiguration,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):T",
4998
4998
  "clrName": "Get",
4999
- "tsEmitName": "get_",
4999
+ "tsEmitName": "get",
5000
5000
  "metadataToken": 100663339,
5001
5001
  "canonicalSignature": "(Microsoft.Extensions.Configuration.IConfiguration,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):T",
5002
5002
  "normalizedSignature": "Get|(Microsoft.Extensions.Configuration.IConfiguration,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):T|static=true",
@@ -5010,7 +5010,7 @@
5010
5010
  {
5011
5011
  "stableId": "Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.ConfigurationBinder::Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type):System.Object",
5012
5012
  "clrName": "Get",
5013
- "tsEmitName": "get_",
5013
+ "tsEmitName": "get",
5014
5014
  "metadataToken": 100663340,
5015
5015
  "canonicalSignature": "(Microsoft.Extensions.Configuration.IConfiguration,System.Type):System.Object",
5016
5016
  "normalizedSignature": "Get|(Microsoft.Extensions.Configuration.IConfiguration,System.Type):System.Object|static=true",
@@ -5024,7 +5024,7 @@
5024
5024
  {
5025
5025
  "stableId": "Microsoft.Extensions.Configuration.Binder:Microsoft.Extensions.Configuration.ConfigurationBinder::Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Object",
5026
5026
  "clrName": "Get",
5027
- "tsEmitName": "get_",
5027
+ "tsEmitName": "get",
5028
5028
  "metadataToken": 100663341,
5029
5029
  "canonicalSignature": "(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Object",
5030
5030
  "normalizedSignature": "Get|(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Object|static=true",
@@ -5140,7 +5140,7 @@
5140
5140
  "constructors": [],
5141
5141
  "exposedMethods": [
5142
5142
  {
5143
- "tsName": "get_",
5143
+ "tsName": "get",
5144
5144
  "isStatic": true,
5145
5145
  "tsSignatureId": "Get|(Microsoft.Extensions.Configuration.IConfiguration):T|static=true",
5146
5146
  "target": {
@@ -5150,7 +5150,7 @@
5150
5150
  }
5151
5151
  },
5152
5152
  {
5153
- "tsName": "get_",
5153
+ "tsName": "get",
5154
5154
  "isStatic": true,
5155
5155
  "tsSignatureId": "Get|(Microsoft.Extensions.Configuration.IConfiguration,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):T|static=true",
5156
5156
  "target": {
@@ -5160,7 +5160,7 @@
5160
5160
  }
5161
5161
  },
5162
5162
  {
5163
- "tsName": "get_",
5163
+ "tsName": "get",
5164
5164
  "isStatic": true,
5165
5165
  "tsSignatureId": "Get|(Microsoft.Extensions.Configuration.IConfiguration,System.Type):System.Object|static=true",
5166
5166
  "target": {
@@ -5170,7 +5170,7 @@
5170
5170
  }
5171
5171
  },
5172
5172
  {
5173
- "tsName": "get_",
5173
+ "tsName": "get",
5174
5174
  "isStatic": true,
5175
5175
  "tsSignatureId": "Get|(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action_1[[Microsoft.Extensions.Configuration.BinderOptions,Microsoft.Extensions.Configuration.Binder,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Object|static=true",
5176
5176
  "target": {