@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -52,6 +53,16 @@
|
|
|
52
53
|
"isSealed": false,
|
|
53
54
|
"isStatic": false,
|
|
54
55
|
"arity": 0,
|
|
56
|
+
"baseType": {
|
|
57
|
+
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource",
|
|
58
|
+
"clrName": "System.Diagnostics.Tracing.EventSource"
|
|
59
|
+
},
|
|
60
|
+
"interfaces": [
|
|
61
|
+
{
|
|
62
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
63
|
+
"clrName": "System.IDisposable"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
55
66
|
"methods": [
|
|
56
67
|
{
|
|
57
68
|
"stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelEventSource::WriteAlways(System.String):System.Void",
|
|
@@ -68,6 +79,7 @@
|
|
|
68
79
|
"isVirtual": false,
|
|
69
80
|
"isOverride": false,
|
|
70
81
|
"isSealed": false,
|
|
82
|
+
"visibility": "Public",
|
|
71
83
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
72
84
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
73
85
|
"isExtensionMethod": false
|
|
@@ -87,6 +99,7 @@
|
|
|
87
99
|
"isVirtual": false,
|
|
88
100
|
"isOverride": false,
|
|
89
101
|
"isSealed": false,
|
|
102
|
+
"visibility": "Public",
|
|
90
103
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
91
104
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
92
105
|
"isExtensionMethod": false
|
|
@@ -106,6 +119,7 @@
|
|
|
106
119
|
"isVirtual": false,
|
|
107
120
|
"isOverride": false,
|
|
108
121
|
"isSealed": false,
|
|
122
|
+
"visibility": "Public",
|
|
109
123
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
110
124
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
111
125
|
"isExtensionMethod": false
|
|
@@ -125,6 +139,7 @@
|
|
|
125
139
|
"isVirtual": false,
|
|
126
140
|
"isOverride": false,
|
|
127
141
|
"isSealed": false,
|
|
142
|
+
"visibility": "Public",
|
|
128
143
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
129
144
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
130
145
|
"isExtensionMethod": false
|
|
@@ -144,6 +159,7 @@
|
|
|
144
159
|
"isVirtual": false,
|
|
145
160
|
"isOverride": false,
|
|
146
161
|
"isSealed": false,
|
|
162
|
+
"visibility": "Public",
|
|
147
163
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
148
164
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
149
165
|
"isExtensionMethod": false
|
|
@@ -163,6 +179,7 @@
|
|
|
163
179
|
"isVirtual": false,
|
|
164
180
|
"isOverride": false,
|
|
165
181
|
"isSealed": false,
|
|
182
|
+
"visibility": "Public",
|
|
166
183
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
167
184
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
168
185
|
"isExtensionMethod": false
|
|
@@ -182,6 +199,7 @@
|
|
|
182
199
|
"isVirtual": false,
|
|
183
200
|
"isOverride": false,
|
|
184
201
|
"isSealed": false,
|
|
202
|
+
"visibility": "Public",
|
|
185
203
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
186
204
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
187
205
|
"isExtensionMethod": false
|
|
@@ -201,6 +219,7 @@
|
|
|
201
219
|
"isVirtual": false,
|
|
202
220
|
"isOverride": false,
|
|
203
221
|
"isSealed": false,
|
|
222
|
+
"visibility": "Public",
|
|
204
223
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
205
224
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
206
225
|
"isExtensionMethod": false
|
|
@@ -220,6 +239,7 @@
|
|
|
220
239
|
"isVirtual": false,
|
|
221
240
|
"isOverride": false,
|
|
222
241
|
"isSealed": false,
|
|
242
|
+
"visibility": "Public",
|
|
223
243
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
224
244
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
225
245
|
"isExtensionMethod": false
|
|
@@ -239,6 +259,7 @@
|
|
|
239
259
|
"isVirtual": false,
|
|
240
260
|
"isOverride": false,
|
|
241
261
|
"isSealed": false,
|
|
262
|
+
"visibility": "Public",
|
|
242
263
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
243
264
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
244
265
|
"isExtensionMethod": false
|
|
@@ -258,6 +279,7 @@
|
|
|
258
279
|
"isVirtual": false,
|
|
259
280
|
"isOverride": false,
|
|
260
281
|
"isSealed": false,
|
|
282
|
+
"visibility": "Public",
|
|
261
283
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
262
284
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
263
285
|
"isExtensionMethod": false
|
|
@@ -277,6 +299,7 @@
|
|
|
277
299
|
"isVirtual": false,
|
|
278
300
|
"isOverride": false,
|
|
279
301
|
"isSealed": false,
|
|
302
|
+
"visibility": "Public",
|
|
280
303
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
281
304
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
282
305
|
"isExtensionMethod": false
|
|
@@ -296,6 +319,7 @@
|
|
|
296
319
|
"isVirtual": false,
|
|
297
320
|
"isOverride": false,
|
|
298
321
|
"isSealed": false,
|
|
322
|
+
"visibility": "Public",
|
|
299
323
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
300
324
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
301
325
|
"isExtensionMethod": false
|
|
@@ -315,6 +339,7 @@
|
|
|
315
339
|
"isVirtual": false,
|
|
316
340
|
"isOverride": false,
|
|
317
341
|
"isSealed": false,
|
|
342
|
+
"visibility": "Public",
|
|
318
343
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
319
344
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
320
345
|
"isExtensionMethod": false
|
|
@@ -336,6 +361,7 @@
|
|
|
336
361
|
"isAbstract": false,
|
|
337
362
|
"isVirtual": false,
|
|
338
363
|
"isOverride": false,
|
|
364
|
+
"visibility": "Public",
|
|
339
365
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
340
366
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
341
367
|
},
|
|
@@ -354,6 +380,7 @@
|
|
|
354
380
|
"isAbstract": false,
|
|
355
381
|
"isVirtual": false,
|
|
356
382
|
"isOverride": false,
|
|
383
|
+
"visibility": "Public",
|
|
357
384
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
358
385
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
359
386
|
},
|
|
@@ -372,6 +399,7 @@
|
|
|
372
399
|
"isAbstract": false,
|
|
373
400
|
"isVirtual": false,
|
|
374
401
|
"isOverride": false,
|
|
402
|
+
"visibility": "Public",
|
|
375
403
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
376
404
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
377
405
|
},
|
|
@@ -390,6 +418,7 @@
|
|
|
390
418
|
"isAbstract": false,
|
|
391
419
|
"isVirtual": false,
|
|
392
420
|
"isOverride": false,
|
|
421
|
+
"visibility": "Public",
|
|
393
422
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
394
423
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
395
424
|
},
|
|
@@ -408,6 +437,7 @@
|
|
|
408
437
|
"isAbstract": false,
|
|
409
438
|
"isVirtual": false,
|
|
410
439
|
"isOverride": false,
|
|
440
|
+
"visibility": "Public",
|
|
411
441
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
412
442
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
413
443
|
},
|
|
@@ -426,6 +456,7 @@
|
|
|
426
456
|
"isAbstract": false,
|
|
427
457
|
"isVirtual": false,
|
|
428
458
|
"isOverride": false,
|
|
459
|
+
"visibility": "Public",
|
|
429
460
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
430
461
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
431
462
|
},
|
|
@@ -444,6 +475,7 @@
|
|
|
444
475
|
"isAbstract": false,
|
|
445
476
|
"isVirtual": false,
|
|
446
477
|
"isOverride": false,
|
|
478
|
+
"visibility": "Public",
|
|
447
479
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelEventSource",
|
|
448
480
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
449
481
|
}
|
|
@@ -463,6 +495,10 @@
|
|
|
463
495
|
"isSealed": false,
|
|
464
496
|
"isStatic": false,
|
|
465
497
|
"arity": 0,
|
|
498
|
+
"baseType": {
|
|
499
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
500
|
+
"clrName": "System.Object"
|
|
501
|
+
},
|
|
466
502
|
"methods": [],
|
|
467
503
|
"properties": [
|
|
468
504
|
{
|
|
@@ -480,6 +516,7 @@
|
|
|
480
516
|
"isAbstract": false,
|
|
481
517
|
"isVirtual": false,
|
|
482
518
|
"isOverride": false,
|
|
519
|
+
"visibility": "Public",
|
|
483
520
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
|
|
484
521
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
485
522
|
},
|
|
@@ -498,6 +535,7 @@
|
|
|
498
535
|
"isAbstract": false,
|
|
499
536
|
"isVirtual": false,
|
|
500
537
|
"isOverride": false,
|
|
538
|
+
"visibility": "Public",
|
|
501
539
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
|
|
502
540
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
503
541
|
},
|
|
@@ -516,6 +554,7 @@
|
|
|
516
554
|
"isAbstract": false,
|
|
517
555
|
"isVirtual": true,
|
|
518
556
|
"isOverride": false,
|
|
557
|
+
"visibility": "Public",
|
|
519
558
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
|
|
520
559
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
521
560
|
},
|
|
@@ -524,16 +563,17 @@
|
|
|
524
563
|
"clrName": "Logs",
|
|
525
564
|
"metadataToken": 385875981,
|
|
526
565
|
"canonicalSignature": ":System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
527
|
-
"normalizedSignature": "Logs|:System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
566
|
+
"normalizedSignature": "Logs|:System.Collections.Generic.ICollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
528
567
|
"emitScope": "ClassSurface",
|
|
529
568
|
"provenance": "Original",
|
|
530
569
|
"isIndexer": false,
|
|
531
570
|
"hasGetter": true,
|
|
532
|
-
"hasSetter":
|
|
571
|
+
"hasSetter": true,
|
|
533
572
|
"isStatic": false,
|
|
534
573
|
"isAbstract": false,
|
|
535
574
|
"isVirtual": false,
|
|
536
575
|
"isOverride": false,
|
|
576
|
+
"visibility": "Public",
|
|
537
577
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
|
|
538
578
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
539
579
|
},
|
|
@@ -552,6 +592,7 @@
|
|
|
552
592
|
"isAbstract": false,
|
|
553
593
|
"isVirtual": false,
|
|
554
594
|
"isOverride": false,
|
|
595
|
+
"visibility": "Public",
|
|
555
596
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
|
|
556
597
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
557
598
|
}
|
|
@@ -566,6 +607,7 @@
|
|
|
566
607
|
"normalizedSignature": "constructor|():void|static=false",
|
|
567
608
|
"isStatic": false,
|
|
568
609
|
"parameterCount": 0,
|
|
610
|
+
"visibility": "Public",
|
|
569
611
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
|
|
570
612
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
571
613
|
},
|
|
@@ -576,6 +618,7 @@
|
|
|
576
618
|
"normalizedSignature": "constructor|(System.Guid):void|static=false",
|
|
577
619
|
"isStatic": false,
|
|
578
620
|
"parameterCount": 1,
|
|
621
|
+
"visibility": "Public",
|
|
579
622
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LoggerContext",
|
|
580
623
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
581
624
|
}
|
|
@@ -592,6 +635,10 @@
|
|
|
592
635
|
"isSealed": false,
|
|
593
636
|
"isStatic": false,
|
|
594
637
|
"arity": 0,
|
|
638
|
+
"baseType": {
|
|
639
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
640
|
+
"clrName": "System.Object"
|
|
641
|
+
},
|
|
595
642
|
"methods": [
|
|
596
643
|
{
|
|
597
644
|
"stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.LogHelper::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
|
|
@@ -608,6 +655,7 @@
|
|
|
608
655
|
"isVirtual": false,
|
|
609
656
|
"isOverride": false,
|
|
610
657
|
"isSealed": false,
|
|
658
|
+
"visibility": "Public",
|
|
611
659
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
612
660
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
613
661
|
"isExtensionMethod": false
|
|
@@ -627,6 +675,7 @@
|
|
|
627
675
|
"isVirtual": false,
|
|
628
676
|
"isOverride": false,
|
|
629
677
|
"isSealed": false,
|
|
678
|
+
"visibility": "Public",
|
|
630
679
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
631
680
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
632
681
|
"isExtensionMethod": false
|
|
@@ -646,6 +695,7 @@
|
|
|
646
695
|
"isVirtual": false,
|
|
647
696
|
"isOverride": false,
|
|
648
697
|
"isSealed": false,
|
|
698
|
+
"visibility": "Public",
|
|
649
699
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
650
700
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
651
701
|
"isExtensionMethod": false
|
|
@@ -665,6 +715,7 @@
|
|
|
665
715
|
"isVirtual": false,
|
|
666
716
|
"isOverride": false,
|
|
667
717
|
"isSealed": false,
|
|
718
|
+
"visibility": "Public",
|
|
668
719
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
669
720
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
670
721
|
"isExtensionMethod": false
|
|
@@ -684,6 +735,7 @@
|
|
|
684
735
|
"isVirtual": false,
|
|
685
736
|
"isOverride": false,
|
|
686
737
|
"isSealed": false,
|
|
738
|
+
"visibility": "Public",
|
|
687
739
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
688
740
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
689
741
|
"isExtensionMethod": false
|
|
@@ -703,6 +755,7 @@
|
|
|
703
755
|
"isVirtual": false,
|
|
704
756
|
"isOverride": false,
|
|
705
757
|
"isSealed": false,
|
|
758
|
+
"visibility": "Public",
|
|
706
759
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
707
760
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
708
761
|
"isExtensionMethod": false
|
|
@@ -722,6 +775,7 @@
|
|
|
722
775
|
"isVirtual": false,
|
|
723
776
|
"isOverride": false,
|
|
724
777
|
"isSealed": false,
|
|
778
|
+
"visibility": "Public",
|
|
725
779
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
726
780
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
727
781
|
"isExtensionMethod": false
|
|
@@ -741,6 +795,7 @@
|
|
|
741
795
|
"isVirtual": false,
|
|
742
796
|
"isOverride": false,
|
|
743
797
|
"isSealed": false,
|
|
798
|
+
"visibility": "Public",
|
|
744
799
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
745
800
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
746
801
|
"isExtensionMethod": false
|
|
@@ -760,6 +815,7 @@
|
|
|
760
815
|
"isVirtual": false,
|
|
761
816
|
"isOverride": false,
|
|
762
817
|
"isSealed": false,
|
|
818
|
+
"visibility": "Public",
|
|
763
819
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
764
820
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
765
821
|
"isExtensionMethod": false
|
|
@@ -779,6 +835,7 @@
|
|
|
779
835
|
"isVirtual": false,
|
|
780
836
|
"isOverride": false,
|
|
781
837
|
"isSealed": false,
|
|
838
|
+
"visibility": "Public",
|
|
782
839
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
783
840
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
784
841
|
"isExtensionMethod": false
|
|
@@ -798,6 +855,7 @@
|
|
|
798
855
|
"isVirtual": false,
|
|
799
856
|
"isOverride": false,
|
|
800
857
|
"isSealed": false,
|
|
858
|
+
"visibility": "Public",
|
|
801
859
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
802
860
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
803
861
|
"isExtensionMethod": false
|
|
@@ -817,6 +875,7 @@
|
|
|
817
875
|
"isVirtual": false,
|
|
818
876
|
"isOverride": false,
|
|
819
877
|
"isSealed": false,
|
|
878
|
+
"visibility": "Public",
|
|
820
879
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
821
880
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
822
881
|
"isExtensionMethod": false
|
|
@@ -836,6 +895,7 @@
|
|
|
836
895
|
"isVirtual": false,
|
|
837
896
|
"isOverride": false,
|
|
838
897
|
"isSealed": false,
|
|
898
|
+
"visibility": "Public",
|
|
839
899
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
840
900
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
841
901
|
"isExtensionMethod": false
|
|
@@ -855,6 +915,7 @@
|
|
|
855
915
|
"isVirtual": false,
|
|
856
916
|
"isOverride": false,
|
|
857
917
|
"isSealed": false,
|
|
918
|
+
"visibility": "Public",
|
|
858
919
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
859
920
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
860
921
|
"isExtensionMethod": false
|
|
@@ -874,6 +935,7 @@
|
|
|
874
935
|
"isVirtual": false,
|
|
875
936
|
"isOverride": false,
|
|
876
937
|
"isSealed": false,
|
|
938
|
+
"visibility": "Public",
|
|
877
939
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
878
940
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
879
941
|
"isExtensionMethod": false
|
|
@@ -893,6 +955,7 @@
|
|
|
893
955
|
"isVirtual": false,
|
|
894
956
|
"isOverride": false,
|
|
895
957
|
"isSealed": false,
|
|
958
|
+
"visibility": "Public",
|
|
896
959
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
897
960
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
898
961
|
"isExtensionMethod": false
|
|
@@ -912,6 +975,7 @@
|
|
|
912
975
|
"isVirtual": false,
|
|
913
976
|
"isOverride": false,
|
|
914
977
|
"isSealed": false,
|
|
978
|
+
"visibility": "Public",
|
|
915
979
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
916
980
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
917
981
|
"isExtensionMethod": false
|
|
@@ -931,6 +995,7 @@
|
|
|
931
995
|
"isVirtual": false,
|
|
932
996
|
"isOverride": false,
|
|
933
997
|
"isSealed": false,
|
|
998
|
+
"visibility": "Public",
|
|
934
999
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
935
1000
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
936
1001
|
"isExtensionMethod": false
|
|
@@ -950,6 +1015,7 @@
|
|
|
950
1015
|
"isVirtual": false,
|
|
951
1016
|
"isOverride": false,
|
|
952
1017
|
"isSealed": false,
|
|
1018
|
+
"visibility": "Public",
|
|
953
1019
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
954
1020
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
955
1021
|
"isExtensionMethod": false
|
|
@@ -969,6 +1035,7 @@
|
|
|
969
1035
|
"isVirtual": false,
|
|
970
1036
|
"isOverride": false,
|
|
971
1037
|
"isSealed": false,
|
|
1038
|
+
"visibility": "Public",
|
|
972
1039
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
973
1040
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
974
1041
|
"isExtensionMethod": false
|
|
@@ -988,6 +1055,7 @@
|
|
|
988
1055
|
"isVirtual": false,
|
|
989
1056
|
"isOverride": false,
|
|
990
1057
|
"isSealed": false,
|
|
1058
|
+
"visibility": "Public",
|
|
991
1059
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
992
1060
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
993
1061
|
"isExtensionMethod": false
|
|
@@ -1007,6 +1075,7 @@
|
|
|
1007
1075
|
"isVirtual": false,
|
|
1008
1076
|
"isOverride": false,
|
|
1009
1077
|
"isSealed": false,
|
|
1078
|
+
"visibility": "Public",
|
|
1010
1079
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1011
1080
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1012
1081
|
"isExtensionMethod": false
|
|
@@ -1026,6 +1095,7 @@
|
|
|
1026
1095
|
"isVirtual": false,
|
|
1027
1096
|
"isOverride": false,
|
|
1028
1097
|
"isSealed": false,
|
|
1098
|
+
"visibility": "Public",
|
|
1029
1099
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1030
1100
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1031
1101
|
"isExtensionMethod": false
|
|
@@ -1045,6 +1115,7 @@
|
|
|
1045
1115
|
"isVirtual": false,
|
|
1046
1116
|
"isOverride": false,
|
|
1047
1117
|
"isSealed": false,
|
|
1118
|
+
"visibility": "Public",
|
|
1048
1119
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1049
1120
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1050
1121
|
"isExtensionMethod": false
|
|
@@ -1064,6 +1135,7 @@
|
|
|
1064
1135
|
"isVirtual": false,
|
|
1065
1136
|
"isOverride": false,
|
|
1066
1137
|
"isSealed": false,
|
|
1138
|
+
"visibility": "Public",
|
|
1067
1139
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1068
1140
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1069
1141
|
"isExtensionMethod": false
|
|
@@ -1083,6 +1155,7 @@
|
|
|
1083
1155
|
"isVirtual": false,
|
|
1084
1156
|
"isOverride": false,
|
|
1085
1157
|
"isSealed": false,
|
|
1158
|
+
"visibility": "Public",
|
|
1086
1159
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1087
1160
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1088
1161
|
"isExtensionMethod": false
|
|
@@ -1102,6 +1175,7 @@
|
|
|
1102
1175
|
"isVirtual": false,
|
|
1103
1176
|
"isOverride": false,
|
|
1104
1177
|
"isSealed": false,
|
|
1178
|
+
"visibility": "Public",
|
|
1105
1179
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1106
1180
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1107
1181
|
"isExtensionMethod": false
|
|
@@ -1121,6 +1195,7 @@
|
|
|
1121
1195
|
"isVirtual": false,
|
|
1122
1196
|
"isOverride": false,
|
|
1123
1197
|
"isSealed": false,
|
|
1198
|
+
"visibility": "Public",
|
|
1124
1199
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1125
1200
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1126
1201
|
"isExtensionMethod": false
|
|
@@ -1142,6 +1217,7 @@
|
|
|
1142
1217
|
"isAbstract": false,
|
|
1143
1218
|
"isVirtual": false,
|
|
1144
1219
|
"isOverride": false,
|
|
1220
|
+
"visibility": "Public",
|
|
1145
1221
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1146
1222
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1147
1223
|
}
|
|
@@ -1156,6 +1232,7 @@
|
|
|
1156
1232
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1157
1233
|
"isStatic": false,
|
|
1158
1234
|
"parameterCount": 0,
|
|
1235
|
+
"visibility": "Public",
|
|
1159
1236
|
"declaringClrType": "Microsoft.IdentityModel.Logging.LogHelper",
|
|
1160
1237
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1161
1238
|
}
|
|
@@ -1172,7 +1249,37 @@
|
|
|
1172
1249
|
"isSealed": false,
|
|
1173
1250
|
"isStatic": false,
|
|
1174
1251
|
"arity": 0,
|
|
1252
|
+
"baseType": {
|
|
1253
|
+
"stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener",
|
|
1254
|
+
"clrName": "System.Diagnostics.Tracing.EventListener"
|
|
1255
|
+
},
|
|
1256
|
+
"interfaces": [
|
|
1257
|
+
{
|
|
1258
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1259
|
+
"clrName": "System.IDisposable"
|
|
1260
|
+
}
|
|
1261
|
+
],
|
|
1175
1262
|
"methods": [
|
|
1263
|
+
{
|
|
1264
|
+
"stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
|
|
1265
|
+
"clrName": "OnEventWritten",
|
|
1266
|
+
"metadataToken": 100663400,
|
|
1267
|
+
"canonicalSignature": "(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
|
|
1268
|
+
"normalizedSignature": "OnEventWritten|(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void|static=false",
|
|
1269
|
+
"emitScope": "ClassSurface",
|
|
1270
|
+
"provenance": "Original",
|
|
1271
|
+
"arity": 0,
|
|
1272
|
+
"parameterCount": 1,
|
|
1273
|
+
"isStatic": false,
|
|
1274
|
+
"isAbstract": false,
|
|
1275
|
+
"isVirtual": true,
|
|
1276
|
+
"isOverride": true,
|
|
1277
|
+
"isSealed": false,
|
|
1278
|
+
"visibility": "Protected",
|
|
1279
|
+
"declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
|
|
1280
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1281
|
+
"isExtensionMethod": false
|
|
1282
|
+
},
|
|
1176
1283
|
{
|
|
1177
1284
|
"stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.TextWriterEventListener::Dispose():System.Void",
|
|
1178
1285
|
"clrName": "Dispose",
|
|
@@ -1188,6 +1295,7 @@
|
|
|
1188
1295
|
"isVirtual": true,
|
|
1189
1296
|
"isOverride": true,
|
|
1190
1297
|
"isSealed": false,
|
|
1298
|
+
"visibility": "Public",
|
|
1191
1299
|
"declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
|
|
1192
1300
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1193
1301
|
"isExtensionMethod": false
|
|
@@ -1203,6 +1311,7 @@
|
|
|
1203
1311
|
"isStatic": true,
|
|
1204
1312
|
"isReadOnly": true,
|
|
1205
1313
|
"isLiteral": false,
|
|
1314
|
+
"visibility": "Public",
|
|
1206
1315
|
"declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
|
|
1207
1316
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1208
1317
|
}
|
|
@@ -1216,6 +1325,7 @@
|
|
|
1216
1325
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1217
1326
|
"isStatic": false,
|
|
1218
1327
|
"parameterCount": 0,
|
|
1328
|
+
"visibility": "Public",
|
|
1219
1329
|
"declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
|
|
1220
1330
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1221
1331
|
},
|
|
@@ -1226,6 +1336,7 @@
|
|
|
1226
1336
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1227
1337
|
"isStatic": false,
|
|
1228
1338
|
"parameterCount": 1,
|
|
1339
|
+
"visibility": "Public",
|
|
1229
1340
|
"declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
|
|
1230
1341
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1231
1342
|
},
|
|
@@ -1236,6 +1347,7 @@
|
|
|
1236
1347
|
"normalizedSignature": "constructor|(System.IO.StreamWriter):void|static=false",
|
|
1237
1348
|
"isStatic": false,
|
|
1238
1349
|
"parameterCount": 1,
|
|
1350
|
+
"visibility": "Public",
|
|
1239
1351
|
"declaringClrType": "Microsoft.IdentityModel.Logging.TextWriterEventListener",
|
|
1240
1352
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1241
1353
|
}
|
|
@@ -1252,6 +1364,10 @@
|
|
|
1252
1364
|
"isSealed": true,
|
|
1253
1365
|
"isStatic": true,
|
|
1254
1366
|
"arity": 0,
|
|
1367
|
+
"baseType": {
|
|
1368
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1369
|
+
"clrName": "System.Object"
|
|
1370
|
+
},
|
|
1255
1371
|
"methods": [
|
|
1256
1372
|
{
|
|
1257
1373
|
"stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil::AddTelemetryData(System.String,System.String):System.Boolean",
|
|
@@ -1268,6 +1384,7 @@
|
|
|
1268
1384
|
"isVirtual": false,
|
|
1269
1385
|
"isOverride": false,
|
|
1270
1386
|
"isSealed": false,
|
|
1387
|
+
"visibility": "Public",
|
|
1271
1388
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
|
|
1272
1389
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1273
1390
|
"isExtensionMethod": false
|
|
@@ -1287,6 +1404,7 @@
|
|
|
1287
1404
|
"isVirtual": false,
|
|
1288
1405
|
"isOverride": false,
|
|
1289
1406
|
"isSealed": false,
|
|
1407
|
+
"visibility": "Public",
|
|
1290
1408
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
|
|
1291
1409
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging",
|
|
1292
1410
|
"isExtensionMethod": false
|
|
@@ -1308,6 +1426,7 @@
|
|
|
1308
1426
|
"isAbstract": false,
|
|
1309
1427
|
"isVirtual": false,
|
|
1310
1428
|
"isOverride": false,
|
|
1429
|
+
"visibility": "Public",
|
|
1311
1430
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
|
|
1312
1431
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1313
1432
|
},
|
|
@@ -1326,6 +1445,7 @@
|
|
|
1326
1445
|
"isAbstract": false,
|
|
1327
1446
|
"isVirtual": false,
|
|
1328
1447
|
"isOverride": false,
|
|
1448
|
+
"visibility": "Public",
|
|
1329
1449
|
"declaringClrType": "Microsoft.IdentityModel.Logging.IdentityModelTelemetryUtil",
|
|
1330
1450
|
"declaringAssemblyName": "Microsoft.IdentityModel.Logging"
|
|
1331
1451
|
}
|
|
@@ -9,12 +9,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { EventLogLevel, IIdentityLogger } from "../../Microsoft.IdentityModel.Abstractions/internal/index.js";
|
|
10
10
|
import type { ICollection, IDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
11
11
|
import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
12
|
-
import type { EventLevel, EventListener, EventSource } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
12
|
+
import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
13
13
|
import type { StreamWriter } from "@tsonic/dotnet/System.IO.js";
|
|
14
14
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
15
15
|
import type { ArgumentException, ArgumentNullException, Boolean as ClrBoolean, Exception, Func, Guid, IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
16
16
|
|
|
17
17
|
export interface ISafeLogSecurityArtifact$instance {
|
|
18
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
|
|
19
|
+
|
|
18
20
|
UnsafeToString(): string;
|
|
19
21
|
}
|
|
20
22
|
|
|
@@ -22,6 +24,8 @@ export interface ISafeLogSecurityArtifact$instance {
|
|
|
22
24
|
export type ISafeLogSecurityArtifact = ISafeLogSecurityArtifact$instance;
|
|
23
25
|
|
|
24
26
|
export interface IdentityModelEventSource$instance extends EventSource {
|
|
27
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
28
|
+
|
|
25
29
|
LogLevel: EventLevel;
|
|
26
30
|
Write(level: EventLevel, innerException: Exception, message: string): void;
|
|
27
31
|
Write(level: EventLevel, innerException: Exception, message: string, ...args: unknown[]): void;
|
|
@@ -41,7 +45,6 @@ export interface IdentityModelEventSource$instance extends EventSource {
|
|
|
41
45
|
|
|
42
46
|
|
|
43
47
|
export const IdentityModelEventSource: {
|
|
44
|
-
new(): IdentityModelEventSource;
|
|
45
48
|
readonly Logger: IdentityModelEventSource;
|
|
46
49
|
ShowPII: boolean;
|
|
47
50
|
LogCompleteSecurityArtifact: boolean;
|
|
@@ -57,7 +60,7 @@ export interface LoggerContext$instance {
|
|
|
57
60
|
ActivityId: Guid;
|
|
58
61
|
CaptureLogs: boolean;
|
|
59
62
|
DebugId: string;
|
|
60
|
-
|
|
63
|
+
Logs: ICollection<System_Internal.String>;
|
|
61
64
|
PropertyBag: IDictionary<System_Internal.String, unknown>;
|
|
62
65
|
}
|
|
63
66
|
|
|
@@ -111,7 +114,10 @@ export const LogHelper: {
|
|
|
111
114
|
export type LogHelper = LogHelper$instance;
|
|
112
115
|
|
|
113
116
|
export interface TextWriterEventListener$instance extends EventListener {
|
|
117
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
118
|
+
|
|
114
119
|
Dispose(): void;
|
|
120
|
+
OnEventWritten(eventData: EventWrittenEventArgs): void;
|
|
115
121
|
}
|
|
116
122
|
|
|
117
123
|
|