@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,185 +1,161 @@
1
1
  {
2
2
  "namespace": "Microsoft.IdentityModel.Abstractions",
3
+ "contributingAssemblies": [
4
+ "Microsoft.IdentityModel.Abstractions"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel",
6
9
  "clrName": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
7
- "tsEmitName": "EventLogLevel",
8
10
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
9
11
  "metadataToken": 0,
12
+ "kind": "Enum",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": true,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Enum",
20
+ "clrName": "System.Enum"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "System.Private.CoreLib:System.IComparable",
25
+ "clrName": "System.IComparable"
26
+ },
27
+ {
28
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
29
+ "clrName": "System.ISpanFormattable"
30
+ },
31
+ {
32
+ "stableId": "System.Private.CoreLib:System.IFormattable",
33
+ "clrName": "System.IFormattable"
34
+ },
35
+ {
36
+ "stableId": "System.Private.CoreLib:System.IConvertible",
37
+ "clrName": "System.IConvertible"
38
+ }
39
+ ],
10
40
  "methods": [],
11
41
  "properties": [],
12
42
  "fields": [
13
43
  {
14
44
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::value__System.Int32",
15
45
  "clrName": "value__",
16
- "tsEmitName": "value__",
17
46
  "metadataToken": 67108865,
18
47
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
48
  "isStatic": false,
20
49
  "isReadOnly": false,
50
+ "isLiteral": false,
51
+ "visibility": "Public",
21
52
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
22
53
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
23
54
  },
24
55
  {
25
56
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::LogAlwaysMicrosoft.IdentityModel.Abstractions.EventLogLevel",
26
57
  "clrName": "LogAlways",
27
- "tsEmitName": "logAlways",
28
58
  "metadataToken": 67108866,
29
59
  "normalizedSignature": "LogAlways|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
30
60
  "isStatic": true,
31
61
  "isReadOnly": false,
62
+ "isLiteral": true,
63
+ "visibility": "Public",
32
64
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
33
65
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
34
66
  },
35
67
  {
36
68
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::CriticalMicrosoft.IdentityModel.Abstractions.EventLogLevel",
37
69
  "clrName": "Critical",
38
- "tsEmitName": "critical",
39
70
  "metadataToken": 67108867,
40
71
  "normalizedSignature": "Critical|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
41
72
  "isStatic": true,
42
73
  "isReadOnly": false,
74
+ "isLiteral": true,
75
+ "visibility": "Public",
43
76
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
44
77
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
45
78
  },
46
79
  {
47
80
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::ErrorMicrosoft.IdentityModel.Abstractions.EventLogLevel",
48
81
  "clrName": "Error",
49
- "tsEmitName": "error",
50
82
  "metadataToken": 67108868,
51
83
  "normalizedSignature": "Error|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
52
84
  "isStatic": true,
53
85
  "isReadOnly": false,
86
+ "isLiteral": true,
87
+ "visibility": "Public",
54
88
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
55
89
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
56
90
  },
57
91
  {
58
92
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::WarningMicrosoft.IdentityModel.Abstractions.EventLogLevel",
59
93
  "clrName": "Warning",
60
- "tsEmitName": "warning",
61
94
  "metadataToken": 67108869,
62
95
  "normalizedSignature": "Warning|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
63
96
  "isStatic": true,
64
97
  "isReadOnly": false,
98
+ "isLiteral": true,
99
+ "visibility": "Public",
65
100
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
66
101
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
67
102
  },
68
103
  {
69
104
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::InformationalMicrosoft.IdentityModel.Abstractions.EventLogLevel",
70
105
  "clrName": "Informational",
71
- "tsEmitName": "informational",
72
106
  "metadataToken": 67108870,
73
107
  "normalizedSignature": "Informational|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
74
108
  "isStatic": true,
75
109
  "isReadOnly": false,
110
+ "isLiteral": true,
111
+ "visibility": "Public",
76
112
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
77
113
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
78
114
  },
79
115
  {
80
116
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::VerboseMicrosoft.IdentityModel.Abstractions.EventLogLevel",
81
117
  "clrName": "Verbose",
82
- "tsEmitName": "verbose",
83
118
  "metadataToken": 67108871,
84
119
  "normalizedSignature": "Verbose|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
85
120
  "isStatic": true,
86
121
  "isReadOnly": false,
122
+ "isLiteral": true,
123
+ "visibility": "Public",
87
124
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
88
125
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
89
126
  }
90
127
  ],
91
128
  "events": [],
92
- "constructors": [],
93
- "exposedFields": [
94
- {
95
- "tsName": "value__",
96
- "isStatic": false,
97
- "tsSignatureId": "value__|System.Int32|static=false|const=false",
98
- "target": {
99
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
100
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
101
- "metadataToken": 67108865
102
- }
103
- },
104
- {
105
- "tsName": "logAlways",
106
- "isStatic": true,
107
- "tsSignatureId": "LogAlways|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
108
- "target": {
109
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
110
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
111
- "metadataToken": 67108866
112
- }
113
- },
114
- {
115
- "tsName": "critical",
116
- "isStatic": true,
117
- "tsSignatureId": "Critical|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
118
- "target": {
119
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
120
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
121
- "metadataToken": 67108867
122
- }
123
- },
124
- {
125
- "tsName": "error",
126
- "isStatic": true,
127
- "tsSignatureId": "Error|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
128
- "target": {
129
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
130
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
131
- "metadataToken": 67108868
132
- }
133
- },
134
- {
135
- "tsName": "warning",
136
- "isStatic": true,
137
- "tsSignatureId": "Warning|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
138
- "target": {
139
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
140
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
141
- "metadataToken": 67108869
142
- }
143
- },
144
- {
145
- "tsName": "informational",
146
- "isStatic": true,
147
- "tsSignatureId": "Informational|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
148
- "target": {
149
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
150
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
151
- "metadataToken": 67108870
152
- }
153
- },
154
- {
155
- "tsName": "verbose",
156
- "isStatic": true,
157
- "tsSignatureId": "Verbose|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
158
- "target": {
159
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
160
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
161
- "metadataToken": 67108871
162
- }
163
- }
164
- ]
129
+ "constructors": []
165
130
  },
166
131
  {
167
132
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger",
168
133
  "clrName": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
169
- "tsEmitName": "IIdentityLogger",
170
134
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
171
135
  "metadataToken": 0,
136
+ "kind": "Interface",
137
+ "accessibility": "Public",
138
+ "isAbstract": true,
139
+ "isSealed": false,
140
+ "isStatic": false,
141
+ "arity": 0,
172
142
  "methods": [
173
143
  {
174
144
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
175
145
  "clrName": "IsEnabled",
176
- "tsEmitName": "isEnabled",
177
146
  "metadataToken": 100663297,
178
147
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
179
148
  "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
180
149
  "emitScope": "ClassSurface",
150
+ "provenance": "Original",
181
151
  "arity": 0,
182
152
  "parameterCount": 1,
153
+ "isStatic": false,
154
+ "isAbstract": true,
155
+ "isVirtual": true,
156
+ "isOverride": false,
157
+ "isSealed": false,
158
+ "visibility": "Public",
183
159
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
184
160
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
185
161
  "isExtensionMethod": false
@@ -187,13 +163,19 @@
187
163
  {
188
164
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::Log(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
189
165
  "clrName": "Log",
190
- "tsEmitName": "log",
191
166
  "metadataToken": 100663298,
192
167
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
193
168
  "normalizedSignature": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
194
169
  "emitScope": "ClassSurface",
170
+ "provenance": "Original",
195
171
  "arity": 0,
196
172
  "parameterCount": 1,
173
+ "isStatic": false,
174
+ "isAbstract": true,
175
+ "isVirtual": true,
176
+ "isOverride": false,
177
+ "isSealed": false,
178
+ "visibility": "Public",
197
179
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
198
180
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
199
181
  "isExtensionMethod": false
@@ -202,47 +184,36 @@
202
184
  "properties": [],
203
185
  "fields": [],
204
186
  "events": [],
205
- "constructors": [],
206
- "exposedMethods": [
207
- {
208
- "tsName": "isEnabled",
209
- "isStatic": false,
210
- "tsSignatureId": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
211
- "target": {
212
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
213
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
214
- "metadataToken": 100663297
215
- }
216
- },
217
- {
218
- "tsName": "log",
219
- "isStatic": false,
220
- "tsSignatureId": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
221
- "target": {
222
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
223
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
224
- "metadataToken": 100663298
225
- }
226
- }
227
- ]
187
+ "constructors": []
228
188
  },
229
189
  {
230
190
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient",
231
191
  "clrName": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
232
- "tsEmitName": "ITelemetryClient",
233
192
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
234
193
  "metadataToken": 0,
194
+ "kind": "Interface",
195
+ "accessibility": "Public",
196
+ "isAbstract": true,
197
+ "isSealed": false,
198
+ "isStatic": false,
199
+ "arity": 0,
235
200
  "methods": [
236
201
  {
237
202
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::Initialize():System.Void",
238
203
  "clrName": "Initialize",
239
- "tsEmitName": "initialize",
240
204
  "metadataToken": 100663301,
241
205
  "canonicalSignature": "():System.Void",
242
206
  "normalizedSignature": "Initialize|():System.Void|static=false",
243
207
  "emitScope": "ClassSurface",
208
+ "provenance": "Original",
244
209
  "arity": 0,
245
210
  "parameterCount": 0,
211
+ "isStatic": false,
212
+ "isAbstract": true,
213
+ "isVirtual": true,
214
+ "isOverride": false,
215
+ "isSealed": false,
216
+ "visibility": "Public",
246
217
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
247
218
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
248
219
  "isExtensionMethod": false
@@ -250,13 +221,19 @@
250
221
  {
251
222
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled():System.Boolean",
252
223
  "clrName": "IsEnabled",
253
- "tsEmitName": "isEnabled",
254
224
  "metadataToken": 100663302,
255
225
  "canonicalSignature": "():System.Boolean",
256
226
  "normalizedSignature": "IsEnabled|():System.Boolean|static=false",
257
227
  "emitScope": "ClassSurface",
228
+ "provenance": "Original",
258
229
  "arity": 0,
259
230
  "parameterCount": 0,
231
+ "isStatic": false,
232
+ "isAbstract": true,
233
+ "isVirtual": true,
234
+ "isOverride": false,
235
+ "isSealed": false,
236
+ "visibility": "Public",
260
237
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
261
238
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
262
239
  "isExtensionMethod": false
@@ -264,13 +241,19 @@
264
241
  {
265
242
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled(System.String):System.Boolean",
266
243
  "clrName": "IsEnabled",
267
- "tsEmitName": "isEnabled",
268
244
  "metadataToken": 100663303,
269
245
  "canonicalSignature": "(System.String):System.Boolean",
270
246
  "normalizedSignature": "IsEnabled|(System.String):System.Boolean|static=false",
271
247
  "emitScope": "ClassSurface",
248
+ "provenance": "Original",
272
249
  "arity": 0,
273
250
  "parameterCount": 1,
251
+ "isStatic": false,
252
+ "isAbstract": true,
253
+ "isVirtual": true,
254
+ "isOverride": false,
255
+ "isSealed": false,
256
+ "visibility": "Public",
274
257
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
275
258
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
276
259
  "isExtensionMethod": false
@@ -278,13 +261,19 @@
278
261
  {
279
262
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
280
263
  "clrName": "TrackEvent",
281
- "tsEmitName": "trackEvent",
282
264
  "metadataToken": 100663304,
283
265
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
284
266
  "normalizedSignature": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
285
267
  "emitScope": "ClassSurface",
268
+ "provenance": "Original",
286
269
  "arity": 0,
287
270
  "parameterCount": 1,
271
+ "isStatic": false,
272
+ "isAbstract": true,
273
+ "isVirtual": true,
274
+ "isOverride": false,
275
+ "isSealed": false,
276
+ "visibility": "Public",
288
277
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
289
278
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
290
279
  "isExtensionMethod": false
@@ -292,13 +281,19 @@
292
281
  {
293
282
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
294
283
  "clrName": "TrackEvent",
295
- "tsEmitName": "trackEvent",
296
284
  "metadataToken": 100663305,
297
285
  "canonicalSignature": "(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
298
286
  "normalizedSignature": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
299
287
  "emitScope": "ClassSurface",
288
+ "provenance": "Original",
300
289
  "arity": 0,
301
290
  "parameterCount": 7,
291
+ "isStatic": false,
292
+ "isAbstract": true,
293
+ "isVirtual": true,
294
+ "isOverride": false,
295
+ "isSealed": false,
296
+ "visibility": "Public",
302
297
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
303
298
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
304
299
  "isExtensionMethod": false
@@ -308,133 +303,98 @@
308
303
  {
309
304
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::ClientId:System.String",
310
305
  "clrName": "ClientId",
311
- "tsEmitName": "clientId",
312
306
  "metadataToken": 385875969,
313
307
  "canonicalSignature": ":System.String",
314
308
  "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
315
309
  "emitScope": "ClassSurface",
310
+ "provenance": "Original",
316
311
  "isIndexer": false,
317
312
  "hasGetter": true,
318
313
  "hasSetter": true,
314
+ "isStatic": false,
315
+ "isAbstract": true,
316
+ "isVirtual": true,
317
+ "isOverride": false,
318
+ "visibility": "Public",
319
319
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
320
320
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
321
321
  }
322
322
  ],
323
323
  "fields": [],
324
324
  "events": [],
325
- "constructors": [],
326
- "exposedMethods": [
327
- {
328
- "tsName": "initialize",
329
- "isStatic": false,
330
- "tsSignatureId": "Initialize|():System.Void|static=false",
331
- "target": {
332
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
333
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
334
- "metadataToken": 100663301
335
- }
336
- },
337
- {
338
- "tsName": "isEnabled",
339
- "isStatic": false,
340
- "tsSignatureId": "IsEnabled|():System.Boolean|static=false",
341
- "target": {
342
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
343
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
344
- "metadataToken": 100663302
345
- }
346
- },
347
- {
348
- "tsName": "isEnabled",
349
- "isStatic": false,
350
- "tsSignatureId": "IsEnabled|(System.String):System.Boolean|static=false",
351
- "target": {
352
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
353
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
354
- "metadataToken": 100663303
355
- }
356
- },
357
- {
358
- "tsName": "trackEvent",
359
- "isStatic": false,
360
- "tsSignatureId": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
361
- "target": {
362
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
363
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
364
- "metadataToken": 100663304
365
- }
366
- },
367
- {
368
- "tsName": "trackEvent",
369
- "isStatic": false,
370
- "tsSignatureId": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
371
- "target": {
372
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
373
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
374
- "metadataToken": 100663305
375
- }
376
- }
377
- ],
378
- "exposedProperties": [
379
- {
380
- "tsName": "clientId",
381
- "isStatic": false,
382
- "tsSignatureId": "ClientId|:System.String|static=false|accessor=getset",
383
- "target": {
384
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
385
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
386
- "metadataToken": 385875969
387
- }
388
- }
389
- ]
325
+ "constructors": []
390
326
  },
391
327
  {
392
328
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry",
393
329
  "clrName": "Microsoft.IdentityModel.Abstractions.LogEntry",
394
- "tsEmitName": "LogEntry",
395
330
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
396
331
  "metadataToken": 0,
332
+ "kind": "Class",
333
+ "accessibility": "Public",
334
+ "isAbstract": false,
335
+ "isSealed": false,
336
+ "isStatic": false,
337
+ "arity": 0,
338
+ "baseType": {
339
+ "stableId": "System.Private.CoreLib:System.Object",
340
+ "clrName": "System.Object"
341
+ },
397
342
  "methods": [],
398
343
  "properties": [
399
344
  {
400
345
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry::EventLogLevel:Microsoft.IdentityModel.Abstractions.EventLogLevel",
401
346
  "clrName": "EventLogLevel",
402
- "tsEmitName": "eventLogLevel",
403
347
  "metadataToken": 385875970,
404
348
  "canonicalSignature": ":Microsoft.IdentityModel.Abstractions.EventLogLevel",
405
349
  "normalizedSignature": "EventLogLevel|:Microsoft.IdentityModel.Abstractions.EventLogLevel|static=false|accessor=getset",
406
350
  "emitScope": "ClassSurface",
351
+ "provenance": "Original",
407
352
  "isIndexer": false,
408
353
  "hasGetter": true,
409
354
  "hasSetter": true,
355
+ "isStatic": false,
356
+ "isAbstract": false,
357
+ "isVirtual": false,
358
+ "isOverride": false,
359
+ "visibility": "Public",
410
360
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
411
361
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
412
362
  },
413
363
  {
414
364
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry::Message:System.String",
415
365
  "clrName": "Message",
416
- "tsEmitName": "message",
417
366
  "metadataToken": 385875971,
418
367
  "canonicalSignature": ":System.String",
419
368
  "normalizedSignature": "Message|:System.String|static=false|accessor=getset",
420
369
  "emitScope": "ClassSurface",
370
+ "provenance": "Original",
421
371
  "isIndexer": false,
422
372
  "hasGetter": true,
423
373
  "hasSetter": true,
374
+ "isStatic": false,
375
+ "isAbstract": false,
376
+ "isVirtual": false,
377
+ "isOverride": false,
378
+ "visibility": "Public",
424
379
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
425
380
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
426
381
  },
427
382
  {
428
383
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry::CorrelationId:System.String",
429
384
  "clrName": "CorrelationId",
430
- "tsEmitName": "correlationId",
431
385
  "metadataToken": 385875972,
432
386
  "canonicalSignature": ":System.String",
433
387
  "normalizedSignature": "CorrelationId|:System.String|static=false|accessor=getset",
434
388
  "emitScope": "ClassSurface",
389
+ "provenance": "Original",
435
390
  "isIndexer": false,
436
391
  "hasGetter": true,
437
392
  "hasSetter": true,
393
+ "isStatic": false,
394
+ "isAbstract": false,
395
+ "isVirtual": false,
396
+ "isOverride": false,
397
+ "visibility": "Public",
438
398
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
439
399
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
440
400
  }
@@ -449,71 +409,50 @@
449
409
  "normalizedSignature": "constructor|():void|static=false",
450
410
  "isStatic": false,
451
411
  "parameterCount": 0,
412
+ "visibility": "Public",
452
413
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
453
414
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
454
415
  }
455
- ],
456
- "exposedProperties": [
457
- {
458
- "tsName": "eventLogLevel",
459
- "isStatic": false,
460
- "tsSignatureId": "EventLogLevel|:Microsoft.IdentityModel.Abstractions.EventLogLevel|static=false|accessor=getset",
461
- "target": {
462
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
463
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
464
- "metadataToken": 385875970
465
- }
466
- },
467
- {
468
- "tsName": "message",
469
- "isStatic": false,
470
- "tsSignatureId": "Message|:System.String|static=false|accessor=getset",
471
- "target": {
472
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
473
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
474
- "metadataToken": 385875971
475
- }
476
- },
477
- {
478
- "tsName": "correlationId",
479
- "isStatic": false,
480
- "tsSignatureId": "CorrelationId|:System.String|static=false|accessor=getset",
481
- "target": {
482
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
483
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
484
- "metadataToken": 385875972
485
- }
486
- }
487
- ],
488
- "exposedConstructors": [
489
- {
490
- "isStatic": false,
491
- "tsSignatureId": "constructor|():void|static=false",
492
- "target": {
493
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
494
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
495
- "metadataToken": 100663312
496
- }
497
- }
498
416
  ]
499
417
  },
500
418
  {
501
419
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
502
420
  "clrName": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
503
- "tsEmitName": "NullIdentityModelLogger",
504
421
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
505
422
  "metadataToken": 0,
423
+ "kind": "Class",
424
+ "accessibility": "Public",
425
+ "isAbstract": false,
426
+ "isSealed": true,
427
+ "isStatic": false,
428
+ "arity": 0,
429
+ "baseType": {
430
+ "stableId": "System.Private.CoreLib:System.Object",
431
+ "clrName": "System.Object"
432
+ },
433
+ "interfaces": [
434
+ {
435
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger",
436
+ "clrName": "Microsoft.IdentityModel.Abstractions.IIdentityLogger"
437
+ }
438
+ ],
506
439
  "methods": [
507
440
  {
508
441
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
509
442
  "clrName": "IsEnabled",
510
- "tsEmitName": "isEnabled",
511
443
  "metadataToken": 100663315,
512
444
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
513
445
  "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
514
446
  "emitScope": "ClassSurface",
447
+ "provenance": "Original",
515
448
  "arity": 0,
516
449
  "parameterCount": 1,
450
+ "isStatic": false,
451
+ "isAbstract": false,
452
+ "isVirtual": true,
453
+ "isOverride": false,
454
+ "isSealed": true,
455
+ "visibility": "Public",
517
456
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
518
457
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
519
458
  "isExtensionMethod": false
@@ -521,13 +460,19 @@
521
460
  {
522
461
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger::Log(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
523
462
  "clrName": "Log",
524
- "tsEmitName": "log",
525
463
  "metadataToken": 100663316,
526
464
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
527
465
  "normalizedSignature": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
528
466
  "emitScope": "ClassSurface",
467
+ "provenance": "Original",
529
468
  "arity": 0,
530
469
  "parameterCount": 1,
470
+ "isStatic": false,
471
+ "isAbstract": false,
472
+ "isVirtual": true,
473
+ "isOverride": false,
474
+ "isSealed": true,
475
+ "visibility": "Public",
531
476
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
532
477
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
533
478
  "isExtensionMethod": false
@@ -535,123 +480,109 @@
535
480
  {
536
481
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
537
482
  "clrName": "IsEnabled",
538
- "tsEmitName": "isEnabled$view",
539
483
  "metadataToken": 100663297,
540
484
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
541
485
  "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
542
486
  "emitScope": "ViewOnly",
487
+ "provenance": "ExplicitView",
543
488
  "arity": 0,
544
489
  "parameterCount": 1,
490
+ "isStatic": false,
491
+ "isAbstract": false,
492
+ "isVirtual": true,
493
+ "isOverride": false,
494
+ "isSealed": false,
495
+ "visibility": "Public",
545
496
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
546
497
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
547
- "isExtensionMethod": false
498
+ "isExtensionMethod": false,
499
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.IIdentityLogger"
548
500
  },
549
501
  {
550
502
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::Log(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
551
503
  "clrName": "Log",
552
- "tsEmitName": "log$view",
553
504
  "metadataToken": 100663298,
554
505
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
555
506
  "normalizedSignature": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
556
507
  "emitScope": "ViewOnly",
508
+ "provenance": "ExplicitView",
557
509
  "arity": 0,
558
510
  "parameterCount": 1,
511
+ "isStatic": false,
512
+ "isAbstract": false,
513
+ "isVirtual": true,
514
+ "isOverride": false,
515
+ "isSealed": false,
516
+ "visibility": "Public",
559
517
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
560
518
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
561
- "isExtensionMethod": false
519
+ "isExtensionMethod": false,
520
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.IIdentityLogger"
562
521
  }
563
522
  ],
564
523
  "properties": [
565
524
  {
566
525
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger::Instance:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
567
526
  "clrName": "Instance",
568
- "tsEmitName": "instance",
569
527
  "metadataToken": 385875973,
570
528
  "canonicalSignature": ":Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
571
529
  "normalizedSignature": "Instance|:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger|static=true|accessor=get",
572
530
  "emitScope": "ClassSurface",
531
+ "provenance": "Original",
573
532
  "isIndexer": false,
574
533
  "hasGetter": true,
575
534
  "hasSetter": false,
535
+ "isStatic": true,
536
+ "isAbstract": false,
537
+ "isVirtual": false,
538
+ "isOverride": false,
539
+ "visibility": "Public",
576
540
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
577
541
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
578
542
  }
579
543
  ],
580
544
  "fields": [],
581
545
  "events": [],
582
- "constructors": [],
583
- "exposedMethods": [
584
- {
585
- "tsName": "isEnabled",
586
- "isStatic": false,
587
- "tsSignatureId": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
588
- "target": {
589
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
590
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
591
- "metadataToken": 100663315
592
- }
593
- },
594
- {
595
- "tsName": "log",
596
- "isStatic": false,
597
- "tsSignatureId": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
598
- "target": {
599
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
600
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
601
- "metadataToken": 100663316
602
- }
603
- },
604
- {
605
- "tsName": "isEnabled$view",
606
- "isStatic": false,
607
- "tsSignatureId": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
608
- "target": {
609
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
610
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
611
- "metadataToken": 100663297
612
- }
613
- },
614
- {
615
- "tsName": "log$view",
616
- "isStatic": false,
617
- "tsSignatureId": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
618
- "target": {
619
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
620
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
621
- "metadataToken": 100663298
622
- }
623
- }
624
- ],
625
- "exposedProperties": [
626
- {
627
- "tsName": "instance",
628
- "isStatic": true,
629
- "tsSignatureId": "Instance|:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger|static=true|accessor=get",
630
- "target": {
631
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
632
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
633
- "metadataToken": 385875973
634
- }
635
- }
636
- ]
546
+ "constructors": []
637
547
  },
638
548
  {
639
549
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
640
550
  "clrName": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
641
- "tsEmitName": "NullTelemetryClient",
642
551
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
643
552
  "metadataToken": 0,
553
+ "kind": "Class",
554
+ "accessibility": "Public",
555
+ "isAbstract": false,
556
+ "isSealed": false,
557
+ "isStatic": false,
558
+ "arity": 0,
559
+ "baseType": {
560
+ "stableId": "System.Private.CoreLib:System.Object",
561
+ "clrName": "System.Object"
562
+ },
563
+ "interfaces": [
564
+ {
565
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient",
566
+ "clrName": "Microsoft.IdentityModel.Abstractions.ITelemetryClient"
567
+ }
568
+ ],
644
569
  "methods": [
645
570
  {
646
571
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::IsEnabled():System.Boolean",
647
572
  "clrName": "IsEnabled",
648
- "tsEmitName": "isEnabled",
649
573
  "metadataToken": 100663322,
650
574
  "canonicalSignature": "():System.Boolean",
651
575
  "normalizedSignature": "IsEnabled|():System.Boolean|static=false",
652
576
  "emitScope": "ClassSurface",
577
+ "provenance": "Original",
653
578
  "arity": 0,
654
579
  "parameterCount": 0,
580
+ "isStatic": false,
581
+ "isAbstract": false,
582
+ "isVirtual": true,
583
+ "isOverride": false,
584
+ "isSealed": true,
585
+ "visibility": "Public",
655
586
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
656
587
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
657
588
  "isExtensionMethod": false
@@ -659,13 +590,19 @@
659
590
  {
660
591
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::IsEnabled(System.String):System.Boolean",
661
592
  "clrName": "IsEnabled",
662
- "tsEmitName": "isEnabled",
663
593
  "metadataToken": 100663323,
664
594
  "canonicalSignature": "(System.String):System.Boolean",
665
595
  "normalizedSignature": "IsEnabled|(System.String):System.Boolean|static=false",
666
596
  "emitScope": "ClassSurface",
597
+ "provenance": "Original",
667
598
  "arity": 0,
668
599
  "parameterCount": 1,
600
+ "isStatic": false,
601
+ "isAbstract": false,
602
+ "isVirtual": true,
603
+ "isOverride": false,
604
+ "isSealed": true,
605
+ "visibility": "Public",
669
606
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
670
607
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
671
608
  "isExtensionMethod": false
@@ -673,13 +610,19 @@
673
610
  {
674
611
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::Initialize():System.Void",
675
612
  "clrName": "Initialize",
676
- "tsEmitName": "initialize",
677
613
  "metadataToken": 100663324,
678
614
  "canonicalSignature": "():System.Void",
679
615
  "normalizedSignature": "Initialize|():System.Void|static=false",
680
616
  "emitScope": "ClassSurface",
617
+ "provenance": "Original",
681
618
  "arity": 0,
682
619
  "parameterCount": 0,
620
+ "isStatic": false,
621
+ "isAbstract": false,
622
+ "isVirtual": true,
623
+ "isOverride": false,
624
+ "isSealed": true,
625
+ "visibility": "Public",
683
626
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
684
627
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
685
628
  "isExtensionMethod": false
@@ -687,13 +630,19 @@
687
630
  {
688
631
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
689
632
  "clrName": "TrackEvent",
690
- "tsEmitName": "trackEvent",
691
633
  "metadataToken": 100663325,
692
634
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
693
635
  "normalizedSignature": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
694
636
  "emitScope": "ClassSurface",
637
+ "provenance": "Original",
695
638
  "arity": 0,
696
639
  "parameterCount": 1,
640
+ "isStatic": false,
641
+ "isAbstract": false,
642
+ "isVirtual": true,
643
+ "isOverride": false,
644
+ "isSealed": true,
645
+ "visibility": "Public",
697
646
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
698
647
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
699
648
  "isExtensionMethod": false
@@ -701,13 +650,19 @@
701
650
  {
702
651
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::TrackEvent(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
703
652
  "clrName": "TrackEvent",
704
- "tsEmitName": "trackEvent",
705
653
  "metadataToken": 100663326,
706
654
  "canonicalSignature": "(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
707
655
  "normalizedSignature": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
708
656
  "emitScope": "ClassSurface",
657
+ "provenance": "Original",
709
658
  "arity": 0,
710
659
  "parameterCount": 7,
660
+ "isStatic": false,
661
+ "isAbstract": false,
662
+ "isVirtual": true,
663
+ "isOverride": false,
664
+ "isSealed": true,
665
+ "visibility": "Public",
711
666
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
712
667
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
713
668
  "isExtensionMethod": false
@@ -715,273 +670,205 @@
715
670
  {
716
671
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::Initialize():System.Void",
717
672
  "clrName": "Initialize",
718
- "tsEmitName": "initialize$view",
719
673
  "metadataToken": 100663301,
720
674
  "canonicalSignature": "():System.Void",
721
675
  "normalizedSignature": "Initialize|():System.Void|static=false",
722
676
  "emitScope": "ViewOnly",
677
+ "provenance": "ExplicitView",
723
678
  "arity": 0,
724
679
  "parameterCount": 0,
680
+ "isStatic": false,
681
+ "isAbstract": false,
682
+ "isVirtual": true,
683
+ "isOverride": false,
684
+ "isSealed": false,
685
+ "visibility": "Public",
725
686
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
726
687
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
727
- "isExtensionMethod": false
688
+ "isExtensionMethod": false,
689
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.ITelemetryClient"
728
690
  },
729
691
  {
730
692
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled():System.Boolean",
731
693
  "clrName": "IsEnabled",
732
- "tsEmitName": "isEnabled$view",
733
694
  "metadataToken": 100663302,
734
695
  "canonicalSignature": "():System.Boolean",
735
696
  "normalizedSignature": "IsEnabled|():System.Boolean|static=false",
736
697
  "emitScope": "ViewOnly",
698
+ "provenance": "ExplicitView",
737
699
  "arity": 0,
738
700
  "parameterCount": 0,
701
+ "isStatic": false,
702
+ "isAbstract": false,
703
+ "isVirtual": true,
704
+ "isOverride": false,
705
+ "isSealed": false,
706
+ "visibility": "Public",
739
707
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
740
708
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
741
- "isExtensionMethod": false
709
+ "isExtensionMethod": false,
710
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.ITelemetryClient"
742
711
  },
743
712
  {
744
713
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled(System.String):System.Boolean",
745
714
  "clrName": "IsEnabled",
746
- "tsEmitName": "isEnabled$view2",
747
715
  "metadataToken": 100663303,
748
716
  "canonicalSignature": "(System.String):System.Boolean",
749
717
  "normalizedSignature": "IsEnabled|(System.String):System.Boolean|static=false",
750
718
  "emitScope": "ViewOnly",
719
+ "provenance": "ExplicitView",
751
720
  "arity": 0,
752
721
  "parameterCount": 1,
722
+ "isStatic": false,
723
+ "isAbstract": false,
724
+ "isVirtual": true,
725
+ "isOverride": false,
726
+ "isSealed": false,
727
+ "visibility": "Public",
753
728
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
754
729
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
755
- "isExtensionMethod": false
730
+ "isExtensionMethod": false,
731
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.ITelemetryClient"
756
732
  },
757
733
  {
758
734
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
759
735
  "clrName": "TrackEvent",
760
- "tsEmitName": "trackEvent$view",
761
736
  "metadataToken": 100663304,
762
737
  "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
763
738
  "normalizedSignature": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
764
739
  "emitScope": "ViewOnly",
740
+ "provenance": "ExplicitView",
765
741
  "arity": 0,
766
742
  "parameterCount": 1,
743
+ "isStatic": false,
744
+ "isAbstract": false,
745
+ "isVirtual": true,
746
+ "isOverride": false,
747
+ "isSealed": false,
748
+ "visibility": "Public",
767
749
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
768
750
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
769
- "isExtensionMethod": false
751
+ "isExtensionMethod": false,
752
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.ITelemetryClient"
770
753
  },
771
754
  {
772
755
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
773
756
  "clrName": "TrackEvent",
774
- "tsEmitName": "trackEvent$view2",
775
757
  "metadataToken": 100663305,
776
758
  "canonicalSignature": "(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
777
759
  "normalizedSignature": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
778
760
  "emitScope": "ViewOnly",
761
+ "provenance": "ExplicitView",
779
762
  "arity": 0,
780
763
  "parameterCount": 7,
764
+ "isStatic": false,
765
+ "isAbstract": false,
766
+ "isVirtual": true,
767
+ "isOverride": false,
768
+ "isSealed": false,
769
+ "visibility": "Public",
781
770
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
782
771
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
783
- "isExtensionMethod": false
772
+ "isExtensionMethod": false,
773
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.ITelemetryClient"
784
774
  }
785
775
  ],
786
776
  "properties": [
787
777
  {
788
778
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::ClientId:System.String",
789
779
  "clrName": "ClientId",
790
- "tsEmitName": "clientId",
791
780
  "metadataToken": 385875974,
792
781
  "canonicalSignature": ":System.String",
793
782
  "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
794
783
  "emitScope": "ClassSurface",
784
+ "provenance": "Original",
795
785
  "isIndexer": false,
796
786
  "hasGetter": true,
797
787
  "hasSetter": true,
788
+ "isStatic": false,
789
+ "isAbstract": false,
790
+ "isVirtual": true,
791
+ "isOverride": false,
792
+ "visibility": "Public",
798
793
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
799
794
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
800
795
  },
801
796
  {
802
797
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::Instance:Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
803
798
  "clrName": "Instance",
804
- "tsEmitName": "instance",
805
799
  "metadataToken": 385875975,
806
800
  "canonicalSignature": ":Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
807
801
  "normalizedSignature": "Instance|:Microsoft.IdentityModel.Abstractions.NullTelemetryClient|static=true|accessor=get",
808
802
  "emitScope": "ClassSurface",
803
+ "provenance": "Original",
809
804
  "isIndexer": false,
810
805
  "hasGetter": true,
811
806
  "hasSetter": false,
807
+ "isStatic": true,
808
+ "isAbstract": false,
809
+ "isVirtual": false,
810
+ "isOverride": false,
811
+ "visibility": "Public",
812
812
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
813
813
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
814
814
  },
815
815
  {
816
816
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::ClientId:System.String",
817
817
  "clrName": "ClientId",
818
- "tsEmitName": "clientId$view",
819
818
  "metadataToken": 385875969,
820
819
  "canonicalSignature": ":System.String",
821
820
  "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
822
821
  "emitScope": "ViewOnly",
822
+ "provenance": "ExplicitView",
823
823
  "isIndexer": false,
824
824
  "hasGetter": true,
825
825
  "hasSetter": true,
826
+ "isStatic": false,
827
+ "isAbstract": false,
828
+ "isVirtual": true,
829
+ "isOverride": false,
830
+ "visibility": "Public",
831
+ "sourceInterface": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
826
832
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
827
833
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
828
834
  }
829
835
  ],
830
836
  "fields": [],
831
837
  "events": [],
832
- "constructors": [],
833
- "exposedMethods": [
834
- {
835
- "tsName": "isEnabled",
836
- "isStatic": false,
837
- "tsSignatureId": "IsEnabled|():System.Boolean|static=false",
838
- "target": {
839
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
840
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
841
- "metadataToken": 100663322
842
- }
843
- },
844
- {
845
- "tsName": "isEnabled",
846
- "isStatic": false,
847
- "tsSignatureId": "IsEnabled|(System.String):System.Boolean|static=false",
848
- "target": {
849
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
850
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
851
- "metadataToken": 100663323
852
- }
853
- },
854
- {
855
- "tsName": "initialize",
856
- "isStatic": false,
857
- "tsSignatureId": "Initialize|():System.Void|static=false",
858
- "target": {
859
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
860
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
861
- "metadataToken": 100663324
862
- }
863
- },
864
- {
865
- "tsName": "trackEvent",
866
- "isStatic": false,
867
- "tsSignatureId": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
868
- "target": {
869
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
870
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
871
- "metadataToken": 100663325
872
- }
873
- },
874
- {
875
- "tsName": "trackEvent",
876
- "isStatic": false,
877
- "tsSignatureId": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
878
- "target": {
879
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
880
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
881
- "metadataToken": 100663326
882
- }
883
- },
884
- {
885
- "tsName": "initialize$view",
886
- "isStatic": false,
887
- "tsSignatureId": "Initialize|():System.Void|static=false",
888
- "target": {
889
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
890
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
891
- "metadataToken": 100663301
892
- }
893
- },
894
- {
895
- "tsName": "isEnabled$view",
896
- "isStatic": false,
897
- "tsSignatureId": "IsEnabled|():System.Boolean|static=false",
898
- "target": {
899
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
900
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
901
- "metadataToken": 100663302
902
- }
903
- },
904
- {
905
- "tsName": "isEnabled$view2",
906
- "isStatic": false,
907
- "tsSignatureId": "IsEnabled|(System.String):System.Boolean|static=false",
908
- "target": {
909
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
910
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
911
- "metadataToken": 100663303
912
- }
913
- },
914
- {
915
- "tsName": "trackEvent$view",
916
- "isStatic": false,
917
- "tsSignatureId": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
918
- "target": {
919
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
920
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
921
- "metadataToken": 100663304
922
- }
923
- },
924
- {
925
- "tsName": "trackEvent$view2",
926
- "isStatic": false,
927
- "tsSignatureId": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
928
- "target": {
929
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
930
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
931
- "metadataToken": 100663305
932
- }
933
- }
934
- ],
935
- "exposedProperties": [
936
- {
937
- "tsName": "clientId",
938
- "isStatic": false,
939
- "tsSignatureId": "ClientId|:System.String|static=false|accessor=getset",
940
- "target": {
941
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
942
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
943
- "metadataToken": 385875974
944
- }
945
- },
946
- {
947
- "tsName": "instance",
948
- "isStatic": true,
949
- "tsSignatureId": "Instance|:Microsoft.IdentityModel.Abstractions.NullTelemetryClient|static=true|accessor=get",
950
- "target": {
951
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
952
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
953
- "metadataToken": 385875975
954
- }
955
- },
956
- {
957
- "tsName": "clientId$view",
958
- "isStatic": false,
959
- "tsSignatureId": "ClientId|:System.String|static=false|accessor=getset",
960
- "target": {
961
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
962
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
963
- "metadataToken": 385875969
964
- }
965
- }
966
- ]
838
+ "constructors": []
967
839
  },
968
840
  {
969
841
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
970
842
  "clrName": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
971
- "tsEmitName": "TelemetryEventDetails",
972
843
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
973
844
  "metadataToken": 0,
845
+ "kind": "Class",
846
+ "accessibility": "Public",
847
+ "isAbstract": true,
848
+ "isSealed": false,
849
+ "isStatic": false,
850
+ "arity": 0,
851
+ "baseType": {
852
+ "stableId": "System.Private.CoreLib:System.Object",
853
+ "clrName": "System.Object"
854
+ },
974
855
  "methods": [
975
856
  {
976
857
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.String):System.Void",
977
858
  "clrName": "SetProperty",
978
- "tsEmitName": "setProperty",
979
859
  "metadataToken": 100663332,
980
860
  "canonicalSignature": "(System.String,System.String):System.Void",
981
861
  "normalizedSignature": "SetProperty|(System.String,System.String):System.Void|static=false",
982
862
  "emitScope": "ClassSurface",
863
+ "provenance": "Original",
983
864
  "arity": 0,
984
865
  "parameterCount": 2,
866
+ "isStatic": false,
867
+ "isAbstract": false,
868
+ "isVirtual": true,
869
+ "isOverride": false,
870
+ "isSealed": false,
871
+ "visibility": "Public",
985
872
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
986
873
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
987
874
  "isExtensionMethod": false
@@ -989,13 +876,19 @@
989
876
  {
990
877
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Int64):System.Void",
991
878
  "clrName": "SetProperty",
992
- "tsEmitName": "setProperty",
993
879
  "metadataToken": 100663333,
994
880
  "canonicalSignature": "(System.String,System.Int64):System.Void",
995
881
  "normalizedSignature": "SetProperty|(System.String,System.Int64):System.Void|static=false",
996
882
  "emitScope": "ClassSurface",
883
+ "provenance": "Original",
997
884
  "arity": 0,
998
885
  "parameterCount": 2,
886
+ "isStatic": false,
887
+ "isAbstract": false,
888
+ "isVirtual": true,
889
+ "isOverride": false,
890
+ "isSealed": false,
891
+ "visibility": "Public",
999
892
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1000
893
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1001
894
  "isExtensionMethod": false
@@ -1003,13 +896,19 @@
1003
896
  {
1004
897
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Boolean):System.Void",
1005
898
  "clrName": "SetProperty",
1006
- "tsEmitName": "setProperty",
1007
899
  "metadataToken": 100663334,
1008
900
  "canonicalSignature": "(System.String,System.Boolean):System.Void",
1009
901
  "normalizedSignature": "SetProperty|(System.String,System.Boolean):System.Void|static=false",
1010
902
  "emitScope": "ClassSurface",
903
+ "provenance": "Original",
1011
904
  "arity": 0,
1012
905
  "parameterCount": 2,
906
+ "isStatic": false,
907
+ "isAbstract": false,
908
+ "isVirtual": true,
909
+ "isOverride": false,
910
+ "isSealed": false,
911
+ "visibility": "Public",
1013
912
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1014
913
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1015
914
  "isExtensionMethod": false
@@ -1017,13 +916,19 @@
1017
916
  {
1018
917
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.DateTime):System.Void",
1019
918
  "clrName": "SetProperty",
1020
- "tsEmitName": "setProperty",
1021
919
  "metadataToken": 100663335,
1022
920
  "canonicalSignature": "(System.String,System.DateTime):System.Void",
1023
921
  "normalizedSignature": "SetProperty|(System.String,System.DateTime):System.Void|static=false",
1024
922
  "emitScope": "ClassSurface",
923
+ "provenance": "Original",
1025
924
  "arity": 0,
1026
925
  "parameterCount": 2,
926
+ "isStatic": false,
927
+ "isAbstract": false,
928
+ "isVirtual": true,
929
+ "isOverride": false,
930
+ "isSealed": false,
931
+ "visibility": "Public",
1027
932
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1028
933
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1029
934
  "isExtensionMethod": false
@@ -1031,13 +936,19 @@
1031
936
  {
1032
937
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Double):System.Void",
1033
938
  "clrName": "SetProperty",
1034
- "tsEmitName": "setProperty",
1035
939
  "metadataToken": 100663336,
1036
940
  "canonicalSignature": "(System.String,System.Double):System.Void",
1037
941
  "normalizedSignature": "SetProperty|(System.String,System.Double):System.Void|static=false",
1038
942
  "emitScope": "ClassSurface",
943
+ "provenance": "Original",
1039
944
  "arity": 0,
1040
945
  "parameterCount": 2,
946
+ "isStatic": false,
947
+ "isAbstract": false,
948
+ "isVirtual": true,
949
+ "isOverride": false,
950
+ "isSealed": false,
951
+ "visibility": "Public",
1041
952
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1042
953
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1043
954
  "isExtensionMethod": false
@@ -1045,234 +956,168 @@
1045
956
  {
1046
957
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Guid):System.Void",
1047
958
  "clrName": "SetProperty",
1048
- "tsEmitName": "setProperty",
1049
959
  "metadataToken": 100663337,
1050
960
  "canonicalSignature": "(System.String,System.Guid):System.Void",
1051
961
  "normalizedSignature": "SetProperty|(System.String,System.Guid):System.Void|static=false",
1052
962
  "emitScope": "ClassSurface",
963
+ "provenance": "Original",
1053
964
  "arity": 0,
1054
965
  "parameterCount": 2,
966
+ "isStatic": false,
967
+ "isAbstract": false,
968
+ "isVirtual": true,
969
+ "isOverride": false,
970
+ "isSealed": false,
971
+ "visibility": "Public",
1055
972
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1056
973
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1057
974
  "isExtensionMethod": false
1058
975
  }
1059
976
  ],
1060
977
  "properties": [
978
+ {
979
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::PropertyValues:System.Collections.Generic.IDictionary_2[[System.String,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]]",
980
+ "clrName": "PropertyValues",
981
+ "metadataToken": 385875976,
982
+ "canonicalSignature": ":System.Collections.Generic.IDictionary_2[[System.String,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]]",
983
+ "normalizedSignature": "PropertyValues|:System.Collections.Generic.IDictionary_2[[System.String,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]]|static=false|accessor=get",
984
+ "emitScope": "ClassSurface",
985
+ "provenance": "Original",
986
+ "isIndexer": false,
987
+ "hasGetter": true,
988
+ "hasSetter": false,
989
+ "isStatic": false,
990
+ "isAbstract": false,
991
+ "isVirtual": false,
992
+ "isOverride": false,
993
+ "visibility": "ProtectedInternal",
994
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
995
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
996
+ },
1061
997
  {
1062
998
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::Name:System.String",
1063
999
  "clrName": "Name",
1064
- "tsEmitName": "name",
1065
1000
  "metadataToken": 385875977,
1066
1001
  "canonicalSignature": ":System.String",
1067
1002
  "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
1068
1003
  "emitScope": "ClassSurface",
1004
+ "provenance": "Original",
1069
1005
  "isIndexer": false,
1070
1006
  "hasGetter": true,
1071
1007
  "hasSetter": true,
1008
+ "isStatic": false,
1009
+ "isAbstract": false,
1010
+ "isVirtual": true,
1011
+ "isOverride": false,
1012
+ "visibility": "Public",
1072
1013
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1073
1014
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1074
1015
  },
1075
1016
  {
1076
1017
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::Properties:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,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]]",
1077
1018
  "clrName": "Properties",
1078
- "tsEmitName": "properties",
1079
1019
  "metadataToken": 385875978,
1080
1020
  "canonicalSignature": ":System.Collections.Generic.IReadOnlyDictionary_2[[System.String,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]]",
1081
1021
  "normalizedSignature": "Properties|:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,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]]|static=false|accessor=get",
1082
1022
  "emitScope": "ClassSurface",
1023
+ "provenance": "Original",
1083
1024
  "isIndexer": false,
1084
1025
  "hasGetter": true,
1085
1026
  "hasSetter": false,
1027
+ "isStatic": false,
1028
+ "isAbstract": false,
1029
+ "isVirtual": true,
1030
+ "isOverride": false,
1031
+ "visibility": "Public",
1086
1032
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1087
1033
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1088
1034
  }
1089
1035
  ],
1090
1036
  "fields": [],
1091
1037
  "events": [],
1092
- "constructors": [],
1093
- "exposedMethods": [
1094
- {
1095
- "tsName": "setProperty",
1096
- "isStatic": false,
1097
- "tsSignatureId": "SetProperty|(System.String,System.String):System.Void|static=false",
1098
- "target": {
1099
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1100
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1101
- "metadataToken": 100663332
1102
- }
1103
- },
1104
- {
1105
- "tsName": "setProperty",
1106
- "isStatic": false,
1107
- "tsSignatureId": "SetProperty|(System.String,System.Int64):System.Void|static=false",
1108
- "target": {
1109
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1110
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1111
- "metadataToken": 100663333
1112
- }
1113
- },
1114
- {
1115
- "tsName": "setProperty",
1116
- "isStatic": false,
1117
- "tsSignatureId": "SetProperty|(System.String,System.Boolean):System.Void|static=false",
1118
- "target": {
1119
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1120
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1121
- "metadataToken": 100663334
1122
- }
1123
- },
1124
- {
1125
- "tsName": "setProperty",
1126
- "isStatic": false,
1127
- "tsSignatureId": "SetProperty|(System.String,System.DateTime):System.Void|static=false",
1128
- "target": {
1129
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1130
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1131
- "metadataToken": 100663335
1132
- }
1133
- },
1134
- {
1135
- "tsName": "setProperty",
1136
- "isStatic": false,
1137
- "tsSignatureId": "SetProperty|(System.String,System.Double):System.Void|static=false",
1138
- "target": {
1139
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1140
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1141
- "metadataToken": 100663336
1142
- }
1143
- },
1144
- {
1145
- "tsName": "setProperty",
1146
- "isStatic": false,
1147
- "tsSignatureId": "SetProperty|(System.String,System.Guid):System.Void|static=false",
1148
- "target": {
1149
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1150
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1151
- "metadataToken": 100663337
1152
- }
1153
- }
1154
- ],
1155
- "exposedProperties": [
1156
- {
1157
- "tsName": "name",
1158
- "isStatic": false,
1159
- "tsSignatureId": "Name|:System.String|static=false|accessor=getset",
1160
- "target": {
1161
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1162
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1163
- "metadataToken": 385875977
1164
- }
1165
- },
1038
+ "constructors": [
1166
1039
  {
1167
- "tsName": "properties",
1040
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::.ctor():void",
1041
+ "metadataToken": 100663339,
1042
+ "canonicalSignature": "():void",
1043
+ "normalizedSignature": "constructor|():void|static=false",
1168
1044
  "isStatic": false,
1169
- "tsSignatureId": "Properties|:System.Collections.Generic.IReadOnlyDictionary_2[[System.String,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]]|static=false|accessor=get",
1170
- "target": {
1171
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1172
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1173
- "metadataToken": 385875978
1174
- }
1045
+ "parameterCount": 0,
1046
+ "visibility": "Protected",
1047
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1048
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1175
1049
  }
1176
1050
  ]
1177
1051
  },
1178
1052
  {
1179
1053
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1180
1054
  "clrName": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1181
- "tsEmitName": "ObservabilityConstants",
1182
1055
  "assemblyName": "Microsoft.IdentityModel.Abstractions",
1183
1056
  "metadataToken": 0,
1057
+ "kind": "StaticNamespace",
1058
+ "accessibility": "Public",
1059
+ "isAbstract": true,
1060
+ "isSealed": true,
1061
+ "isStatic": true,
1062
+ "arity": 0,
1063
+ "baseType": {
1064
+ "stableId": "System.Private.CoreLib:System.Object",
1065
+ "clrName": "System.Object"
1066
+ },
1184
1067
  "methods": [],
1185
1068
  "properties": [],
1186
1069
  "fields": [
1187
1070
  {
1188
1071
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::SucceededSystem.String",
1189
1072
  "clrName": "Succeeded",
1190
- "tsEmitName": "succeeded",
1191
1073
  "metadataToken": 67108878,
1192
1074
  "normalizedSignature": "Succeeded|System.String|static=true|const=true",
1193
1075
  "isStatic": true,
1194
1076
  "isReadOnly": false,
1077
+ "isLiteral": true,
1078
+ "visibility": "Public",
1195
1079
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1196
1080
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1197
1081
  },
1198
1082
  {
1199
1083
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::DurationSystem.String",
1200
1084
  "clrName": "Duration",
1201
- "tsEmitName": "duration",
1202
1085
  "metadataToken": 67108879,
1203
1086
  "normalizedSignature": "Duration|System.String|static=true|const=true",
1204
1087
  "isStatic": true,
1205
1088
  "isReadOnly": false,
1089
+ "isLiteral": true,
1090
+ "visibility": "Public",
1206
1091
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1207
1092
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1208
1093
  },
1209
1094
  {
1210
1095
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::ActivityIdSystem.String",
1211
1096
  "clrName": "ActivityId",
1212
- "tsEmitName": "activityId",
1213
1097
  "metadataToken": 67108880,
1214
1098
  "normalizedSignature": "ActivityId|System.String|static=true|const=true",
1215
1099
  "isStatic": true,
1216
1100
  "isReadOnly": false,
1101
+ "isLiteral": true,
1102
+ "visibility": "Public",
1217
1103
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1218
1104
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1219
1105
  },
1220
1106
  {
1221
1107
  "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::ClientIdSystem.String",
1222
1108
  "clrName": "ClientId",
1223
- "tsEmitName": "clientId",
1224
1109
  "metadataToken": 67108881,
1225
1110
  "normalizedSignature": "ClientId|System.String|static=true|const=true",
1226
1111
  "isStatic": true,
1227
1112
  "isReadOnly": false,
1113
+ "isLiteral": true,
1114
+ "visibility": "Public",
1228
1115
  "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1229
1116
  "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1230
1117
  }
1231
1118
  ],
1232
1119
  "events": [],
1233
- "constructors": [],
1234
- "exposedFields": [
1235
- {
1236
- "tsName": "succeeded",
1237
- "isStatic": true,
1238
- "tsSignatureId": "Succeeded|System.String|static=true|const=true",
1239
- "target": {
1240
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1241
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1242
- "metadataToken": 67108878
1243
- }
1244
- },
1245
- {
1246
- "tsName": "duration",
1247
- "isStatic": true,
1248
- "tsSignatureId": "Duration|System.String|static=true|const=true",
1249
- "target": {
1250
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1251
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1252
- "metadataToken": 67108879
1253
- }
1254
- },
1255
- {
1256
- "tsName": "activityId",
1257
- "isStatic": true,
1258
- "tsSignatureId": "ActivityId|System.String|static=true|const=true",
1259
- "target": {
1260
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1261
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1262
- "metadataToken": 67108880
1263
- }
1264
- },
1265
- {
1266
- "tsName": "clientId",
1267
- "isStatic": true,
1268
- "tsSignatureId": "ClientId|System.String|static=true|const=true",
1269
- "target": {
1270
- "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1271
- "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1272
- "metadataToken": 67108881
1273
- }
1274
- }
1275
- ]
1120
+ "constructors": []
1276
1121
  }
1277
1122
  ]
1278
1123
  }