@tsonic/dotnet 10.0.41 → 10.0.42

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 (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -43,7 +43,7 @@
43
43
  {
44
44
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::value__System.Int32",
45
45
  "clrName": "value__",
46
- "metadataToken": 67116939,
46
+ "metadataToken": 67116934,
47
47
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
48
48
  "isStatic": false,
49
49
  "isReadOnly": false,
@@ -55,7 +55,7 @@
55
55
  {
56
56
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::NoneSystem.Diagnostics.Tracing.EventActivityOptions",
57
57
  "clrName": "None",
58
- "metadataToken": 67116940,
58
+ "metadataToken": 67116935,
59
59
  "normalizedSignature": "None|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
60
60
  "isStatic": true,
61
61
  "isReadOnly": false,
@@ -67,7 +67,7 @@
67
67
  {
68
68
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::DisableSystem.Diagnostics.Tracing.EventActivityOptions",
69
69
  "clrName": "Disable",
70
- "metadataToken": 67116941,
70
+ "metadataToken": 67116936,
71
71
  "normalizedSignature": "Disable|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
72
72
  "isStatic": true,
73
73
  "isReadOnly": false,
@@ -79,7 +79,7 @@
79
79
  {
80
80
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::RecursiveSystem.Diagnostics.Tracing.EventActivityOptions",
81
81
  "clrName": "Recursive",
82
- "metadataToken": 67116942,
82
+ "metadataToken": 67116937,
83
83
  "normalizedSignature": "Recursive|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
84
84
  "isStatic": true,
85
85
  "isReadOnly": false,
@@ -91,7 +91,7 @@
91
91
  {
92
92
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventActivityOptions::DetachableSystem.Diagnostics.Tracing.EventActivityOptions",
93
93
  "clrName": "Detachable",
94
- "metadataToken": 67116943,
94
+ "metadataToken": 67116938,
95
95
  "normalizedSignature": "Detachable|System.Diagnostics.Tracing.EventActivityOptions|static=true|const=true",
96
96
  "isStatic": true,
97
97
  "isReadOnly": false,
@@ -143,7 +143,7 @@
143
143
  {
144
144
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::value__System.Byte",
145
145
  "clrName": "value__",
146
- "metadataToken": 67117364,
146
+ "metadataToken": 67117359,
147
147
  "normalizedSignature": "value__|System.Byte|static=false|const=false",
148
148
  "isStatic": false,
149
149
  "isReadOnly": false,
@@ -155,7 +155,7 @@
155
155
  {
156
156
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::NoneSystem.Diagnostics.Tracing.EventChannel",
157
157
  "clrName": "None",
158
- "metadataToken": 67117365,
158
+ "metadataToken": 67117360,
159
159
  "normalizedSignature": "None|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
160
160
  "isStatic": true,
161
161
  "isReadOnly": false,
@@ -167,7 +167,7 @@
167
167
  {
168
168
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::AdminSystem.Diagnostics.Tracing.EventChannel",
169
169
  "clrName": "Admin",
170
- "metadataToken": 67117366,
170
+ "metadataToken": 67117361,
171
171
  "normalizedSignature": "Admin|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
172
172
  "isStatic": true,
173
173
  "isReadOnly": false,
@@ -179,7 +179,7 @@
179
179
  {
180
180
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::OperationalSystem.Diagnostics.Tracing.EventChannel",
181
181
  "clrName": "Operational",
182
- "metadataToken": 67117367,
182
+ "metadataToken": 67117362,
183
183
  "normalizedSignature": "Operational|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
184
184
  "isStatic": true,
185
185
  "isReadOnly": false,
@@ -191,7 +191,7 @@
191
191
  {
192
192
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::AnalyticSystem.Diagnostics.Tracing.EventChannel",
193
193
  "clrName": "Analytic",
194
- "metadataToken": 67117368,
194
+ "metadataToken": 67117363,
195
195
  "normalizedSignature": "Analytic|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
196
196
  "isStatic": true,
197
197
  "isReadOnly": false,
@@ -203,7 +203,7 @@
203
203
  {
204
204
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventChannel::DebugSystem.Diagnostics.Tracing.EventChannel",
205
205
  "clrName": "Debug",
206
- "metadataToken": 67117369,
206
+ "metadataToken": 67117364,
207
207
  "normalizedSignature": "Debug|System.Diagnostics.Tracing.EventChannel|static=true|const=true",
208
208
  "isStatic": true,
209
209
  "isReadOnly": false,
@@ -255,7 +255,7 @@
255
255
  {
256
256
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::value__System.Int32",
257
257
  "clrName": "value__",
258
- "metadataToken": 67117151,
258
+ "metadataToken": 67117146,
259
259
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
260
260
  "isStatic": false,
261
261
  "isReadOnly": false,
@@ -267,7 +267,7 @@
267
267
  {
268
268
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::UpdateSystem.Diagnostics.Tracing.EventCommand",
269
269
  "clrName": "Update",
270
- "metadataToken": 67117152,
270
+ "metadataToken": 67117147,
271
271
  "normalizedSignature": "Update|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
272
272
  "isStatic": true,
273
273
  "isReadOnly": false,
@@ -279,7 +279,7 @@
279
279
  {
280
280
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::SendManifestSystem.Diagnostics.Tracing.EventCommand",
281
281
  "clrName": "SendManifest",
282
- "metadataToken": 67117153,
282
+ "metadataToken": 67117148,
283
283
  "normalizedSignature": "SendManifest|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
284
284
  "isStatic": true,
285
285
  "isReadOnly": false,
@@ -291,7 +291,7 @@
291
291
  {
292
292
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::EnableSystem.Diagnostics.Tracing.EventCommand",
293
293
  "clrName": "Enable",
294
- "metadataToken": 67117154,
294
+ "metadataToken": 67117149,
295
295
  "normalizedSignature": "Enable|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
296
296
  "isStatic": true,
297
297
  "isReadOnly": false,
@@ -303,7 +303,7 @@
303
303
  {
304
304
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommand::DisableSystem.Diagnostics.Tracing.EventCommand",
305
305
  "clrName": "Disable",
306
- "metadataToken": 67117155,
306
+ "metadataToken": 67117150,
307
307
  "normalizedSignature": "Disable|System.Diagnostics.Tracing.EventCommand|static=true|const=true",
308
308
  "isStatic": true,
309
309
  "isReadOnly": false,
@@ -355,7 +355,7 @@
355
355
  {
356
356
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::value__System.Int32",
357
357
  "clrName": "value__",
358
- "metadataToken": 67117406,
358
+ "metadataToken": 67117401,
359
359
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
360
360
  "isStatic": false,
361
361
  "isReadOnly": false,
@@ -367,7 +367,7 @@
367
367
  {
368
368
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::DefaultSystem.Diagnostics.Tracing.EventFieldFormat",
369
369
  "clrName": "Default",
370
- "metadataToken": 67117407,
370
+ "metadataToken": 67117402,
371
371
  "normalizedSignature": "Default|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
372
372
  "isStatic": true,
373
373
  "isReadOnly": false,
@@ -379,7 +379,7 @@
379
379
  {
380
380
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::StringSystem.Diagnostics.Tracing.EventFieldFormat",
381
381
  "clrName": "String",
382
- "metadataToken": 67117408,
382
+ "metadataToken": 67117403,
383
383
  "normalizedSignature": "String|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
384
384
  "isStatic": true,
385
385
  "isReadOnly": false,
@@ -391,7 +391,7 @@
391
391
  {
392
392
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::BooleanSystem.Diagnostics.Tracing.EventFieldFormat",
393
393
  "clrName": "Boolean",
394
- "metadataToken": 67117409,
394
+ "metadataToken": 67117404,
395
395
  "normalizedSignature": "Boolean|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
396
396
  "isStatic": true,
397
397
  "isReadOnly": false,
@@ -403,7 +403,7 @@
403
403
  {
404
404
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::HexadecimalSystem.Diagnostics.Tracing.EventFieldFormat",
405
405
  "clrName": "Hexadecimal",
406
- "metadataToken": 67117410,
406
+ "metadataToken": 67117405,
407
407
  "normalizedSignature": "Hexadecimal|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
408
408
  "isStatic": true,
409
409
  "isReadOnly": false,
@@ -415,7 +415,7 @@
415
415
  {
416
416
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::XmlSystem.Diagnostics.Tracing.EventFieldFormat",
417
417
  "clrName": "Xml",
418
- "metadataToken": 67117411,
418
+ "metadataToken": 67117406,
419
419
  "normalizedSignature": "Xml|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
420
420
  "isStatic": true,
421
421
  "isReadOnly": false,
@@ -427,7 +427,7 @@
427
427
  {
428
428
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::JsonSystem.Diagnostics.Tracing.EventFieldFormat",
429
429
  "clrName": "Json",
430
- "metadataToken": 67117412,
430
+ "metadataToken": 67117407,
431
431
  "normalizedSignature": "Json|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
432
432
  "isStatic": true,
433
433
  "isReadOnly": false,
@@ -439,7 +439,7 @@
439
439
  {
440
440
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldFormat::HResultSystem.Diagnostics.Tracing.EventFieldFormat",
441
441
  "clrName": "HResult",
442
- "metadataToken": 67117413,
442
+ "metadataToken": 67117408,
443
443
  "normalizedSignature": "HResult|System.Diagnostics.Tracing.EventFieldFormat|static=true|const=true",
444
444
  "isStatic": true,
445
445
  "isReadOnly": false,
@@ -491,7 +491,7 @@
491
491
  {
492
492
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldTags::value__System.Int32",
493
493
  "clrName": "value__",
494
- "metadataToken": 67117401,
494
+ "metadataToken": 67117396,
495
495
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
496
496
  "isStatic": false,
497
497
  "isReadOnly": false,
@@ -503,7 +503,7 @@
503
503
  {
504
504
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldTags::NoneSystem.Diagnostics.Tracing.EventFieldTags",
505
505
  "clrName": "None",
506
- "metadataToken": 67117402,
506
+ "metadataToken": 67117397,
507
507
  "normalizedSignature": "None|System.Diagnostics.Tracing.EventFieldTags|static=true|const=true",
508
508
  "isStatic": true,
509
509
  "isReadOnly": false,
@@ -555,7 +555,7 @@
555
555
  {
556
556
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::value__System.Int64",
557
557
  "clrName": "value__",
558
- "metadataToken": 67117370,
558
+ "metadataToken": 67117365,
559
559
  "normalizedSignature": "value__|System.Int64|static=false|const=false",
560
560
  "isStatic": false,
561
561
  "isReadOnly": false,
@@ -567,7 +567,7 @@
567
567
  {
568
568
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::NoneSystem.Diagnostics.Tracing.EventKeywords",
569
569
  "clrName": "None",
570
- "metadataToken": 67117371,
570
+ "metadataToken": 67117366,
571
571
  "normalizedSignature": "None|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
572
572
  "isStatic": true,
573
573
  "isReadOnly": false,
@@ -579,7 +579,7 @@
579
579
  {
580
580
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::AllSystem.Diagnostics.Tracing.EventKeywords",
581
581
  "clrName": "All",
582
- "metadataToken": 67117372,
582
+ "metadataToken": 67117367,
583
583
  "normalizedSignature": "All|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
584
584
  "isStatic": true,
585
585
  "isReadOnly": false,
@@ -591,7 +591,7 @@
591
591
  {
592
592
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::MicrosoftTelemetrySystem.Diagnostics.Tracing.EventKeywords",
593
593
  "clrName": "MicrosoftTelemetry",
594
- "metadataToken": 67117373,
594
+ "metadataToken": 67117368,
595
595
  "normalizedSignature": "MicrosoftTelemetry|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
596
596
  "isStatic": true,
597
597
  "isReadOnly": false,
@@ -603,7 +603,7 @@
603
603
  {
604
604
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::WdiContextSystem.Diagnostics.Tracing.EventKeywords",
605
605
  "clrName": "WdiContext",
606
- "metadataToken": 67117374,
606
+ "metadataToken": 67117369,
607
607
  "normalizedSignature": "WdiContext|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
608
608
  "isStatic": true,
609
609
  "isReadOnly": false,
@@ -615,7 +615,7 @@
615
615
  {
616
616
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::WdiDiagnosticSystem.Diagnostics.Tracing.EventKeywords",
617
617
  "clrName": "WdiDiagnostic",
618
- "metadataToken": 67117375,
618
+ "metadataToken": 67117370,
619
619
  "normalizedSignature": "WdiDiagnostic|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
620
620
  "isStatic": true,
621
621
  "isReadOnly": false,
@@ -627,7 +627,7 @@
627
627
  {
628
628
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::SqmSystem.Diagnostics.Tracing.EventKeywords",
629
629
  "clrName": "Sqm",
630
- "metadataToken": 67117376,
630
+ "metadataToken": 67117371,
631
631
  "normalizedSignature": "Sqm|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
632
632
  "isStatic": true,
633
633
  "isReadOnly": false,
@@ -639,7 +639,7 @@
639
639
  {
640
640
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::AuditFailureSystem.Diagnostics.Tracing.EventKeywords",
641
641
  "clrName": "AuditFailure",
642
- "metadataToken": 67117377,
642
+ "metadataToken": 67117372,
643
643
  "normalizedSignature": "AuditFailure|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
644
644
  "isStatic": true,
645
645
  "isReadOnly": false,
@@ -651,7 +651,7 @@
651
651
  {
652
652
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::AuditSuccessSystem.Diagnostics.Tracing.EventKeywords",
653
653
  "clrName": "AuditSuccess",
654
- "metadataToken": 67117378,
654
+ "metadataToken": 67117373,
655
655
  "normalizedSignature": "AuditSuccess|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
656
656
  "isStatic": true,
657
657
  "isReadOnly": false,
@@ -663,7 +663,7 @@
663
663
  {
664
664
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::CorrelationHintSystem.Diagnostics.Tracing.EventKeywords",
665
665
  "clrName": "CorrelationHint",
666
- "metadataToken": 67117379,
666
+ "metadataToken": 67117374,
667
667
  "normalizedSignature": "CorrelationHint|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
668
668
  "isStatic": true,
669
669
  "isReadOnly": false,
@@ -675,7 +675,7 @@
675
675
  {
676
676
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventKeywords::EventLogClassicSystem.Diagnostics.Tracing.EventKeywords",
677
677
  "clrName": "EventLogClassic",
678
- "metadataToken": 67117380,
678
+ "metadataToken": 67117375,
679
679
  "normalizedSignature": "EventLogClassic|System.Diagnostics.Tracing.EventKeywords|static=true|const=true",
680
680
  "isStatic": true,
681
681
  "isReadOnly": false,
@@ -727,7 +727,7 @@
727
727
  {
728
728
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::value__System.Int32",
729
729
  "clrName": "value__",
730
- "metadataToken": 67117343,
730
+ "metadataToken": 67117338,
731
731
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
732
732
  "isStatic": false,
733
733
  "isReadOnly": false,
@@ -739,7 +739,7 @@
739
739
  {
740
740
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::LogAlwaysSystem.Diagnostics.Tracing.EventLevel",
741
741
  "clrName": "LogAlways",
742
- "metadataToken": 67117344,
742
+ "metadataToken": 67117339,
743
743
  "normalizedSignature": "LogAlways|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
744
744
  "isStatic": true,
745
745
  "isReadOnly": false,
@@ -751,7 +751,7 @@
751
751
  {
752
752
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::CriticalSystem.Diagnostics.Tracing.EventLevel",
753
753
  "clrName": "Critical",
754
- "metadataToken": 67117345,
754
+ "metadataToken": 67117340,
755
755
  "normalizedSignature": "Critical|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
756
756
  "isStatic": true,
757
757
  "isReadOnly": false,
@@ -763,7 +763,7 @@
763
763
  {
764
764
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::ErrorSystem.Diagnostics.Tracing.EventLevel",
765
765
  "clrName": "Error",
766
- "metadataToken": 67117346,
766
+ "metadataToken": 67117341,
767
767
  "normalizedSignature": "Error|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
768
768
  "isStatic": true,
769
769
  "isReadOnly": false,
@@ -775,7 +775,7 @@
775
775
  {
776
776
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::WarningSystem.Diagnostics.Tracing.EventLevel",
777
777
  "clrName": "Warning",
778
- "metadataToken": 67117347,
778
+ "metadataToken": 67117342,
779
779
  "normalizedSignature": "Warning|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
780
780
  "isStatic": true,
781
781
  "isReadOnly": false,
@@ -787,7 +787,7 @@
787
787
  {
788
788
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::InformationalSystem.Diagnostics.Tracing.EventLevel",
789
789
  "clrName": "Informational",
790
- "metadataToken": 67117348,
790
+ "metadataToken": 67117343,
791
791
  "normalizedSignature": "Informational|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
792
792
  "isStatic": true,
793
793
  "isReadOnly": false,
@@ -799,7 +799,7 @@
799
799
  {
800
800
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventLevel::VerboseSystem.Diagnostics.Tracing.EventLevel",
801
801
  "clrName": "Verbose",
802
- "metadataToken": 67117349,
802
+ "metadataToken": 67117344,
803
803
  "normalizedSignature": "Verbose|System.Diagnostics.Tracing.EventLevel|static=true|const=true",
804
804
  "isStatic": true,
805
805
  "isReadOnly": false,
@@ -851,7 +851,7 @@
851
851
  {
852
852
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::value__System.Int32",
853
853
  "clrName": "value__",
854
- "metadataToken": 67117160,
854
+ "metadataToken": 67117155,
855
855
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
856
856
  "isStatic": false,
857
857
  "isReadOnly": false,
@@ -863,7 +863,7 @@
863
863
  {
864
864
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::NoneSystem.Diagnostics.Tracing.EventManifestOptions",
865
865
  "clrName": "None",
866
- "metadataToken": 67117161,
866
+ "metadataToken": 67117156,
867
867
  "normalizedSignature": "None|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
868
868
  "isStatic": true,
869
869
  "isReadOnly": false,
@@ -875,7 +875,7 @@
875
875
  {
876
876
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::StrictSystem.Diagnostics.Tracing.EventManifestOptions",
877
877
  "clrName": "Strict",
878
- "metadataToken": 67117162,
878
+ "metadataToken": 67117157,
879
879
  "normalizedSignature": "Strict|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
880
880
  "isStatic": true,
881
881
  "isReadOnly": false,
@@ -887,7 +887,7 @@
887
887
  {
888
888
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::AllCulturesSystem.Diagnostics.Tracing.EventManifestOptions",
889
889
  "clrName": "AllCultures",
890
- "metadataToken": 67117163,
890
+ "metadataToken": 67117158,
891
891
  "normalizedSignature": "AllCultures|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
892
892
  "isStatic": true,
893
893
  "isReadOnly": false,
@@ -899,7 +899,7 @@
899
899
  {
900
900
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::OnlyIfNeededForRegistrationSystem.Diagnostics.Tracing.EventManifestOptions",
901
901
  "clrName": "OnlyIfNeededForRegistration",
902
- "metadataToken": 67117164,
902
+ "metadataToken": 67117159,
903
903
  "normalizedSignature": "OnlyIfNeededForRegistration|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
904
904
  "isStatic": true,
905
905
  "isReadOnly": false,
@@ -911,7 +911,7 @@
911
911
  {
912
912
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventManifestOptions::AllowEventSourceOverrideSystem.Diagnostics.Tracing.EventManifestOptions",
913
913
  "clrName": "AllowEventSourceOverride",
914
- "metadataToken": 67117165,
914
+ "metadataToken": 67117160,
915
915
  "normalizedSignature": "AllowEventSourceOverride|System.Diagnostics.Tracing.EventManifestOptions|static=true|const=true",
916
916
  "isStatic": true,
917
917
  "isReadOnly": false,
@@ -963,7 +963,7 @@
963
963
  {
964
964
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::value__System.Int32",
965
965
  "clrName": "value__",
966
- "metadataToken": 67117352,
966
+ "metadataToken": 67117347,
967
967
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
968
968
  "isStatic": false,
969
969
  "isReadOnly": false,
@@ -975,7 +975,7 @@
975
975
  {
976
976
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::InfoSystem.Diagnostics.Tracing.EventOpcode",
977
977
  "clrName": "Info",
978
- "metadataToken": 67117353,
978
+ "metadataToken": 67117348,
979
979
  "normalizedSignature": "Info|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
980
980
  "isStatic": true,
981
981
  "isReadOnly": false,
@@ -987,7 +987,7 @@
987
987
  {
988
988
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::StartSystem.Diagnostics.Tracing.EventOpcode",
989
989
  "clrName": "Start",
990
- "metadataToken": 67117354,
990
+ "metadataToken": 67117349,
991
991
  "normalizedSignature": "Start|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
992
992
  "isStatic": true,
993
993
  "isReadOnly": false,
@@ -999,7 +999,7 @@
999
999
  {
1000
1000
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::StopSystem.Diagnostics.Tracing.EventOpcode",
1001
1001
  "clrName": "Stop",
1002
- "metadataToken": 67117355,
1002
+ "metadataToken": 67117350,
1003
1003
  "normalizedSignature": "Stop|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1004
1004
  "isStatic": true,
1005
1005
  "isReadOnly": false,
@@ -1011,7 +1011,7 @@
1011
1011
  {
1012
1012
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::DataCollectionStartSystem.Diagnostics.Tracing.EventOpcode",
1013
1013
  "clrName": "DataCollectionStart",
1014
- "metadataToken": 67117356,
1014
+ "metadataToken": 67117351,
1015
1015
  "normalizedSignature": "DataCollectionStart|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1016
1016
  "isStatic": true,
1017
1017
  "isReadOnly": false,
@@ -1023,7 +1023,7 @@
1023
1023
  {
1024
1024
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::DataCollectionStopSystem.Diagnostics.Tracing.EventOpcode",
1025
1025
  "clrName": "DataCollectionStop",
1026
- "metadataToken": 67117357,
1026
+ "metadataToken": 67117352,
1027
1027
  "normalizedSignature": "DataCollectionStop|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1028
1028
  "isStatic": true,
1029
1029
  "isReadOnly": false,
@@ -1035,7 +1035,7 @@
1035
1035
  {
1036
1036
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ExtensionSystem.Diagnostics.Tracing.EventOpcode",
1037
1037
  "clrName": "Extension",
1038
- "metadataToken": 67117358,
1038
+ "metadataToken": 67117353,
1039
1039
  "normalizedSignature": "Extension|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1040
1040
  "isStatic": true,
1041
1041
  "isReadOnly": false,
@@ -1047,7 +1047,7 @@
1047
1047
  {
1048
1048
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ReplySystem.Diagnostics.Tracing.EventOpcode",
1049
1049
  "clrName": "Reply",
1050
- "metadataToken": 67117359,
1050
+ "metadataToken": 67117354,
1051
1051
  "normalizedSignature": "Reply|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1052
1052
  "isStatic": true,
1053
1053
  "isReadOnly": false,
@@ -1059,7 +1059,7 @@
1059
1059
  {
1060
1060
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ResumeSystem.Diagnostics.Tracing.EventOpcode",
1061
1061
  "clrName": "Resume",
1062
- "metadataToken": 67117360,
1062
+ "metadataToken": 67117355,
1063
1063
  "normalizedSignature": "Resume|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1064
1064
  "isStatic": true,
1065
1065
  "isReadOnly": false,
@@ -1071,7 +1071,7 @@
1071
1071
  {
1072
1072
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::SuspendSystem.Diagnostics.Tracing.EventOpcode",
1073
1073
  "clrName": "Suspend",
1074
- "metadataToken": 67117361,
1074
+ "metadataToken": 67117356,
1075
1075
  "normalizedSignature": "Suspend|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1076
1076
  "isStatic": true,
1077
1077
  "isReadOnly": false,
@@ -1083,7 +1083,7 @@
1083
1083
  {
1084
1084
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::SendSystem.Diagnostics.Tracing.EventOpcode",
1085
1085
  "clrName": "Send",
1086
- "metadataToken": 67117362,
1086
+ "metadataToken": 67117357,
1087
1087
  "normalizedSignature": "Send|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1088
1088
  "isStatic": true,
1089
1089
  "isReadOnly": false,
@@ -1095,7 +1095,7 @@
1095
1095
  {
1096
1096
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventOpcode::ReceiveSystem.Diagnostics.Tracing.EventOpcode",
1097
1097
  "clrName": "Receive",
1098
- "metadataToken": 67117363,
1098
+ "metadataToken": 67117358,
1099
1099
  "normalizedSignature": "Receive|System.Diagnostics.Tracing.EventOpcode|static=true|const=true",
1100
1100
  "isStatic": true,
1101
1101
  "isReadOnly": false,
@@ -1147,7 +1147,7 @@
1147
1147
  {
1148
1148
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::value__System.Int32",
1149
1149
  "clrName": "value__",
1150
- "metadataToken": 67117090,
1150
+ "metadataToken": 67117085,
1151
1151
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1152
1152
  "isStatic": false,
1153
1153
  "isReadOnly": false,
@@ -1159,7 +1159,7 @@
1159
1159
  {
1160
1160
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::DefaultSystem.Diagnostics.Tracing.EventSourceSettings",
1161
1161
  "clrName": "Default",
1162
- "metadataToken": 67117091,
1162
+ "metadataToken": 67117086,
1163
1163
  "normalizedSignature": "Default|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
1164
1164
  "isStatic": true,
1165
1165
  "isReadOnly": false,
@@ -1171,7 +1171,7 @@
1171
1171
  {
1172
1172
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::ThrowOnEventWriteErrorsSystem.Diagnostics.Tracing.EventSourceSettings",
1173
1173
  "clrName": "ThrowOnEventWriteErrors",
1174
- "metadataToken": 67117092,
1174
+ "metadataToken": 67117087,
1175
1175
  "normalizedSignature": "ThrowOnEventWriteErrors|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
1176
1176
  "isStatic": true,
1177
1177
  "isReadOnly": false,
@@ -1183,7 +1183,7 @@
1183
1183
  {
1184
1184
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::EtwManifestEventFormatSystem.Diagnostics.Tracing.EventSourceSettings",
1185
1185
  "clrName": "EtwManifestEventFormat",
1186
- "metadataToken": 67117093,
1186
+ "metadataToken": 67117088,
1187
1187
  "normalizedSignature": "EtwManifestEventFormat|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
1188
1188
  "isStatic": true,
1189
1189
  "isReadOnly": false,
@@ -1195,7 +1195,7 @@
1195
1195
  {
1196
1196
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceSettings::EtwSelfDescribingEventFormatSystem.Diagnostics.Tracing.EventSourceSettings",
1197
1197
  "clrName": "EtwSelfDescribingEventFormat",
1198
- "metadataToken": 67117094,
1198
+ "metadataToken": 67117089,
1199
1199
  "normalizedSignature": "EtwSelfDescribingEventFormat|System.Diagnostics.Tracing.EventSourceSettings|static=true|const=true",
1200
1200
  "isStatic": true,
1201
1201
  "isReadOnly": false,
@@ -1247,7 +1247,7 @@
1247
1247
  {
1248
1248
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTags::value__System.Int32",
1249
1249
  "clrName": "value__",
1250
- "metadataToken": 67117594,
1250
+ "metadataToken": 67117589,
1251
1251
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1252
1252
  "isStatic": false,
1253
1253
  "isReadOnly": false,
@@ -1259,7 +1259,7 @@
1259
1259
  {
1260
1260
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTags::NoneSystem.Diagnostics.Tracing.EventTags",
1261
1261
  "clrName": "None",
1262
- "metadataToken": 67117595,
1262
+ "metadataToken": 67117590,
1263
1263
  "normalizedSignature": "None|System.Diagnostics.Tracing.EventTags|static=true|const=true",
1264
1264
  "isStatic": true,
1265
1265
  "isReadOnly": false,
@@ -1311,7 +1311,7 @@
1311
1311
  {
1312
1312
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTask::value__System.Int32",
1313
1313
  "clrName": "value__",
1314
- "metadataToken": 67117350,
1314
+ "metadataToken": 67117345,
1315
1315
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
1316
1316
  "isStatic": false,
1317
1317
  "isReadOnly": false,
@@ -1323,7 +1323,7 @@
1323
1323
  {
1324
1324
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventTask::NoneSystem.Diagnostics.Tracing.EventTask",
1325
1325
  "clrName": "None",
1326
- "metadataToken": 67117351,
1326
+ "metadataToken": 67117346,
1327
1327
  "normalizedSignature": "None|System.Diagnostics.Tracing.EventTask|static=true|const=true",
1328
1328
  "isStatic": true,
1329
1329
  "isReadOnly": false,
@@ -1356,7 +1356,7 @@
1356
1356
  {
1357
1357
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Level:System.Diagnostics.Tracing.EventLevel",
1358
1358
  "clrName": "Level",
1359
- "metadataToken": 385881050,
1359
+ "metadataToken": 385881052,
1360
1360
  "canonicalSignature": ":System.Diagnostics.Tracing.EventLevel",
1361
1361
  "normalizedSignature": "Level|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
1362
1362
  "emitScope": "ClassSurface",
@@ -1375,7 +1375,7 @@
1375
1375
  {
1376
1376
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Opcode:System.Diagnostics.Tracing.EventOpcode",
1377
1377
  "clrName": "Opcode",
1378
- "metadataToken": 385881051,
1378
+ "metadataToken": 385881053,
1379
1379
  "canonicalSignature": ":System.Diagnostics.Tracing.EventOpcode",
1380
1380
  "normalizedSignature": "Opcode|:System.Diagnostics.Tracing.EventOpcode|static=false|accessor=getset",
1381
1381
  "emitScope": "ClassSurface",
@@ -1394,7 +1394,7 @@
1394
1394
  {
1395
1395
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Keywords:System.Diagnostics.Tracing.EventKeywords",
1396
1396
  "clrName": "Keywords",
1397
- "metadataToken": 385881053,
1397
+ "metadataToken": 385881055,
1398
1398
  "canonicalSignature": ":System.Diagnostics.Tracing.EventKeywords",
1399
1399
  "normalizedSignature": "Keywords|:System.Diagnostics.Tracing.EventKeywords|static=false|accessor=getset",
1400
1400
  "emitScope": "ClassSurface",
@@ -1413,7 +1413,7 @@
1413
1413
  {
1414
1414
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::Tags:System.Diagnostics.Tracing.EventTags",
1415
1415
  "clrName": "Tags",
1416
- "metadataToken": 385881054,
1416
+ "metadataToken": 385881056,
1417
1417
  "canonicalSignature": ":System.Diagnostics.Tracing.EventTags",
1418
1418
  "normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventTags|static=false|accessor=getset",
1419
1419
  "emitScope": "ClassSurface",
@@ -1432,7 +1432,7 @@
1432
1432
  {
1433
1433
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceOptions::ActivityOptions:System.Diagnostics.Tracing.EventActivityOptions",
1434
1434
  "clrName": "ActivityOptions",
1435
- "metadataToken": 385881055,
1435
+ "metadataToken": 385881057,
1436
1436
  "canonicalSignature": ":System.Diagnostics.Tracing.EventActivityOptions",
1437
1437
  "normalizedSignature": "ActivityOptions|:System.Diagnostics.Tracing.EventActivityOptions|static=false|accessor=getset",
1438
1438
  "emitScope": "ClassSurface",
@@ -1478,7 +1478,7 @@
1478
1478
  {
1479
1479
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::Dispose():System.Void",
1480
1480
  "clrName": "Dispose",
1481
- "metadataToken": 100702000,
1481
+ "metadataToken": 100702005,
1482
1482
  "canonicalSignature": "():System.Void",
1483
1483
  "normalizedSignature": "Dispose|():System.Void|static=false",
1484
1484
  "emitScope": "ClassSurface",
@@ -1498,7 +1498,7 @@
1498
1498
  {
1499
1499
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::AddMetadata(System.String,System.String):System.Void",
1500
1500
  "clrName": "AddMetadata",
1501
- "metadataToken": 100702001,
1501
+ "metadataToken": 100702006,
1502
1502
  "canonicalSignature": "(System.String,System.String):System.Void",
1503
1503
  "normalizedSignature": "AddMetadata|(System.String,System.String):System.Void|static=false",
1504
1504
  "emitScope": "ClassSurface",
@@ -1541,7 +1541,7 @@
1541
1541
  {
1542
1542
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::DisplayName:System.String",
1543
1543
  "clrName": "DisplayName",
1544
- "metadataToken": 385880917,
1544
+ "metadataToken": 385880919,
1545
1545
  "canonicalSignature": ":System.String",
1546
1546
  "normalizedSignature": "DisplayName|:System.String|static=false|accessor=getset",
1547
1547
  "emitScope": "ClassSurface",
@@ -1560,7 +1560,7 @@
1560
1560
  {
1561
1561
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::DisplayUnits:System.String",
1562
1562
  "clrName": "DisplayUnits",
1563
- "metadataToken": 385880918,
1563
+ "metadataToken": 385880920,
1564
1564
  "canonicalSignature": ":System.String",
1565
1565
  "normalizedSignature": "DisplayUnits|:System.String|static=false|accessor=getset",
1566
1566
  "emitScope": "ClassSurface",
@@ -1579,7 +1579,7 @@
1579
1579
  {
1580
1580
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::Name:System.String",
1581
1581
  "clrName": "Name",
1582
- "metadataToken": 385880919,
1582
+ "metadataToken": 385880921,
1583
1583
  "canonicalSignature": ":System.String",
1584
1584
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
1585
1585
  "emitScope": "ClassSurface",
@@ -1598,7 +1598,7 @@
1598
1598
  {
1599
1599
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.DiagnosticCounter::EventSource:System.Diagnostics.Tracing.EventSource",
1600
1600
  "clrName": "EventSource",
1601
- "metadataToken": 385880920,
1601
+ "metadataToken": 385880922,
1602
1602
  "canonicalSignature": ":System.Diagnostics.Tracing.EventSource",
1603
1603
  "normalizedSignature": "EventSource|:System.Diagnostics.Tracing.EventSource|static=false|accessor=get",
1604
1604
  "emitScope": "ClassSurface",
@@ -1639,7 +1639,7 @@
1639
1639
  {
1640
1640
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::EventId:System.Int32",
1641
1641
  "clrName": "EventId",
1642
- "metadataToken": 385881009,
1642
+ "metadataToken": 385881011,
1643
1643
  "canonicalSignature": ":System.Int32",
1644
1644
  "normalizedSignature": "EventId|:System.Int32|static=false|accessor=get",
1645
1645
  "emitScope": "ClassSurface",
@@ -1658,7 +1658,7 @@
1658
1658
  {
1659
1659
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Level:System.Diagnostics.Tracing.EventLevel",
1660
1660
  "clrName": "Level",
1661
- "metadataToken": 385881010,
1661
+ "metadataToken": 385881012,
1662
1662
  "canonicalSignature": ":System.Diagnostics.Tracing.EventLevel",
1663
1663
  "normalizedSignature": "Level|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
1664
1664
  "emitScope": "ClassSurface",
@@ -1677,7 +1677,7 @@
1677
1677
  {
1678
1678
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Keywords:System.Diagnostics.Tracing.EventKeywords",
1679
1679
  "clrName": "Keywords",
1680
- "metadataToken": 385881011,
1680
+ "metadataToken": 385881013,
1681
1681
  "canonicalSignature": ":System.Diagnostics.Tracing.EventKeywords",
1682
1682
  "normalizedSignature": "Keywords|:System.Diagnostics.Tracing.EventKeywords|static=false|accessor=getset",
1683
1683
  "emitScope": "ClassSurface",
@@ -1696,7 +1696,7 @@
1696
1696
  {
1697
1697
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Opcode:System.Diagnostics.Tracing.EventOpcode",
1698
1698
  "clrName": "Opcode",
1699
- "metadataToken": 385881012,
1699
+ "metadataToken": 385881014,
1700
1700
  "canonicalSignature": ":System.Diagnostics.Tracing.EventOpcode",
1701
1701
  "normalizedSignature": "Opcode|:System.Diagnostics.Tracing.EventOpcode|static=false|accessor=getset",
1702
1702
  "emitScope": "ClassSurface",
@@ -1715,7 +1715,7 @@
1715
1715
  {
1716
1716
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Task:System.Diagnostics.Tracing.EventTask",
1717
1717
  "clrName": "Task",
1718
- "metadataToken": 385881014,
1718
+ "metadataToken": 385881016,
1719
1719
  "canonicalSignature": ":System.Diagnostics.Tracing.EventTask",
1720
1720
  "normalizedSignature": "Task|:System.Diagnostics.Tracing.EventTask|static=false|accessor=getset",
1721
1721
  "emitScope": "ClassSurface",
@@ -1734,7 +1734,7 @@
1734
1734
  {
1735
1735
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Channel:System.Diagnostics.Tracing.EventChannel",
1736
1736
  "clrName": "Channel",
1737
- "metadataToken": 385881015,
1737
+ "metadataToken": 385881017,
1738
1738
  "canonicalSignature": ":System.Diagnostics.Tracing.EventChannel",
1739
1739
  "normalizedSignature": "Channel|:System.Diagnostics.Tracing.EventChannel|static=false|accessor=getset",
1740
1740
  "emitScope": "ClassSurface",
@@ -1753,7 +1753,7 @@
1753
1753
  {
1754
1754
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Version:System.Byte",
1755
1755
  "clrName": "Version",
1756
- "metadataToken": 385881016,
1756
+ "metadataToken": 385881018,
1757
1757
  "canonicalSignature": ":System.Byte",
1758
1758
  "normalizedSignature": "Version|:System.Byte|static=false|accessor=getset",
1759
1759
  "emitScope": "ClassSurface",
@@ -1772,7 +1772,7 @@
1772
1772
  {
1773
1773
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Message:System.String",
1774
1774
  "clrName": "Message",
1775
- "metadataToken": 385881017,
1775
+ "metadataToken": 385881019,
1776
1776
  "canonicalSignature": ":System.String",
1777
1777
  "normalizedSignature": "Message|:System.String|static=false|accessor=getset",
1778
1778
  "emitScope": "ClassSurface",
@@ -1791,7 +1791,7 @@
1791
1791
  {
1792
1792
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::Tags:System.Diagnostics.Tracing.EventTags",
1793
1793
  "clrName": "Tags",
1794
- "metadataToken": 385881018,
1794
+ "metadataToken": 385881020,
1795
1795
  "canonicalSignature": ":System.Diagnostics.Tracing.EventTags",
1796
1796
  "normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventTags|static=false|accessor=getset",
1797
1797
  "emitScope": "ClassSurface",
@@ -1810,7 +1810,7 @@
1810
1810
  {
1811
1811
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::ActivityOptions:System.Diagnostics.Tracing.EventActivityOptions",
1812
1812
  "clrName": "ActivityOptions",
1813
- "metadataToken": 385881019,
1813
+ "metadataToken": 385881021,
1814
1814
  "canonicalSignature": ":System.Diagnostics.Tracing.EventActivityOptions",
1815
1815
  "normalizedSignature": "ActivityOptions|:System.Diagnostics.Tracing.EventActivityOptions|static=false|accessor=getset",
1816
1816
  "emitScope": "ClassSurface",
@@ -1832,7 +1832,7 @@
1832
1832
  "constructors": [
1833
1833
  {
1834
1834
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventAttribute::.ctor(System.Int32):void",
1835
- "metadataToken": 100702449,
1835
+ "metadataToken": 100702454,
1836
1836
  "canonicalSignature": "(System.Int32):void",
1837
1837
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
1838
1838
  "isStatic": false,
@@ -1862,7 +1862,7 @@
1862
1862
  {
1863
1863
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::EnableEvent(System.Int32):System.Boolean",
1864
1864
  "clrName": "EnableEvent",
1865
- "metadataToken": 100702404,
1865
+ "metadataToken": 100702409,
1866
1866
  "canonicalSignature": "(System.Int32):System.Boolean",
1867
1867
  "normalizedSignature": "EnableEvent|(System.Int32):System.Boolean|static=false",
1868
1868
  "emitScope": "ClassSurface",
@@ -1882,7 +1882,7 @@
1882
1882
  {
1883
1883
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::DisableEvent(System.Int32):System.Boolean",
1884
1884
  "clrName": "DisableEvent",
1885
- "metadataToken": 100702405,
1885
+ "metadataToken": 100702410,
1886
1886
  "canonicalSignature": "(System.Int32):System.Boolean",
1887
1887
  "normalizedSignature": "DisableEvent|(System.Int32):System.Boolean|static=false",
1888
1888
  "emitScope": "ClassSurface",
@@ -1904,7 +1904,7 @@
1904
1904
  {
1905
1905
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::Command:System.Diagnostics.Tracing.EventCommand",
1906
1906
  "clrName": "Command",
1907
- "metadataToken": 385880984,
1907
+ "metadataToken": 385880986,
1908
1908
  "canonicalSignature": ":System.Diagnostics.Tracing.EventCommand",
1909
1909
  "normalizedSignature": "Command|:System.Diagnostics.Tracing.EventCommand|static=false|accessor=getset",
1910
1910
  "emitScope": "ClassSurface",
@@ -1923,7 +1923,7 @@
1923
1923
  {
1924
1924
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCommandEventArgs::Arguments: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]]",
1925
1925
  "clrName": "Arguments",
1926
- "metadataToken": 385880985,
1926
+ "metadataToken": 385880987,
1927
1927
  "canonicalSignature": ":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]]",
1928
1928
  "normalizedSignature": "Arguments|: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]]|static=false|accessor=getset",
1929
1929
  "emitScope": "ClassSurface",
@@ -1969,7 +1969,7 @@
1969
1969
  {
1970
1970
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::WriteMetric(System.Single):System.Void",
1971
1971
  "clrName": "WriteMetric",
1972
- "metadataToken": 100702091,
1972
+ "metadataToken": 100702096,
1973
1973
  "canonicalSignature": "(System.Single):System.Void",
1974
1974
  "normalizedSignature": "WriteMetric|(System.Single):System.Void|static=false",
1975
1975
  "emitScope": "ClassSurface",
@@ -1989,7 +1989,7 @@
1989
1989
  {
1990
1990
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::WriteMetric(System.Double):System.Void",
1991
1991
  "clrName": "WriteMetric",
1992
- "metadataToken": 100702092,
1992
+ "metadataToken": 100702097,
1993
1993
  "canonicalSignature": "(System.Double):System.Void",
1994
1994
  "normalizedSignature": "WriteMetric|(System.Double):System.Void|static=false",
1995
1995
  "emitScope": "ClassSurface",
@@ -2009,7 +2009,7 @@
2009
2009
  {
2010
2010
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::ToString():System.String",
2011
2011
  "clrName": "ToString",
2012
- "metadataToken": 100702093,
2012
+ "metadataToken": 100702098,
2013
2013
  "canonicalSignature": "():System.String",
2014
2014
  "normalizedSignature": "ToString|():System.String|static=false",
2015
2015
  "emitScope": "ClassSurface",
@@ -2054,7 +2054,7 @@
2054
2054
  "constructors": [
2055
2055
  {
2056
2056
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource):void",
2057
- "metadataToken": 100702090,
2057
+ "metadataToken": 100702095,
2058
2058
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource):void",
2059
2059
  "normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource):void|static=false",
2060
2060
  "isStatic": false,
@@ -2085,7 +2085,7 @@
2085
2085
  {
2086
2086
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventDataAttribute::Name:System.String",
2087
2087
  "clrName": "Name",
2088
- "metadataToken": 385881035,
2088
+ "metadataToken": 385881037,
2089
2089
  "canonicalSignature": ":System.String",
2090
2090
  "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
2091
2091
  "emitScope": "ClassSurface",
@@ -2107,7 +2107,7 @@
2107
2107
  "constructors": [
2108
2108
  {
2109
2109
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventDataAttribute::.ctor():void",
2110
- "metadataToken": 100702815,
2110
+ "metadataToken": 100702820,
2111
2111
  "canonicalSignature": "():void",
2112
2112
  "normalizedSignature": "constructor|():void|static=false",
2113
2113
  "isStatic": false,
@@ -2138,7 +2138,7 @@
2138
2138
  {
2139
2139
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldAttribute::Tags:System.Diagnostics.Tracing.EventFieldTags",
2140
2140
  "clrName": "Tags",
2141
- "metadataToken": 385881040,
2141
+ "metadataToken": 385881042,
2142
2142
  "canonicalSignature": ":System.Diagnostics.Tracing.EventFieldTags",
2143
2143
  "normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventFieldTags|static=false|accessor=getset",
2144
2144
  "emitScope": "ClassSurface",
@@ -2157,7 +2157,7 @@
2157
2157
  {
2158
2158
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldAttribute::Format:System.Diagnostics.Tracing.EventFieldFormat",
2159
2159
  "clrName": "Format",
2160
- "metadataToken": 385881042,
2160
+ "metadataToken": 385881044,
2161
2161
  "canonicalSignature": ":System.Diagnostics.Tracing.EventFieldFormat",
2162
2162
  "normalizedSignature": "Format|:System.Diagnostics.Tracing.EventFieldFormat|static=false|accessor=getset",
2163
2163
  "emitScope": "ClassSurface",
@@ -2179,7 +2179,7 @@
2179
2179
  "constructors": [
2180
2180
  {
2181
2181
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventFieldAttribute::.ctor():void",
2182
- "metadataToken": 100702821,
2182
+ "metadataToken": 100702826,
2183
2183
  "canonicalSignature": "():void",
2184
2184
  "normalizedSignature": "constructor|():void|static=false",
2185
2185
  "isStatic": false,
@@ -2212,7 +2212,7 @@
2212
2212
  "constructors": [
2213
2213
  {
2214
2214
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventIgnoreAttribute::.ctor():void",
2215
- "metadataToken": 100702822,
2215
+ "metadataToken": 100702827,
2216
2216
  "canonicalSignature": "():void",
2217
2217
  "normalizedSignature": "constructor|():void|static=false",
2218
2218
  "isStatic": false,
@@ -2248,7 +2248,7 @@
2248
2248
  {
2249
2249
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::Dispose():System.Void",
2250
2250
  "clrName": "Dispose",
2251
- "metadataToken": 100702383,
2251
+ "metadataToken": 100702388,
2252
2252
  "canonicalSignature": "():System.Void",
2253
2253
  "normalizedSignature": "Dispose|():System.Void|static=false",
2254
2254
  "emitScope": "ClassSurface",
@@ -2268,7 +2268,7 @@
2268
2268
  {
2269
2269
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EnableEvents(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel):System.Void",
2270
2270
  "clrName": "EnableEvents",
2271
- "metadataToken": 100702384,
2271
+ "metadataToken": 100702389,
2272
2272
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel):System.Void",
2273
2273
  "normalizedSignature": "EnableEvents|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel):System.Void|static=false",
2274
2274
  "emitScope": "ClassSurface",
@@ -2288,7 +2288,7 @@
2288
2288
  {
2289
2289
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EnableEvents(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Void",
2290
2290
  "clrName": "EnableEvents",
2291
- "metadataToken": 100702385,
2291
+ "metadataToken": 100702390,
2292
2292
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Void",
2293
2293
  "normalizedSignature": "EnableEvents|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Void|static=false",
2294
2294
  "emitScope": "ClassSurface",
@@ -2308,7 +2308,7 @@
2308
2308
  {
2309
2309
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EnableEvents(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,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.Void",
2310
2310
  "clrName": "EnableEvents",
2311
- "metadataToken": 100702386,
2311
+ "metadataToken": 100702391,
2312
2312
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,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.Void",
2313
2313
  "normalizedSignature": "EnableEvents|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,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.Void|static=false",
2314
2314
  "emitScope": "ClassSurface",
@@ -2328,7 +2328,7 @@
2328
2328
  {
2329
2329
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::DisableEvents(System.Diagnostics.Tracing.EventSource):System.Void",
2330
2330
  "clrName": "DisableEvents",
2331
- "metadataToken": 100702387,
2331
+ "metadataToken": 100702392,
2332
2332
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Void",
2333
2333
  "normalizedSignature": "DisableEvents|(System.Diagnostics.Tracing.EventSource):System.Void|static=false",
2334
2334
  "emitScope": "ClassSurface",
@@ -2348,7 +2348,7 @@
2348
2348
  {
2349
2349
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::EventSourceIndex(System.Diagnostics.Tracing.EventSource):System.Int32",
2350
2350
  "clrName": "EventSourceIndex",
2351
- "metadataToken": 100702388,
2351
+ "metadataToken": 100702393,
2352
2352
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Int32",
2353
2353
  "normalizedSignature": "EventSourceIndex|(System.Diagnostics.Tracing.EventSource):System.Int32|static=true",
2354
2354
  "emitScope": "ClassSurface",
@@ -2368,7 +2368,7 @@
2368
2368
  {
2369
2369
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::OnEventSourceCreated(System.Diagnostics.Tracing.EventSource):System.Void",
2370
2370
  "clrName": "OnEventSourceCreated",
2371
- "metadataToken": 100702389,
2371
+ "metadataToken": 100702394,
2372
2372
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSource):System.Void",
2373
2373
  "normalizedSignature": "OnEventSourceCreated|(System.Diagnostics.Tracing.EventSource):System.Void|static=false",
2374
2374
  "emitScope": "ClassSurface",
@@ -2388,7 +2388,7 @@
2388
2388
  {
2389
2389
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
2390
2390
  "clrName": "OnEventWritten",
2391
- "metadataToken": 100702390,
2391
+ "metadataToken": 100702395,
2392
2392
  "canonicalSignature": "(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void",
2393
2393
  "normalizedSignature": "OnEventWritten|(System.Diagnostics.Tracing.EventWrittenEventArgs):System.Void|static=false",
2394
2394
  "emitScope": "ClassSurface",
@@ -2454,7 +2454,7 @@
2454
2454
  "constructors": [
2455
2455
  {
2456
2456
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventListener::.ctor():void",
2457
- "metadataToken": 100702382,
2457
+ "metadataToken": 100702387,
2458
2458
  "canonicalSignature": "():void",
2459
2459
  "normalizedSignature": "constructor|():void|static=false",
2460
2460
  "isStatic": false,
@@ -2490,7 +2490,7 @@
2490
2490
  {
2491
2491
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::IsEnabled():System.Boolean",
2492
2492
  "clrName": "IsEnabled",
2493
- "metadataToken": 100702222,
2493
+ "metadataToken": 100702227,
2494
2494
  "canonicalSignature": "():System.Boolean",
2495
2495
  "normalizedSignature": "IsEnabled|():System.Boolean|static=false",
2496
2496
  "emitScope": "ClassSurface",
@@ -2510,7 +2510,7 @@
2510
2510
  {
2511
2511
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::IsEnabled(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Boolean",
2512
2512
  "clrName": "IsEnabled",
2513
- "metadataToken": 100702223,
2513
+ "metadataToken": 100702228,
2514
2514
  "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Boolean",
2515
2515
  "normalizedSignature": "IsEnabled|(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords):System.Boolean|static=false",
2516
2516
  "emitScope": "ClassSurface",
@@ -2530,7 +2530,7 @@
2530
2530
  {
2531
2531
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::IsEnabled(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Diagnostics.Tracing.EventChannel):System.Boolean",
2532
2532
  "clrName": "IsEnabled",
2533
- "metadataToken": 100702224,
2533
+ "metadataToken": 100702229,
2534
2534
  "canonicalSignature": "(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Diagnostics.Tracing.EventChannel):System.Boolean",
2535
2535
  "normalizedSignature": "IsEnabled|(System.Diagnostics.Tracing.EventLevel,System.Diagnostics.Tracing.EventKeywords,System.Diagnostics.Tracing.EventChannel):System.Boolean|static=false",
2536
2536
  "emitScope": "ClassSurface",
@@ -2550,7 +2550,7 @@
2550
2550
  {
2551
2551
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetGuid(System.Type):System.Guid",
2552
2552
  "clrName": "GetGuid",
2553
- "metadataToken": 100702226,
2553
+ "metadataToken": 100702231,
2554
2554
  "canonicalSignature": "(System.Type):System.Guid",
2555
2555
  "normalizedSignature": "GetGuid|(System.Type):System.Guid|static=true",
2556
2556
  "emitScope": "ClassSurface",
@@ -2570,7 +2570,7 @@
2570
2570
  {
2571
2571
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetName(System.Type):System.String",
2572
2572
  "clrName": "GetName",
2573
- "metadataToken": 100702227,
2573
+ "metadataToken": 100702232,
2574
2574
  "canonicalSignature": "(System.Type):System.String",
2575
2575
  "normalizedSignature": "GetName|(System.Type):System.String|static=true",
2576
2576
  "emitScope": "ClassSurface",
@@ -2590,7 +2590,7 @@
2590
2590
  {
2591
2591
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GenerateManifest(System.Type,System.String):System.String",
2592
2592
  "clrName": "GenerateManifest",
2593
- "metadataToken": 100702228,
2593
+ "metadataToken": 100702233,
2594
2594
  "canonicalSignature": "(System.Type,System.String):System.String",
2595
2595
  "normalizedSignature": "GenerateManifest|(System.Type,System.String):System.String|static=true",
2596
2596
  "emitScope": "ClassSurface",
@@ -2610,7 +2610,7 @@
2610
2610
  {
2611
2611
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions):System.String",
2612
2612
  "clrName": "GenerateManifest",
2613
- "metadataToken": 100702229,
2613
+ "metadataToken": 100702234,
2614
2614
  "canonicalSignature": "(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions):System.String",
2615
2615
  "normalizedSignature": "GenerateManifest|(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions):System.String|static=true",
2616
2616
  "emitScope": "ClassSurface",
@@ -2630,7 +2630,7 @@
2630
2630
  {
2631
2631
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetSources():System.Collections.Generic.IEnumerable_1[[System.Diagnostics.Tracing.EventSource,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2632
2632
  "clrName": "GetSources",
2633
- "metadataToken": 100702230,
2633
+ "metadataToken": 100702235,
2634
2634
  "canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.Diagnostics.Tracing.EventSource,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2635
2635
  "normalizedSignature": "GetSources|():System.Collections.Generic.IEnumerable_1[[System.Diagnostics.Tracing.EventSource,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
2636
2636
  "emitScope": "ClassSurface",
@@ -2650,7 +2650,7 @@
2650
2650
  {
2651
2651
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::SendCommand(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventCommand,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.Void",
2652
2652
  "clrName": "SendCommand",
2653
- "metadataToken": 100702231,
2653
+ "metadataToken": 100702236,
2654
2654
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventCommand,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.Void",
2655
2655
  "normalizedSignature": "SendCommand|(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventCommand,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.Void|static=true",
2656
2656
  "emitScope": "ClassSurface",
@@ -2670,7 +2670,7 @@
2670
2670
  {
2671
2671
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::GetTrait(System.String):System.String",
2672
2672
  "clrName": "GetTrait",
2673
- "metadataToken": 100702233,
2673
+ "metadataToken": 100702238,
2674
2674
  "canonicalSignature": "(System.String):System.String",
2675
2675
  "normalizedSignature": "GetTrait|(System.String):System.String|static=false",
2676
2676
  "emitScope": "ClassSurface",
@@ -2690,7 +2690,7 @@
2690
2690
  {
2691
2691
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::ToString():System.String",
2692
2692
  "clrName": "ToString",
2693
- "metadataToken": 100702234,
2693
+ "metadataToken": 100702239,
2694
2694
  "canonicalSignature": "():System.String",
2695
2695
  "normalizedSignature": "ToString|():System.String|static=false",
2696
2696
  "emitScope": "ClassSurface",
@@ -2710,7 +2710,7 @@
2710
2710
  {
2711
2711
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::SetCurrentThreadActivityId(System.Guid):System.Void",
2712
2712
  "clrName": "SetCurrentThreadActivityId",
2713
- "metadataToken": 100702237,
2713
+ "metadataToken": 100702242,
2714
2714
  "canonicalSignature": "(System.Guid):System.Void",
2715
2715
  "normalizedSignature": "SetCurrentThreadActivityId|(System.Guid):System.Void|static=true",
2716
2716
  "emitScope": "ClassSurface",
@@ -2730,7 +2730,7 @@
2730
2730
  {
2731
2731
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::SetCurrentThreadActivityId(System.Guid,System.Guid\u0026):System.Void",
2732
2732
  "clrName": "SetCurrentThreadActivityId",
2733
- "metadataToken": 100702239,
2733
+ "metadataToken": 100702244,
2734
2734
  "canonicalSignature": "(System.Guid,System.Guid\u0026):System.Void",
2735
2735
  "normalizedSignature": "SetCurrentThreadActivityId|(System.Guid,System.Guid\u0026):System.Void|static=true",
2736
2736
  "emitScope": "ClassSurface",
@@ -2756,7 +2756,7 @@
2756
2756
  {
2757
2757
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs):System.Void",
2758
2758
  "clrName": "OnEventCommand",
2759
- "metadataToken": 100702245,
2759
+ "metadataToken": 100702250,
2760
2760
  "canonicalSignature": "(System.Diagnostics.Tracing.EventCommandEventArgs):System.Void",
2761
2761
  "normalizedSignature": "OnEventCommand|(System.Diagnostics.Tracing.EventCommandEventArgs):System.Void|static=false",
2762
2762
  "emitScope": "ClassSurface",
@@ -2776,7 +2776,7 @@
2776
2776
  {
2777
2777
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32):System.Void",
2778
2778
  "clrName": "WriteEvent",
2779
- "metadataToken": 100702246,
2779
+ "metadataToken": 100702251,
2780
2780
  "canonicalSignature": "(System.Int32):System.Void",
2781
2781
  "normalizedSignature": "WriteEvent|(System.Int32):System.Void|static=false",
2782
2782
  "emitScope": "ClassSurface",
@@ -2796,7 +2796,7 @@
2796
2796
  {
2797
2797
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32):System.Void",
2798
2798
  "clrName": "WriteEvent",
2799
- "metadataToken": 100702247,
2799
+ "metadataToken": 100702252,
2800
2800
  "canonicalSignature": "(System.Int32,System.Int32):System.Void",
2801
2801
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int32):System.Void|static=false",
2802
2802
  "emitScope": "ClassSurface",
@@ -2816,7 +2816,7 @@
2816
2816
  {
2817
2817
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32,System.Int32):System.Void",
2818
2818
  "clrName": "WriteEvent",
2819
- "metadataToken": 100702248,
2819
+ "metadataToken": 100702253,
2820
2820
  "canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Void",
2821
2821
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int32,System.Int32):System.Void|static=false",
2822
2822
  "emitScope": "ClassSurface",
@@ -2836,7 +2836,7 @@
2836
2836
  {
2837
2837
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
2838
2838
  "clrName": "WriteEvent",
2839
- "metadataToken": 100702249,
2839
+ "metadataToken": 100702254,
2840
2840
  "canonicalSignature": "(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
2841
2841
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int32,System.Int32,System.Int32):System.Void|static=false",
2842
2842
  "emitScope": "ClassSurface",
@@ -2856,7 +2856,7 @@
2856
2856
  {
2857
2857
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64):System.Void",
2858
2858
  "clrName": "WriteEvent",
2859
- "metadataToken": 100702250,
2859
+ "metadataToken": 100702255,
2860
2860
  "canonicalSignature": "(System.Int32,System.Int64):System.Void",
2861
2861
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int64):System.Void|static=false",
2862
2862
  "emitScope": "ClassSurface",
@@ -2876,7 +2876,7 @@
2876
2876
  {
2877
2877
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.Int64):System.Void",
2878
2878
  "clrName": "WriteEvent",
2879
- "metadataToken": 100702251,
2879
+ "metadataToken": 100702256,
2880
2880
  "canonicalSignature": "(System.Int32,System.Int64,System.Int64):System.Void",
2881
2881
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.Int64):System.Void|static=false",
2882
2882
  "emitScope": "ClassSurface",
@@ -2896,7 +2896,7 @@
2896
2896
  {
2897
2897
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.Int64,System.Int64):System.Void",
2898
2898
  "clrName": "WriteEvent",
2899
- "metadataToken": 100702252,
2899
+ "metadataToken": 100702257,
2900
2900
  "canonicalSignature": "(System.Int32,System.Int64,System.Int64,System.Int64):System.Void",
2901
2901
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.Int64,System.Int64):System.Void|static=false",
2902
2902
  "emitScope": "ClassSurface",
@@ -2916,7 +2916,7 @@
2916
2916
  {
2917
2917
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String):System.Void",
2918
2918
  "clrName": "WriteEvent",
2919
- "metadataToken": 100702253,
2919
+ "metadataToken": 100702258,
2920
2920
  "canonicalSignature": "(System.Int32,System.String):System.Void",
2921
2921
  "normalizedSignature": "WriteEvent|(System.Int32,System.String):System.Void|static=false",
2922
2922
  "emitScope": "ClassSurface",
@@ -2936,7 +2936,7 @@
2936
2936
  {
2937
2937
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.String):System.Void",
2938
2938
  "clrName": "WriteEvent",
2939
- "metadataToken": 100702254,
2939
+ "metadataToken": 100702259,
2940
2940
  "canonicalSignature": "(System.Int32,System.String,System.String):System.Void",
2941
2941
  "normalizedSignature": "WriteEvent|(System.Int32,System.String,System.String):System.Void|static=false",
2942
2942
  "emitScope": "ClassSurface",
@@ -2956,7 +2956,7 @@
2956
2956
  {
2957
2957
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.String,System.String):System.Void",
2958
2958
  "clrName": "WriteEvent",
2959
- "metadataToken": 100702255,
2959
+ "metadataToken": 100702260,
2960
2960
  "canonicalSignature": "(System.Int32,System.String,System.String,System.String):System.Void",
2961
2961
  "normalizedSignature": "WriteEvent|(System.Int32,System.String,System.String,System.String):System.Void|static=false",
2962
2962
  "emitScope": "ClassSurface",
@@ -2976,7 +2976,7 @@
2976
2976
  {
2977
2977
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.Int32):System.Void",
2978
2978
  "clrName": "WriteEvent",
2979
- "metadataToken": 100702256,
2979
+ "metadataToken": 100702261,
2980
2980
  "canonicalSignature": "(System.Int32,System.String,System.Int32):System.Void",
2981
2981
  "normalizedSignature": "WriteEvent|(System.Int32,System.String,System.Int32):System.Void|static=false",
2982
2982
  "emitScope": "ClassSurface",
@@ -2996,7 +2996,7 @@
2996
2996
  {
2997
2997
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.Int32,System.Int32):System.Void",
2998
2998
  "clrName": "WriteEvent",
2999
- "metadataToken": 100702257,
2999
+ "metadataToken": 100702262,
3000
3000
  "canonicalSignature": "(System.Int32,System.String,System.Int32,System.Int32):System.Void",
3001
3001
  "normalizedSignature": "WriteEvent|(System.Int32,System.String,System.Int32,System.Int32):System.Void|static=false",
3002
3002
  "emitScope": "ClassSurface",
@@ -3016,7 +3016,7 @@
3016
3016
  {
3017
3017
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.String,System.Int64):System.Void",
3018
3018
  "clrName": "WriteEvent",
3019
- "metadataToken": 100702258,
3019
+ "metadataToken": 100702263,
3020
3020
  "canonicalSignature": "(System.Int32,System.String,System.Int64):System.Void",
3021
3021
  "normalizedSignature": "WriteEvent|(System.Int32,System.String,System.Int64):System.Void|static=false",
3022
3022
  "emitScope": "ClassSurface",
@@ -3036,7 +3036,7 @@
3036
3036
  {
3037
3037
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.String):System.Void",
3038
3038
  "clrName": "WriteEvent",
3039
- "metadataToken": 100702259,
3039
+ "metadataToken": 100702264,
3040
3040
  "canonicalSignature": "(System.Int32,System.Int64,System.String):System.Void",
3041
3041
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.String):System.Void|static=false",
3042
3042
  "emitScope": "ClassSurface",
@@ -3056,7 +3056,7 @@
3056
3056
  {
3057
3057
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int32,System.String):System.Void",
3058
3058
  "clrName": "WriteEvent",
3059
- "metadataToken": 100702260,
3059
+ "metadataToken": 100702265,
3060
3060
  "canonicalSignature": "(System.Int32,System.Int32,System.String):System.Void",
3061
3061
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int32,System.String):System.Void|static=false",
3062
3062
  "emitScope": "ClassSurface",
@@ -3076,7 +3076,7 @@
3076
3076
  {
3077
3077
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Byte[]):System.Void",
3078
3078
  "clrName": "WriteEvent",
3079
- "metadataToken": 100702261,
3079
+ "metadataToken": 100702266,
3080
3080
  "canonicalSignature": "(System.Int32,System.Byte[]):System.Void",
3081
3081
  "normalizedSignature": "WriteEvent|(System.Int32,System.Byte[]):System.Void|static=false",
3082
3082
  "emitScope": "ClassSurface",
@@ -3096,7 +3096,7 @@
3096
3096
  {
3097
3097
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Int64,System.Byte[]):System.Void",
3098
3098
  "clrName": "WriteEvent",
3099
- "metadataToken": 100702262,
3099
+ "metadataToken": 100702267,
3100
3100
  "canonicalSignature": "(System.Int32,System.Int64,System.Byte[]):System.Void",
3101
3101
  "normalizedSignature": "WriteEvent|(System.Int32,System.Int64,System.Byte[]):System.Void|static=false",
3102
3102
  "emitScope": "ClassSurface",
@@ -3116,7 +3116,7 @@
3116
3116
  {
3117
3117
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEventCore(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
3118
3118
  "clrName": "WriteEventCore",
3119
- "metadataToken": 100702264,
3119
+ "metadataToken": 100702269,
3120
3120
  "canonicalSignature": "(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
3121
3121
  "normalizedSignature": "WriteEventCore|(System.Int32,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void|static=false",
3122
3122
  "emitScope": "ClassSurface",
@@ -3136,7 +3136,7 @@
3136
3136
  {
3137
3137
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEventWithRelatedActivityIdCore(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
3138
3138
  "clrName": "WriteEventWithRelatedActivityIdCore",
3139
- "metadataToken": 100702265,
3139
+ "metadataToken": 100702270,
3140
3140
  "canonicalSignature": "(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void",
3141
3141
  "normalizedSignature": "WriteEventWithRelatedActivityIdCore|(System.Int32,System.Guid*,System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventData*):System.Void|static=false",
3142
3142
  "emitScope": "ClassSurface",
@@ -3156,7 +3156,7 @@
3156
3156
  {
3157
3157
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive[]):System.Void",
3158
3158
  "clrName": "WriteEvent",
3159
- "metadataToken": 100702266,
3159
+ "metadataToken": 100702271,
3160
3160
  "canonicalSignature": "(System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive[]):System.Void",
3161
3161
  "normalizedSignature": "WriteEvent|(System.Int32,System.Diagnostics.Tracing.EventSource\u002BEventSourcePrimitive[]):System.Void|static=false",
3162
3162
  "emitScope": "ClassSurface",
@@ -3176,7 +3176,7 @@
3176
3176
  {
3177
3177
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEvent(System.Int32,System.Object[]):System.Void",
3178
3178
  "clrName": "WriteEvent",
3179
- "metadataToken": 100702267,
3179
+ "metadataToken": 100702272,
3180
3180
  "canonicalSignature": "(System.Int32,System.Object[]):System.Void",
3181
3181
  "normalizedSignature": "WriteEvent|(System.Int32,System.Object[]):System.Void|static=false",
3182
3182
  "emitScope": "ClassSurface",
@@ -3196,7 +3196,7 @@
3196
3196
  {
3197
3197
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::WriteEventWithRelatedActivityId(System.Int32,System.Guid,System.Object[]):System.Void",
3198
3198
  "clrName": "WriteEventWithRelatedActivityId",
3199
- "metadataToken": 100702268,
3199
+ "metadataToken": 100702273,
3200
3200
  "canonicalSignature": "(System.Int32,System.Guid,System.Object[]):System.Void",
3201
3201
  "normalizedSignature": "WriteEventWithRelatedActivityId|(System.Int32,System.Guid,System.Object[]):System.Void|static=false",
3202
3202
  "emitScope": "ClassSurface",
@@ -3216,7 +3216,7 @@
3216
3216
  {
3217
3217
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Dispose():System.Void",
3218
3218
  "clrName": "Dispose",
3219
- "metadataToken": 100702269,
3219
+ "metadataToken": 100702274,
3220
3220
  "canonicalSignature": "():System.Void",
3221
3221
  "normalizedSignature": "Dispose|():System.Void|static=false",
3222
3222
  "emitScope": "ClassSurface",
@@ -3236,7 +3236,7 @@
3236
3236
  {
3237
3237
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Dispose(System.Boolean):System.Void",
3238
3238
  "clrName": "Dispose",
3239
- "metadataToken": 100702270,
3239
+ "metadataToken": 100702275,
3240
3240
  "canonicalSignature": "(System.Boolean):System.Void",
3241
3241
  "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
3242
3242
  "emitScope": "ClassSurface",
@@ -3256,7 +3256,7 @@
3256
3256
  {
3257
3257
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Finalize():System.Void",
3258
3258
  "clrName": "Finalize",
3259
- "metadataToken": 100702271,
3259
+ "metadataToken": 100702276,
3260
3260
  "canonicalSignature": "():System.Void",
3261
3261
  "normalizedSignature": "Finalize|():System.Void|static=false",
3262
3262
  "emitScope": "ClassSurface",
@@ -3276,7 +3276,7 @@
3276
3276
  {
3277
3277
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String):System.Void",
3278
3278
  "clrName": "Write",
3279
- "metadataToken": 100702319,
3279
+ "metadataToken": 100702324,
3280
3280
  "canonicalSignature": "(System.String):System.Void",
3281
3281
  "normalizedSignature": "Write|(System.String):System.Void|static=false",
3282
3282
  "emitScope": "ClassSurface",
@@ -3296,7 +3296,7 @@
3296
3296
  {
3297
3297
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions):System.Void",
3298
3298
  "clrName": "Write",
3299
- "metadataToken": 100702320,
3299
+ "metadataToken": 100702325,
3300
3300
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions):System.Void",
3301
3301
  "normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions):System.Void|static=false",
3302
3302
  "emitScope": "ClassSurface",
@@ -3316,7 +3316,7 @@
3316
3316
  {
3317
3317
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,T):System.Void",
3318
3318
  "clrName": "Write",
3319
- "metadataToken": 100702321,
3319
+ "metadataToken": 100702326,
3320
3320
  "canonicalSignature": "(System.String,T):System.Void",
3321
3321
  "normalizedSignature": "Write|(System.String,T):System.Void|static=false",
3322
3322
  "emitScope": "ClassSurface",
@@ -3336,7 +3336,7 @@
3336
3336
  {
3337
3337
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions,T):System.Void",
3338
3338
  "clrName": "Write",
3339
- "metadataToken": 100702322,
3339
+ "metadataToken": 100702327,
3340
3340
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions,T):System.Void",
3341
3341
  "normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions,T):System.Void|static=false",
3342
3342
  "emitScope": "ClassSurface",
@@ -3356,7 +3356,7 @@
3356
3356
  {
3357
3357
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,T\u0026):System.Void",
3358
3358
  "clrName": "Write",
3359
- "metadataToken": 100702323,
3359
+ "metadataToken": 100702328,
3360
3360
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,T\u0026):System.Void",
3361
3361
  "normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,T\u0026):System.Void|static=false",
3362
3362
  "emitScope": "ClassSurface",
@@ -3386,7 +3386,7 @@
3386
3386
  {
3387
3387
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Write(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,System.Guid\u0026,System.Guid\u0026,T\u0026):System.Void",
3388
3388
  "clrName": "Write",
3389
- "metadataToken": 100702324,
3389
+ "metadataToken": 100702329,
3390
3390
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,System.Guid\u0026,System.Guid\u0026,T\u0026):System.Void",
3391
3391
  "normalizedSignature": "Write|(System.String,System.Diagnostics.Tracing.EventSourceOptions\u0026,System.Guid\u0026,System.Guid\u0026,T\u0026):System.Void|static=false",
3392
3392
  "emitScope": "ClassSurface",
@@ -3447,7 +3447,7 @@
3447
3447
  {
3448
3448
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Name:System.String",
3449
3449
  "clrName": "Name",
3450
- "metadataToken": 385880968,
3450
+ "metadataToken": 385880970,
3451
3451
  "canonicalSignature": ":System.String",
3452
3452
  "normalizedSignature": "Name|:System.String|static=false|accessor=get",
3453
3453
  "emitScope": "ClassSurface",
@@ -3466,7 +3466,7 @@
3466
3466
  {
3467
3467
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Guid:System.Guid",
3468
3468
  "clrName": "Guid",
3469
- "metadataToken": 385880969,
3469
+ "metadataToken": 385880971,
3470
3470
  "canonicalSignature": ":System.Guid",
3471
3471
  "normalizedSignature": "Guid|:System.Guid|static=false|accessor=get",
3472
3472
  "emitScope": "ClassSurface",
@@ -3485,7 +3485,7 @@
3485
3485
  {
3486
3486
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::Settings:System.Diagnostics.Tracing.EventSourceSettings",
3487
3487
  "clrName": "Settings",
3488
- "metadataToken": 385880970,
3488
+ "metadataToken": 385880972,
3489
3489
  "canonicalSignature": ":System.Diagnostics.Tracing.EventSourceSettings",
3490
3490
  "normalizedSignature": "Settings|:System.Diagnostics.Tracing.EventSourceSettings|static=false|accessor=get",
3491
3491
  "emitScope": "ClassSurface",
@@ -3504,7 +3504,7 @@
3504
3504
  {
3505
3505
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::ConstructionException:System.Exception",
3506
3506
  "clrName": "ConstructionException",
3507
- "metadataToken": 385880971,
3507
+ "metadataToken": 385880973,
3508
3508
  "canonicalSignature": ":System.Exception",
3509
3509
  "normalizedSignature": "ConstructionException|:System.Exception|static=false|accessor=get",
3510
3510
  "emitScope": "ClassSurface",
@@ -3523,7 +3523,7 @@
3523
3523
  {
3524
3524
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::CurrentThreadActivityId:System.Guid",
3525
3525
  "clrName": "CurrentThreadActivityId",
3526
- "metadataToken": 385880972,
3526
+ "metadataToken": 385880974,
3527
3527
  "canonicalSignature": ":System.Guid",
3528
3528
  "normalizedSignature": "CurrentThreadActivityId|:System.Guid|static=true|accessor=get",
3529
3529
  "emitScope": "ClassSurface",
@@ -3556,7 +3556,7 @@
3556
3556
  "constructors": [
3557
3557
  {
3558
3558
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor():void",
3559
- "metadataToken": 100702240,
3559
+ "metadataToken": 100702245,
3560
3560
  "canonicalSignature": "():void",
3561
3561
  "normalizedSignature": "constructor|():void|static=false",
3562
3562
  "isStatic": false,
@@ -3567,7 +3567,7 @@
3567
3567
  },
3568
3568
  {
3569
3569
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.Boolean):void",
3570
- "metadataToken": 100702241,
3570
+ "metadataToken": 100702246,
3571
3571
  "canonicalSignature": "(System.Boolean):void",
3572
3572
  "normalizedSignature": "constructor|(System.Boolean):void|static=false",
3573
3573
  "isStatic": false,
@@ -3578,7 +3578,7 @@
3578
3578
  },
3579
3579
  {
3580
3580
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.Diagnostics.Tracing.EventSourceSettings):void",
3581
- "metadataToken": 100702242,
3581
+ "metadataToken": 100702247,
3582
3582
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSourceSettings):void",
3583
3583
  "normalizedSignature": "constructor|(System.Diagnostics.Tracing.EventSourceSettings):void|static=false",
3584
3584
  "isStatic": false,
@@ -3589,7 +3589,7 @@
3589
3589
  },
3590
3590
  {
3591
3591
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
3592
- "metadataToken": 100702243,
3592
+ "metadataToken": 100702248,
3593
3593
  "canonicalSignature": "(System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
3594
3594
  "normalizedSignature": "constructor|(System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void|static=false",
3595
3595
  "isStatic": false,
@@ -3600,7 +3600,7 @@
3600
3600
  },
3601
3601
  {
3602
3602
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.String):void",
3603
- "metadataToken": 100702316,
3603
+ "metadataToken": 100702321,
3604
3604
  "canonicalSignature": "(System.String):void",
3605
3605
  "normalizedSignature": "constructor|(System.String):void|static=false",
3606
3606
  "isStatic": false,
@@ -3611,7 +3611,7 @@
3611
3611
  },
3612
3612
  {
3613
3613
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.String,System.Diagnostics.Tracing.EventSourceSettings):void",
3614
- "metadataToken": 100702317,
3614
+ "metadataToken": 100702322,
3615
3615
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceSettings):void",
3616
3616
  "normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSourceSettings):void|static=false",
3617
3617
  "isStatic": false,
@@ -3622,7 +3622,7 @@
3622
3622
  },
3623
3623
  {
3624
3624
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource::.ctor(System.String,System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
3625
- "metadataToken": 100702318,
3625
+ "metadataToken": 100702323,
3626
3626
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void",
3627
3627
  "normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSourceSettings,System.String[]):void|static=false",
3628
3628
  "isStatic": false,
@@ -3653,7 +3653,7 @@
3653
3653
  {
3654
3654
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource\u002BEventData::DataPointer:System.IntPtr",
3655
3655
  "clrName": "DataPointer",
3656
- "metadataToken": 385880977,
3656
+ "metadataToken": 385880979,
3657
3657
  "canonicalSignature": ":System.IntPtr",
3658
3658
  "normalizedSignature": "DataPointer|:System.IntPtr|static=false|accessor=getset",
3659
3659
  "emitScope": "ClassSurface",
@@ -3672,7 +3672,7 @@
3672
3672
  {
3673
3673
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSource\u002BEventData::Size:System.Int32",
3674
3674
  "clrName": "Size",
3675
- "metadataToken": 385880978,
3675
+ "metadataToken": 385880980,
3676
3676
  "canonicalSignature": ":System.Int32",
3677
3677
  "normalizedSignature": "Size|:System.Int32|static=false|accessor=getset",
3678
3678
  "emitScope": "ClassSurface",
@@ -3734,7 +3734,7 @@
3734
3734
  {
3735
3735
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::Name:System.String",
3736
3736
  "clrName": "Name",
3737
- "metadataToken": 385881006,
3737
+ "metadataToken": 385881008,
3738
3738
  "canonicalSignature": ":System.String",
3739
3739
  "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
3740
3740
  "emitScope": "ClassSurface",
@@ -3753,7 +3753,7 @@
3753
3753
  {
3754
3754
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::Guid:System.String",
3755
3755
  "clrName": "Guid",
3756
- "metadataToken": 385881007,
3756
+ "metadataToken": 385881009,
3757
3757
  "canonicalSignature": ":System.String",
3758
3758
  "normalizedSignature": "Guid|:System.String|static=false|accessor=getset",
3759
3759
  "emitScope": "ClassSurface",
@@ -3772,7 +3772,7 @@
3772
3772
  {
3773
3773
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::LocalizationResources:System.String",
3774
3774
  "clrName": "LocalizationResources",
3775
- "metadataToken": 385881008,
3775
+ "metadataToken": 385881010,
3776
3776
  "canonicalSignature": ":System.String",
3777
3777
  "normalizedSignature": "LocalizationResources|:System.String|static=false|accessor=getset",
3778
3778
  "emitScope": "ClassSurface",
@@ -3794,7 +3794,7 @@
3794
3794
  "constructors": [
3795
3795
  {
3796
3796
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceAttribute::.ctor():void",
3797
- "metadataToken": 100702448,
3797
+ "metadataToken": 100702453,
3798
3798
  "canonicalSignature": "():void",
3799
3799
  "normalizedSignature": "constructor|():void|static=false",
3800
3800
  "isStatic": false,
@@ -3825,7 +3825,7 @@
3825
3825
  {
3826
3826
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceCreatedEventArgs::EventSource:System.Diagnostics.Tracing.EventSource",
3827
3827
  "clrName": "EventSource",
3828
- "metadataToken": 385880986,
3828
+ "metadataToken": 385880988,
3829
3829
  "canonicalSignature": ":System.Diagnostics.Tracing.EventSource",
3830
3830
  "normalizedSignature": "EventSource|:System.Diagnostics.Tracing.EventSource|static=false|accessor=getset",
3831
3831
  "emitScope": "ClassSurface",
@@ -3847,7 +3847,7 @@
3847
3847
  "constructors": [
3848
3848
  {
3849
3849
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceCreatedEventArgs::.ctor():void",
3850
- "metadataToken": 100702409,
3850
+ "metadataToken": 100702414,
3851
3851
  "canonicalSignature": "():void",
3852
3852
  "normalizedSignature": "constructor|():void|static=false",
3853
3853
  "isStatic": false,
@@ -3908,7 +3908,7 @@
3908
3908
  "constructors": [
3909
3909
  {
3910
3910
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor():void",
3911
- "metadataToken": 100702516,
3911
+ "metadataToken": 100702521,
3912
3912
  "canonicalSignature": "():void",
3913
3913
  "normalizedSignature": "constructor|():void|static=false",
3914
3914
  "isStatic": false,
@@ -3919,7 +3919,7 @@
3919
3919
  },
3920
3920
  {
3921
3921
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor(System.String):void",
3922
- "metadataToken": 100702517,
3922
+ "metadataToken": 100702522,
3923
3923
  "canonicalSignature": "(System.String):void",
3924
3924
  "normalizedSignature": "constructor|(System.String):void|static=false",
3925
3925
  "isStatic": false,
@@ -3930,7 +3930,7 @@
3930
3930
  },
3931
3931
  {
3932
3932
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor(System.String,System.Exception):void",
3933
- "metadataToken": 100702518,
3933
+ "metadataToken": 100702523,
3934
3934
  "canonicalSignature": "(System.String,System.Exception):void",
3935
3935
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
3936
3936
  "isStatic": false,
@@ -3941,7 +3941,7 @@
3941
3941
  },
3942
3942
  {
3943
3943
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventSourceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
3944
- "metadataToken": 100702519,
3944
+ "metadataToken": 100702524,
3945
3945
  "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
3946
3946
  "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
3947
3947
  "isStatic": false,
@@ -3972,7 +3972,7 @@
3972
3972
  {
3973
3973
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::EventName:System.String",
3974
3974
  "clrName": "EventName",
3975
- "metadataToken": 385880988,
3975
+ "metadataToken": 385880990,
3976
3976
  "canonicalSignature": ":System.String",
3977
3977
  "normalizedSignature": "EventName|:System.String|static=false|accessor=getset",
3978
3978
  "emitScope": "ClassSurface",
@@ -3991,7 +3991,7 @@
3991
3991
  {
3992
3992
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::EventId:System.Int32",
3993
3993
  "clrName": "EventId",
3994
- "metadataToken": 385880989,
3994
+ "metadataToken": 385880991,
3995
3995
  "canonicalSignature": ":System.Int32",
3996
3996
  "normalizedSignature": "EventId|:System.Int32|static=false|accessor=get",
3997
3997
  "emitScope": "ClassSurface",
@@ -4010,7 +4010,7 @@
4010
4010
  {
4011
4011
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::ActivityId:System.Guid",
4012
4012
  "clrName": "ActivityId",
4013
- "metadataToken": 385880990,
4013
+ "metadataToken": 385880992,
4014
4014
  "canonicalSignature": ":System.Guid",
4015
4015
  "normalizedSignature": "ActivityId|:System.Guid|static=false|accessor=get",
4016
4016
  "emitScope": "ClassSurface",
@@ -4029,7 +4029,7 @@
4029
4029
  {
4030
4030
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::RelatedActivityId:System.Guid",
4031
4031
  "clrName": "RelatedActivityId",
4032
- "metadataToken": 385880991,
4032
+ "metadataToken": 385880993,
4033
4033
  "canonicalSignature": ":System.Guid",
4034
4034
  "normalizedSignature": "RelatedActivityId|:System.Guid|static=false|accessor=get",
4035
4035
  "emitScope": "ClassSurface",
@@ -4048,7 +4048,7 @@
4048
4048
  {
4049
4049
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Payload:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4050
4050
  "clrName": "Payload",
4051
- "metadataToken": 385880992,
4051
+ "metadataToken": 385880994,
4052
4052
  "canonicalSignature": ":System.Collections.ObjectModel.ReadOnlyCollection_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4053
4053
  "normalizedSignature": "Payload|:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
4054
4054
  "emitScope": "ClassSurface",
@@ -4067,7 +4067,7 @@
4067
4067
  {
4068
4068
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::PayloadNames:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4069
4069
  "clrName": "PayloadNames",
4070
- "metadataToken": 385880993,
4070
+ "metadataToken": 385880995,
4071
4071
  "canonicalSignature": ":System.Collections.ObjectModel.ReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4072
4072
  "normalizedSignature": "PayloadNames|:System.Collections.ObjectModel.ReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
4073
4073
  "emitScope": "ClassSurface",
@@ -4086,7 +4086,7 @@
4086
4086
  {
4087
4087
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::EventSource:System.Diagnostics.Tracing.EventSource",
4088
4088
  "clrName": "EventSource",
4089
- "metadataToken": 385880994,
4089
+ "metadataToken": 385880996,
4090
4090
  "canonicalSignature": ":System.Diagnostics.Tracing.EventSource",
4091
4091
  "normalizedSignature": "EventSource|:System.Diagnostics.Tracing.EventSource|static=false|accessor=get",
4092
4092
  "emitScope": "ClassSurface",
@@ -4105,7 +4105,7 @@
4105
4105
  {
4106
4106
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Keywords:System.Diagnostics.Tracing.EventKeywords",
4107
4107
  "clrName": "Keywords",
4108
- "metadataToken": 385880995,
4108
+ "metadataToken": 385880997,
4109
4109
  "canonicalSignature": ":System.Diagnostics.Tracing.EventKeywords",
4110
4110
  "normalizedSignature": "Keywords|:System.Diagnostics.Tracing.EventKeywords|static=false|accessor=getset",
4111
4111
  "emitScope": "ClassSurface",
@@ -4124,7 +4124,7 @@
4124
4124
  {
4125
4125
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Opcode:System.Diagnostics.Tracing.EventOpcode",
4126
4126
  "clrName": "Opcode",
4127
- "metadataToken": 385880996,
4127
+ "metadataToken": 385880998,
4128
4128
  "canonicalSignature": ":System.Diagnostics.Tracing.EventOpcode",
4129
4129
  "normalizedSignature": "Opcode|:System.Diagnostics.Tracing.EventOpcode|static=false|accessor=getset",
4130
4130
  "emitScope": "ClassSurface",
@@ -4143,7 +4143,7 @@
4143
4143
  {
4144
4144
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Task:System.Diagnostics.Tracing.EventTask",
4145
4145
  "clrName": "Task",
4146
- "metadataToken": 385880997,
4146
+ "metadataToken": 385880999,
4147
4147
  "canonicalSignature": ":System.Diagnostics.Tracing.EventTask",
4148
4148
  "normalizedSignature": "Task|:System.Diagnostics.Tracing.EventTask|static=false|accessor=get",
4149
4149
  "emitScope": "ClassSurface",
@@ -4162,7 +4162,7 @@
4162
4162
  {
4163
4163
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Tags:System.Diagnostics.Tracing.EventTags",
4164
4164
  "clrName": "Tags",
4165
- "metadataToken": 385880998,
4165
+ "metadataToken": 385881000,
4166
4166
  "canonicalSignature": ":System.Diagnostics.Tracing.EventTags",
4167
4167
  "normalizedSignature": "Tags|:System.Diagnostics.Tracing.EventTags|static=false|accessor=getset",
4168
4168
  "emitScope": "ClassSurface",
@@ -4181,7 +4181,7 @@
4181
4181
  {
4182
4182
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Message:System.String",
4183
4183
  "clrName": "Message",
4184
- "metadataToken": 385880999,
4184
+ "metadataToken": 385881001,
4185
4185
  "canonicalSignature": ":System.String",
4186
4186
  "normalizedSignature": "Message|:System.String|static=false|accessor=getset",
4187
4187
  "emitScope": "ClassSurface",
@@ -4200,7 +4200,7 @@
4200
4200
  {
4201
4201
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Channel:System.Diagnostics.Tracing.EventChannel",
4202
4202
  "clrName": "Channel",
4203
- "metadataToken": 385881000,
4203
+ "metadataToken": 385881002,
4204
4204
  "canonicalSignature": ":System.Diagnostics.Tracing.EventChannel",
4205
4205
  "normalizedSignature": "Channel|:System.Diagnostics.Tracing.EventChannel|static=false|accessor=get",
4206
4206
  "emitScope": "ClassSurface",
@@ -4219,7 +4219,7 @@
4219
4219
  {
4220
4220
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Version:System.Byte",
4221
4221
  "clrName": "Version",
4222
- "metadataToken": 385881001,
4222
+ "metadataToken": 385881003,
4223
4223
  "canonicalSignature": ":System.Byte",
4224
4224
  "normalizedSignature": "Version|:System.Byte|static=false|accessor=get",
4225
4225
  "emitScope": "ClassSurface",
@@ -4238,7 +4238,7 @@
4238
4238
  {
4239
4239
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::Level:System.Diagnostics.Tracing.EventLevel",
4240
4240
  "clrName": "Level",
4241
- "metadataToken": 385881002,
4241
+ "metadataToken": 385881004,
4242
4242
  "canonicalSignature": ":System.Diagnostics.Tracing.EventLevel",
4243
4243
  "normalizedSignature": "Level|:System.Diagnostics.Tracing.EventLevel|static=false|accessor=getset",
4244
4244
  "emitScope": "ClassSurface",
@@ -4257,7 +4257,7 @@
4257
4257
  {
4258
4258
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::OSThreadId:System.Int64",
4259
4259
  "clrName": "OSThreadId",
4260
- "metadataToken": 385881003,
4260
+ "metadataToken": 385881005,
4261
4261
  "canonicalSignature": ":System.Int64",
4262
4262
  "normalizedSignature": "OSThreadId|:System.Int64|static=false|accessor=getset",
4263
4263
  "emitScope": "ClassSurface",
@@ -4276,7 +4276,7 @@
4276
4276
  {
4277
4277
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.EventWrittenEventArgs::TimeStamp:System.DateTime",
4278
4278
  "clrName": "TimeStamp",
4279
- "metadataToken": 385881004,
4279
+ "metadataToken": 385881006,
4280
4280
  "canonicalSignature": ":System.DateTime",
4281
4281
  "normalizedSignature": "TimeStamp|:System.DateTime|static=false|accessor=getset",
4282
4282
  "emitScope": "ClassSurface",
@@ -4322,7 +4322,7 @@
4322
4322
  {
4323
4323
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::Increment(System.Double):System.Void",
4324
4324
  "clrName": "Increment",
4325
- "metadataToken": 100702535,
4325
+ "metadataToken": 100702540,
4326
4326
  "canonicalSignature": "(System.Double):System.Void",
4327
4327
  "normalizedSignature": "Increment|(System.Double):System.Void|static=false",
4328
4328
  "emitScope": "ClassSurface",
@@ -4342,7 +4342,7 @@
4342
4342
  {
4343
4343
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::ToString():System.String",
4344
4344
  "clrName": "ToString",
4345
- "metadataToken": 100702538,
4345
+ "metadataToken": 100702543,
4346
4346
  "canonicalSignature": "():System.String",
4347
4347
  "normalizedSignature": "ToString|():System.String|static=false",
4348
4348
  "emitScope": "ClassSurface",
@@ -4385,7 +4385,7 @@
4385
4385
  {
4386
4386
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::DisplayRateTimeScale:System.TimeSpan",
4387
4387
  "clrName": "DisplayRateTimeScale",
4388
- "metadataToken": 385881026,
4388
+ "metadataToken": 385881028,
4389
4389
  "canonicalSignature": ":System.TimeSpan",
4390
4390
  "normalizedSignature": "DisplayRateTimeScale|:System.TimeSpan|static=false|accessor=getset",
4391
4391
  "emitScope": "ClassSurface",
@@ -4407,7 +4407,7 @@
4407
4407
  "constructors": [
4408
4408
  {
4409
4409
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingEventCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource):void",
4410
- "metadataToken": 100702534,
4410
+ "metadataToken": 100702539,
4411
4411
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource):void",
4412
4412
  "normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource):void|static=false",
4413
4413
  "isStatic": false,
@@ -4443,7 +4443,7 @@
4443
4443
  {
4444
4444
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingPollingCounter::ToString():System.String",
4445
4445
  "clrName": "ToString",
4446
- "metadataToken": 100702545,
4446
+ "metadataToken": 100702550,
4447
4447
  "canonicalSignature": "():System.String",
4448
4448
  "normalizedSignature": "ToString|():System.String|static=false",
4449
4449
  "emitScope": "ClassSurface",
@@ -4486,7 +4486,7 @@
4486
4486
  {
4487
4487
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingPollingCounter::DisplayRateTimeScale:System.TimeSpan",
4488
4488
  "clrName": "DisplayRateTimeScale",
4489
- "metadataToken": 385881028,
4489
+ "metadataToken": 385881030,
4490
4490
  "canonicalSignature": ":System.TimeSpan",
4491
4491
  "normalizedSignature": "DisplayRateTimeScale|:System.TimeSpan|static=false|accessor=getset",
4492
4492
  "emitScope": "ClassSurface",
@@ -4508,7 +4508,7 @@
4508
4508
  "constructors": [
4509
4509
  {
4510
4510
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.IncrementingPollingCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
4511
- "metadataToken": 100702544,
4511
+ "metadataToken": 100702549,
4512
4512
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
4513
4513
  "normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
4514
4514
  "isStatic": false,
@@ -4541,7 +4541,7 @@
4541
4541
  "constructors": [
4542
4542
  {
4543
4543
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.NonEventAttribute::.ctor():void",
4544
- "metadataToken": 100702470,
4544
+ "metadataToken": 100702475,
4545
4545
  "canonicalSignature": "():void",
4546
4546
  "normalizedSignature": "constructor|():void|static=false",
4547
4547
  "isStatic": false,
@@ -4577,7 +4577,7 @@
4577
4577
  {
4578
4578
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.PollingCounter::ToString():System.String",
4579
4579
  "clrName": "ToString",
4580
- "metadataToken": 100702739,
4580
+ "metadataToken": 100702744,
4581
4581
  "canonicalSignature": "():System.String",
4582
4582
  "normalizedSignature": "ToString|():System.String|static=false",
4583
4583
  "emitScope": "ClassSurface",
@@ -4622,7 +4622,7 @@
4622
4622
  "constructors": [
4623
4623
  {
4624
4624
  "stableId": "System.Private.CoreLib:System.Diagnostics.Tracing.PollingCounter::.ctor(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
4625
- "metadataToken": 100702738,
4625
+ "metadataToken": 100702743,
4626
4626
  "canonicalSignature": "(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
4627
4627
  "normalizedSignature": "constructor|(System.String,System.Diagnostics.Tracing.EventSource,System.Func_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
4628
4628
  "isStatic": false,