@tsonic/microsoft-extensions 0.1.1 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
  2. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
  3. package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
  4. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
  5. package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
  6. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
  7. package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
  8. package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
  9. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
  10. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
  11. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
  12. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
  13. package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
  14. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
  15. package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
  16. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
  17. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
  18. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
  19. package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
  20. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
  21. package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
  22. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
  23. package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
  24. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
  25. package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
  26. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
  27. package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
  28. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
  29. package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
  30. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
  31. package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
  32. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
  33. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
  34. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
  35. package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
  36. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
  37. package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
  38. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
  39. package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
  40. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
  41. package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
  42. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
  43. package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
  44. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
  45. package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
  46. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
  47. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
  48. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
  49. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
  50. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
  51. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
  52. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
  53. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
  54. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
  55. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
  56. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
  57. package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
  58. package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
  59. package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
  60. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
  61. package/Microsoft.Extensions.Http/bindings.json +93 -160
  62. package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
  63. package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
  64. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
  65. package/Microsoft.Extensions.Internal/bindings.json +32 -51
  66. package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
  67. package/Microsoft.Extensions.Localization/bindings.json +294 -531
  68. package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
  69. package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
  70. package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
  71. package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
  72. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
  73. package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
  74. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
  75. package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
  76. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
  77. package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
  78. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
  79. package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
  80. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
  81. package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
  82. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
  83. package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
  84. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
  85. package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
  86. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
  87. package/Microsoft.Extensions.Options/bindings.json +1780 -3480
  88. package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
  89. package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
  90. package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
  91. package/Microsoft.Extensions.Validation/bindings.json +196 -336
  92. package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
  93. package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
  94. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
  95. package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
  96. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
  97. package/System.Diagnostics/bindings.json +560 -1240
  98. package/System.Diagnostics/internal/index.d.ts +94 -94
  99. package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
  100. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
  101. package/System.Net.Http/bindings.json +56 -60
  102. package/System.Net.Http/internal/index.d.ts +4 -4
  103. package/System.Security.Cryptography/bindings.json +101 -208
  104. package/System.Security.Cryptography/internal/index.d.ts +14 -14
  105. package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
  106. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
  107. package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
  108. package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
  109. package/__build/scripts/generate.sh +4 -4
  110. package/__internal/extensions/index.d.ts +426 -426
  111. package/package.json +3 -3
  112. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
  113. package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
  114. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
  115. package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
  116. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
  117. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
  118. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
  119. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
  120. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
  121. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
  122. package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
  123. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
  124. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
  125. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
  126. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
  127. package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
  128. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
  129. package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
  130. package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
  131. package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
  132. package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
  133. package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
  134. package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
  135. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
  136. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
  137. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
  138. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
  139. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
  140. package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
  141. package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
  142. package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
  143. package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
  144. package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
  145. package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
  146. package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
  147. package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
  148. package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
  149. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
  150. package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
  151. package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
  152. package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
  153. package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
  154. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
  155. package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
  156. package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
  157. package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
  158. package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
  159. package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
  160. package/System.Diagnostics/internal/metadata.json +0 -1694
  161. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
  162. package/System.Net.Http/internal/metadata.json +0 -141
  163. package/System.Security.Cryptography/internal/metadata.json +0 -302
  164. package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
  165. package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
@@ -1,263 +1,188 @@
1
1
  {
2
2
  "namespace": "System.Diagnostics",
3
+ "contributingAssemblies": [
4
+ "System.Diagnostics.DiagnosticSource",
5
+ "System.Diagnostics.EventLog",
6
+ "System.Diagnostics.FileVersionInfo",
7
+ "System.Diagnostics.Process",
8
+ "System.Diagnostics.TextWriterTraceListener",
9
+ "System.Diagnostics.TraceSource",
10
+ "System.Private.CoreLib"
11
+ ],
3
12
  "types": [
4
13
  {
5
14
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType",
6
15
  "clrName": "System.Diagnostics.EventLogEntryType",
7
- "tsEmitName": "EventLogEntryType",
8
16
  "assemblyName": "System.Diagnostics.EventLog",
9
17
  "metadataToken": 0,
18
+ "kind": "Enum",
19
+ "accessibility": "Public",
20
+ "isAbstract": false,
21
+ "isSealed": true,
22
+ "isStatic": false,
23
+ "arity": 0,
10
24
  "methods": [],
11
25
  "properties": [],
12
26
  "fields": [
13
27
  {
14
28
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::value__System.Int32",
15
29
  "clrName": "value__",
16
- "tsEmitName": "value__",
17
30
  "metadataToken": 67108867,
18
31
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
32
  "isStatic": false,
20
33
  "isReadOnly": false,
34
+ "isLiteral": false,
21
35
  "declaringClrType": "System.Diagnostics.EventLogEntryType",
22
36
  "declaringAssemblyName": "System.Diagnostics.EventLog"
23
37
  },
24
38
  {
25
39
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::ErrorSystem.Diagnostics.EventLogEntryType",
26
40
  "clrName": "Error",
27
- "tsEmitName": "error",
28
41
  "metadataToken": 67108868,
29
42
  "normalizedSignature": "Error|System.Diagnostics.EventLogEntryType|static=true|const=true",
30
43
  "isStatic": true,
31
44
  "isReadOnly": false,
45
+ "isLiteral": true,
32
46
  "declaringClrType": "System.Diagnostics.EventLogEntryType",
33
47
  "declaringAssemblyName": "System.Diagnostics.EventLog"
34
48
  },
35
49
  {
36
50
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::WarningSystem.Diagnostics.EventLogEntryType",
37
51
  "clrName": "Warning",
38
- "tsEmitName": "warning",
39
52
  "metadataToken": 67108869,
40
53
  "normalizedSignature": "Warning|System.Diagnostics.EventLogEntryType|static=true|const=true",
41
54
  "isStatic": true,
42
55
  "isReadOnly": false,
56
+ "isLiteral": true,
43
57
  "declaringClrType": "System.Diagnostics.EventLogEntryType",
44
58
  "declaringAssemblyName": "System.Diagnostics.EventLog"
45
59
  },
46
60
  {
47
61
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::InformationSystem.Diagnostics.EventLogEntryType",
48
62
  "clrName": "Information",
49
- "tsEmitName": "information",
50
63
  "metadataToken": 67108870,
51
64
  "normalizedSignature": "Information|System.Diagnostics.EventLogEntryType|static=true|const=true",
52
65
  "isStatic": true,
53
66
  "isReadOnly": false,
67
+ "isLiteral": true,
54
68
  "declaringClrType": "System.Diagnostics.EventLogEntryType",
55
69
  "declaringAssemblyName": "System.Diagnostics.EventLog"
56
70
  },
57
71
  {
58
72
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::SuccessAuditSystem.Diagnostics.EventLogEntryType",
59
73
  "clrName": "SuccessAudit",
60
- "tsEmitName": "successAudit",
61
74
  "metadataToken": 67108871,
62
75
  "normalizedSignature": "SuccessAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
63
76
  "isStatic": true,
64
77
  "isReadOnly": false,
78
+ "isLiteral": true,
65
79
  "declaringClrType": "System.Diagnostics.EventLogEntryType",
66
80
  "declaringAssemblyName": "System.Diagnostics.EventLog"
67
81
  },
68
82
  {
69
83
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryType::FailureAuditSystem.Diagnostics.EventLogEntryType",
70
84
  "clrName": "FailureAudit",
71
- "tsEmitName": "failureAudit",
72
85
  "metadataToken": 67108872,
73
86
  "normalizedSignature": "FailureAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
74
87
  "isStatic": true,
75
88
  "isReadOnly": false,
89
+ "isLiteral": true,
76
90
  "declaringClrType": "System.Diagnostics.EventLogEntryType",
77
91
  "declaringAssemblyName": "System.Diagnostics.EventLog"
78
92
  }
79
93
  ],
80
94
  "events": [],
81
- "constructors": [],
82
- "exposedFields": [
83
- {
84
- "tsName": "value__",
85
- "isStatic": false,
86
- "tsSignatureId": "value__|System.Int32|static=false|const=false",
87
- "target": {
88
- "declaringClrType": "System.Diagnostics.EventLogEntryType",
89
- "declaringAssemblyName": "System.Diagnostics.EventLog",
90
- "metadataToken": 67108867
91
- }
92
- },
93
- {
94
- "tsName": "error",
95
- "isStatic": true,
96
- "tsSignatureId": "Error|System.Diagnostics.EventLogEntryType|static=true|const=true",
97
- "target": {
98
- "declaringClrType": "System.Diagnostics.EventLogEntryType",
99
- "declaringAssemblyName": "System.Diagnostics.EventLog",
100
- "metadataToken": 67108868
101
- }
102
- },
103
- {
104
- "tsName": "warning",
105
- "isStatic": true,
106
- "tsSignatureId": "Warning|System.Diagnostics.EventLogEntryType|static=true|const=true",
107
- "target": {
108
- "declaringClrType": "System.Diagnostics.EventLogEntryType",
109
- "declaringAssemblyName": "System.Diagnostics.EventLog",
110
- "metadataToken": 67108869
111
- }
112
- },
113
- {
114
- "tsName": "information",
115
- "isStatic": true,
116
- "tsSignatureId": "Information|System.Diagnostics.EventLogEntryType|static=true|const=true",
117
- "target": {
118
- "declaringClrType": "System.Diagnostics.EventLogEntryType",
119
- "declaringAssemblyName": "System.Diagnostics.EventLog",
120
- "metadataToken": 67108870
121
- }
122
- },
123
- {
124
- "tsName": "successAudit",
125
- "isStatic": true,
126
- "tsSignatureId": "SuccessAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
127
- "target": {
128
- "declaringClrType": "System.Diagnostics.EventLogEntryType",
129
- "declaringAssemblyName": "System.Diagnostics.EventLog",
130
- "metadataToken": 67108871
131
- }
132
- },
133
- {
134
- "tsName": "failureAudit",
135
- "isStatic": true,
136
- "tsSignatureId": "FailureAudit|System.Diagnostics.EventLogEntryType|static=true|const=true",
137
- "target": {
138
- "declaringClrType": "System.Diagnostics.EventLogEntryType",
139
- "declaringAssemblyName": "System.Diagnostics.EventLog",
140
- "metadataToken": 67108872
141
- }
142
- }
143
- ]
95
+ "constructors": []
144
96
  },
145
97
  {
146
98
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction",
147
99
  "clrName": "System.Diagnostics.OverflowAction",
148
- "tsEmitName": "OverflowAction",
149
100
  "assemblyName": "System.Diagnostics.EventLog",
150
101
  "metadataToken": 0,
102
+ "kind": "Enum",
103
+ "accessibility": "Public",
104
+ "isAbstract": false,
105
+ "isSealed": true,
106
+ "isStatic": false,
107
+ "arity": 0,
151
108
  "methods": [],
152
109
  "properties": [],
153
110
  "fields": [
154
111
  {
155
112
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::value__System.Int32",
156
113
  "clrName": "value__",
157
- "tsEmitName": "value__",
158
114
  "metadataToken": 67108873,
159
115
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
160
116
  "isStatic": false,
161
117
  "isReadOnly": false,
118
+ "isLiteral": false,
162
119
  "declaringClrType": "System.Diagnostics.OverflowAction",
163
120
  "declaringAssemblyName": "System.Diagnostics.EventLog"
164
121
  },
165
122
  {
166
123
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::DoNotOverwriteSystem.Diagnostics.OverflowAction",
167
124
  "clrName": "DoNotOverwrite",
168
- "tsEmitName": "doNotOverwrite",
169
125
  "metadataToken": 67108874,
170
126
  "normalizedSignature": "DoNotOverwrite|System.Diagnostics.OverflowAction|static=true|const=true",
171
127
  "isStatic": true,
172
128
  "isReadOnly": false,
129
+ "isLiteral": true,
173
130
  "declaringClrType": "System.Diagnostics.OverflowAction",
174
131
  "declaringAssemblyName": "System.Diagnostics.EventLog"
175
132
  },
176
133
  {
177
134
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::OverwriteAsNeededSystem.Diagnostics.OverflowAction",
178
135
  "clrName": "OverwriteAsNeeded",
179
- "tsEmitName": "overwriteAsNeeded",
180
136
  "metadataToken": 67108875,
181
137
  "normalizedSignature": "OverwriteAsNeeded|System.Diagnostics.OverflowAction|static=true|const=true",
182
138
  "isStatic": true,
183
139
  "isReadOnly": false,
140
+ "isLiteral": true,
184
141
  "declaringClrType": "System.Diagnostics.OverflowAction",
185
142
  "declaringAssemblyName": "System.Diagnostics.EventLog"
186
143
  },
187
144
  {
188
145
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.OverflowAction::OverwriteOlderSystem.Diagnostics.OverflowAction",
189
146
  "clrName": "OverwriteOlder",
190
- "tsEmitName": "overwriteOlder",
191
147
  "metadataToken": 67108876,
192
148
  "normalizedSignature": "OverwriteOlder|System.Diagnostics.OverflowAction|static=true|const=true",
193
149
  "isStatic": true,
194
150
  "isReadOnly": false,
151
+ "isLiteral": true,
195
152
  "declaringClrType": "System.Diagnostics.OverflowAction",
196
153
  "declaringAssemblyName": "System.Diagnostics.EventLog"
197
154
  }
198
155
  ],
199
156
  "events": [],
200
- "constructors": [],
201
- "exposedFields": [
202
- {
203
- "tsName": "value__",
204
- "isStatic": false,
205
- "tsSignatureId": "value__|System.Int32|static=false|const=false",
206
- "target": {
207
- "declaringClrType": "System.Diagnostics.OverflowAction",
208
- "declaringAssemblyName": "System.Diagnostics.EventLog",
209
- "metadataToken": 67108873
210
- }
211
- },
212
- {
213
- "tsName": "doNotOverwrite",
214
- "isStatic": true,
215
- "tsSignatureId": "DoNotOverwrite|System.Diagnostics.OverflowAction|static=true|const=true",
216
- "target": {
217
- "declaringClrType": "System.Diagnostics.OverflowAction",
218
- "declaringAssemblyName": "System.Diagnostics.EventLog",
219
- "metadataToken": 67108874
220
- }
221
- },
222
- {
223
- "tsName": "overwriteAsNeeded",
224
- "isStatic": true,
225
- "tsSignatureId": "OverwriteAsNeeded|System.Diagnostics.OverflowAction|static=true|const=true",
226
- "target": {
227
- "declaringClrType": "System.Diagnostics.OverflowAction",
228
- "declaringAssemblyName": "System.Diagnostics.EventLog",
229
- "metadataToken": 67108875
230
- }
231
- },
232
- {
233
- "tsName": "overwriteOlder",
234
- "isStatic": true,
235
- "tsSignatureId": "OverwriteOlder|System.Diagnostics.OverflowAction|static=true|const=true",
236
- "target": {
237
- "declaringClrType": "System.Diagnostics.OverflowAction",
238
- "declaringAssemblyName": "System.Diagnostics.EventLog",
239
- "metadataToken": 67108876
240
- }
241
- }
242
- ]
157
+ "constructors": []
243
158
  },
244
159
  {
245
160
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler",
246
161
  "clrName": "System.Diagnostics.EntryWrittenEventHandler",
247
- "tsEmitName": "EntryWrittenEventHandler",
248
162
  "assemblyName": "System.Diagnostics.EventLog",
249
163
  "metadataToken": 0,
164
+ "kind": "Delegate",
165
+ "accessibility": "Public",
166
+ "isAbstract": false,
167
+ "isSealed": true,
168
+ "isStatic": false,
169
+ "arity": 0,
250
170
  "methods": [
251
171
  {
252
172
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler::Invoke(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void",
253
173
  "clrName": "Invoke",
254
- "tsEmitName": "invoke",
255
174
  "metadataToken": 100663356,
256
175
  "canonicalSignature": "(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void",
257
176
  "normalizedSignature": "Invoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void|static=false",
258
177
  "emitScope": "ClassSurface",
178
+ "provenance": "Original",
259
179
  "arity": 0,
260
180
  "parameterCount": 2,
181
+ "isStatic": false,
182
+ "isAbstract": false,
183
+ "isVirtual": true,
184
+ "isOverride": false,
185
+ "isSealed": false,
261
186
  "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
262
187
  "declaringAssemblyName": "System.Diagnostics.EventLog",
263
188
  "isExtensionMethod": false
@@ -265,13 +190,18 @@
265
190
  {
266
191
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler::BeginInvoke(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
267
192
  "clrName": "BeginInvoke",
268
- "tsEmitName": "beginInvoke",
269
193
  "metadataToken": 100663357,
270
194
  "canonicalSignature": "(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
271
195
  "normalizedSignature": "BeginInvoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
272
196
  "emitScope": "ClassSurface",
197
+ "provenance": "Original",
273
198
  "arity": 0,
274
199
  "parameterCount": 4,
200
+ "isStatic": false,
201
+ "isAbstract": false,
202
+ "isVirtual": true,
203
+ "isOverride": false,
204
+ "isSealed": false,
275
205
  "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
276
206
  "declaringAssemblyName": "System.Diagnostics.EventLog",
277
207
  "isExtensionMethod": false
@@ -279,13 +209,18 @@
279
209
  {
280
210
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventHandler::EndInvoke(System.IAsyncResult):System.Void",
281
211
  "clrName": "EndInvoke",
282
- "tsEmitName": "endInvoke",
283
212
  "metadataToken": 100663358,
284
213
  "canonicalSignature": "(System.IAsyncResult):System.Void",
285
214
  "normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
286
215
  "emitScope": "ClassSurface",
216
+ "provenance": "Original",
287
217
  "arity": 0,
288
218
  "parameterCount": 1,
219
+ "isStatic": false,
220
+ "isAbstract": false,
221
+ "isVirtual": true,
222
+ "isOverride": false,
223
+ "isSealed": false,
289
224
  "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
290
225
  "declaringAssemblyName": "System.Diagnostics.EventLog",
291
226
  "isExtensionMethod": false
@@ -305,70 +240,36 @@
305
240
  "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
306
241
  "declaringAssemblyName": "System.Diagnostics.EventLog"
307
242
  }
308
- ],
309
- "exposedMethods": [
310
- {
311
- "tsName": "invoke",
312
- "isStatic": false,
313
- "tsSignatureId": "Invoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs):System.Void|static=false",
314
- "target": {
315
- "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
316
- "declaringAssemblyName": "System.Diagnostics.EventLog",
317
- "metadataToken": 100663356
318
- }
319
- },
320
- {
321
- "tsName": "beginInvoke",
322
- "isStatic": false,
323
- "tsSignatureId": "BeginInvoke|(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
324
- "target": {
325
- "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
326
- "declaringAssemblyName": "System.Diagnostics.EventLog",
327
- "metadataToken": 100663357
328
- }
329
- },
330
- {
331
- "tsName": "endInvoke",
332
- "isStatic": false,
333
- "tsSignatureId": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
334
- "target": {
335
- "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
336
- "declaringAssemblyName": "System.Diagnostics.EventLog",
337
- "metadataToken": 100663358
338
- }
339
- }
340
- ],
341
- "exposedConstructors": [
342
- {
343
- "isStatic": false,
344
- "tsSignatureId": "constructor|(System.Object,System.IntPtr):void|static=false",
345
- "target": {
346
- "declaringClrType": "System.Diagnostics.EntryWrittenEventHandler",
347
- "declaringAssemblyName": "System.Diagnostics.EventLog",
348
- "metadataToken": 100663355
349
- }
350
- }
351
243
  ]
352
244
  },
353
245
  {
354
246
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventArgs",
355
247
  "clrName": "System.Diagnostics.EntryWrittenEventArgs",
356
- "tsEmitName": "EntryWrittenEventArgs",
357
248
  "assemblyName": "System.Diagnostics.EventLog",
358
249
  "metadataToken": 0,
250
+ "kind": "Class",
251
+ "accessibility": "Public",
252
+ "isAbstract": false,
253
+ "isSealed": false,
254
+ "isStatic": false,
255
+ "arity": 0,
359
256
  "methods": [],
360
257
  "properties": [
361
258
  {
362
259
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EntryWrittenEventArgs::Entry:System.Diagnostics.EventLogEntry",
363
260
  "clrName": "Entry",
364
- "tsEmitName": "entry",
365
261
  "metadataToken": 385876011,
366
262
  "canonicalSignature": ":System.Diagnostics.EventLogEntry",
367
263
  "normalizedSignature": "Entry|:System.Diagnostics.EventLogEntry|static=false|accessor=get",
368
264
  "emitScope": "ClassSurface",
265
+ "provenance": "Original",
369
266
  "isIndexer": false,
370
267
  "hasGetter": true,
371
268
  "hasSetter": false,
269
+ "isStatic": false,
270
+ "isAbstract": false,
271
+ "isVirtual": false,
272
+ "isOverride": false,
372
273
  "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
373
274
  "declaringAssemblyName": "System.Diagnostics.EventLog"
374
275
  }
@@ -396,87 +297,72 @@
396
297
  "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
397
298
  "declaringAssemblyName": "System.Diagnostics.EventLog"
398
299
  }
399
- ],
400
- "exposedProperties": [
401
- {
402
- "tsName": "entry",
403
- "isStatic": false,
404
- "tsSignatureId": "Entry|:System.Diagnostics.EventLogEntry|static=false|accessor=get",
405
- "target": {
406
- "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
407
- "declaringAssemblyName": "System.Diagnostics.EventLog",
408
- "metadataToken": 385876011
409
- }
410
- }
411
- ],
412
- "exposedConstructors": [
413
- {
414
- "isStatic": false,
415
- "tsSignatureId": "constructor|():void|static=false",
416
- "target": {
417
- "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
418
- "declaringAssemblyName": "System.Diagnostics.EventLog",
419
- "metadataToken": 100663352
420
- }
421
- },
422
- {
423
- "isStatic": false,
424
- "tsSignatureId": "constructor|(System.Diagnostics.EventLogEntry):void|static=false",
425
- "target": {
426
- "declaringClrType": "System.Diagnostics.EntryWrittenEventArgs",
427
- "declaringAssemblyName": "System.Diagnostics.EventLog",
428
- "metadataToken": 100663353
429
- }
430
- }
431
300
  ]
432
301
  },
433
302
  {
434
303
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance",
435
304
  "clrName": "System.Diagnostics.EventInstance",
436
- "tsEmitName": "EventInstance",
437
305
  "assemblyName": "System.Diagnostics.EventLog",
438
306
  "metadataToken": 0,
307
+ "kind": "Class",
308
+ "accessibility": "Public",
309
+ "isAbstract": false,
310
+ "isSealed": false,
311
+ "isStatic": false,
312
+ "arity": 0,
439
313
  "methods": [],
440
314
  "properties": [
441
315
  {
442
316
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::CategoryId:System.Int32",
443
317
  "clrName": "CategoryId",
444
- "tsEmitName": "categoryId",
445
318
  "metadataToken": 385876012,
446
319
  "canonicalSignature": ":System.Int32",
447
320
  "normalizedSignature": "CategoryId|:System.Int32|static=false|accessor=getset",
448
321
  "emitScope": "ClassSurface",
322
+ "provenance": "Original",
449
323
  "isIndexer": false,
450
324
  "hasGetter": true,
451
325
  "hasSetter": true,
326
+ "isStatic": false,
327
+ "isAbstract": false,
328
+ "isVirtual": false,
329
+ "isOverride": false,
452
330
  "declaringClrType": "System.Diagnostics.EventInstance",
453
331
  "declaringAssemblyName": "System.Diagnostics.EventLog"
454
332
  },
455
333
  {
456
334
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::EntryType:System.Diagnostics.EventLogEntryType",
457
335
  "clrName": "EntryType",
458
- "tsEmitName": "entryType",
459
336
  "metadataToken": 385876013,
460
337
  "canonicalSignature": ":System.Diagnostics.EventLogEntryType",
461
338
  "normalizedSignature": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=getset",
462
339
  "emitScope": "ClassSurface",
340
+ "provenance": "Original",
463
341
  "isIndexer": false,
464
342
  "hasGetter": true,
465
343
  "hasSetter": true,
344
+ "isStatic": false,
345
+ "isAbstract": false,
346
+ "isVirtual": false,
347
+ "isOverride": false,
466
348
  "declaringClrType": "System.Diagnostics.EventInstance",
467
349
  "declaringAssemblyName": "System.Diagnostics.EventLog"
468
350
  },
469
351
  {
470
352
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventInstance::InstanceId:System.Int64",
471
353
  "clrName": "InstanceId",
472
- "tsEmitName": "instanceId",
473
354
  "metadataToken": 385876014,
474
355
  "canonicalSignature": ":System.Int64",
475
356
  "normalizedSignature": "InstanceId|:System.Int64|static=false|accessor=getset",
476
357
  "emitScope": "ClassSurface",
358
+ "provenance": "Original",
477
359
  "isIndexer": false,
478
360
  "hasGetter": true,
479
361
  "hasSetter": true,
362
+ "isStatic": false,
363
+ "isAbstract": false,
364
+ "isVirtual": false,
365
+ "isOverride": false,
480
366
  "declaringClrType": "System.Diagnostics.EventInstance",
481
367
  "declaringAssemblyName": "System.Diagnostics.EventLog"
482
368
  }
@@ -504,77 +390,35 @@
504
390
  "declaringClrType": "System.Diagnostics.EventInstance",
505
391
  "declaringAssemblyName": "System.Diagnostics.EventLog"
506
392
  }
507
- ],
508
- "exposedProperties": [
509
- {
510
- "tsName": "categoryId",
511
- "isStatic": false,
512
- "tsSignatureId": "CategoryId|:System.Int32|static=false|accessor=getset",
513
- "target": {
514
- "declaringClrType": "System.Diagnostics.EventInstance",
515
- "declaringAssemblyName": "System.Diagnostics.EventLog",
516
- "metadataToken": 385876012
517
- }
518
- },
519
- {
520
- "tsName": "entryType",
521
- "isStatic": false,
522
- "tsSignatureId": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=getset",
523
- "target": {
524
- "declaringClrType": "System.Diagnostics.EventInstance",
525
- "declaringAssemblyName": "System.Diagnostics.EventLog",
526
- "metadataToken": 385876013
527
- }
528
- },
529
- {
530
- "tsName": "instanceId",
531
- "isStatic": false,
532
- "tsSignatureId": "InstanceId|:System.Int64|static=false|accessor=getset",
533
- "target": {
534
- "declaringClrType": "System.Diagnostics.EventInstance",
535
- "declaringAssemblyName": "System.Diagnostics.EventLog",
536
- "metadataToken": 385876014
537
- }
538
- }
539
- ],
540
- "exposedConstructors": [
541
- {
542
- "isStatic": false,
543
- "tsSignatureId": "constructor|(System.Int64,System.Int32):void|static=false",
544
- "target": {
545
- "declaringClrType": "System.Diagnostics.EventInstance",
546
- "declaringAssemblyName": "System.Diagnostics.EventLog",
547
- "metadataToken": 100663359
548
- }
549
- },
550
- {
551
- "isStatic": false,
552
- "tsSignatureId": "constructor|(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType):void|static=false",
553
- "target": {
554
- "declaringClrType": "System.Diagnostics.EventInstance",
555
- "declaringAssemblyName": "System.Diagnostics.EventLog",
556
- "metadataToken": 100663360
557
- }
558
- }
559
393
  ]
560
394
  },
561
395
  {
562
396
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog",
563
397
  "clrName": "System.Diagnostics.EventLog",
564
- "tsEmitName": "EventLog",
565
398
  "assemblyName": "System.Diagnostics.EventLog",
566
399
  "metadataToken": 0,
400
+ "kind": "Class",
401
+ "accessibility": "Public",
402
+ "isAbstract": false,
403
+ "isSealed": false,
404
+ "isStatic": false,
405
+ "arity": 0,
567
406
  "methods": [
568
407
  {
569
408
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::BeginInit():System.Void",
570
409
  "clrName": "BeginInit",
571
- "tsEmitName": "beginInit",
572
410
  "metadataToken": 100663389,
573
411
  "canonicalSignature": "():System.Void",
574
412
  "normalizedSignature": "BeginInit|():System.Void|static=false",
575
413
  "emitScope": "ClassSurface",
414
+ "provenance": "Original",
576
415
  "arity": 0,
577
416
  "parameterCount": 0,
417
+ "isStatic": false,
418
+ "isAbstract": false,
419
+ "isVirtual": true,
420
+ "isOverride": false,
421
+ "isSealed": true,
578
422
  "declaringClrType": "System.Diagnostics.EventLog",
579
423
  "declaringAssemblyName": "System.Diagnostics.EventLog",
580
424
  "isExtensionMethod": false
@@ -582,13 +426,18 @@
582
426
  {
583
427
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Clear():System.Void",
584
428
  "clrName": "Clear",
585
- "tsEmitName": "clear",
586
429
  "metadataToken": 100663390,
587
430
  "canonicalSignature": "():System.Void",
588
431
  "normalizedSignature": "Clear|():System.Void|static=false",
589
432
  "emitScope": "ClassSurface",
433
+ "provenance": "Original",
590
434
  "arity": 0,
591
435
  "parameterCount": 0,
436
+ "isStatic": false,
437
+ "isAbstract": false,
438
+ "isVirtual": false,
439
+ "isOverride": false,
440
+ "isSealed": false,
592
441
  "declaringClrType": "System.Diagnostics.EventLog",
593
442
  "declaringAssemblyName": "System.Diagnostics.EventLog",
594
443
  "isExtensionMethod": false
@@ -596,13 +445,18 @@
596
445
  {
597
446
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Close():System.Void",
598
447
  "clrName": "Close",
599
- "tsEmitName": "close",
600
448
  "metadataToken": 100663391,
601
449
  "canonicalSignature": "():System.Void",
602
450
  "normalizedSignature": "Close|():System.Void|static=false",
603
451
  "emitScope": "ClassSurface",
452
+ "provenance": "Original",
604
453
  "arity": 0,
605
454
  "parameterCount": 0,
455
+ "isStatic": false,
456
+ "isAbstract": false,
457
+ "isVirtual": false,
458
+ "isOverride": false,
459
+ "isSealed": false,
606
460
  "declaringClrType": "System.Diagnostics.EventLog",
607
461
  "declaringAssemblyName": "System.Diagnostics.EventLog",
608
462
  "isExtensionMethod": false
@@ -610,13 +464,18 @@
610
464
  {
611
465
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::CreateEventSource(System.Diagnostics.EventSourceCreationData):System.Void",
612
466
  "clrName": "CreateEventSource",
613
- "tsEmitName": "createEventSource",
614
467
  "metadataToken": 100663392,
615
468
  "canonicalSignature": "(System.Diagnostics.EventSourceCreationData):System.Void",
616
469
  "normalizedSignature": "CreateEventSource|(System.Diagnostics.EventSourceCreationData):System.Void|static=true",
617
470
  "emitScope": "ClassSurface",
471
+ "provenance": "Original",
618
472
  "arity": 0,
619
473
  "parameterCount": 1,
474
+ "isStatic": true,
475
+ "isAbstract": false,
476
+ "isVirtual": false,
477
+ "isOverride": false,
478
+ "isSealed": false,
620
479
  "declaringClrType": "System.Diagnostics.EventLog",
621
480
  "declaringAssemblyName": "System.Diagnostics.EventLog",
622
481
  "isExtensionMethod": false
@@ -624,13 +483,18 @@
624
483
  {
625
484
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::CreateEventSource(System.String,System.String):System.Void",
626
485
  "clrName": "CreateEventSource",
627
- "tsEmitName": "createEventSource",
628
486
  "metadataToken": 100663393,
629
487
  "canonicalSignature": "(System.String,System.String):System.Void",
630
488
  "normalizedSignature": "CreateEventSource|(System.String,System.String):System.Void|static=true",
631
489
  "emitScope": "ClassSurface",
490
+ "provenance": "Original",
632
491
  "arity": 0,
633
492
  "parameterCount": 2,
493
+ "isStatic": true,
494
+ "isAbstract": false,
495
+ "isVirtual": false,
496
+ "isOverride": false,
497
+ "isSealed": false,
634
498
  "declaringClrType": "System.Diagnostics.EventLog",
635
499
  "declaringAssemblyName": "System.Diagnostics.EventLog",
636
500
  "isExtensionMethod": false
@@ -638,13 +502,18 @@
638
502
  {
639
503
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::CreateEventSource(System.String,System.String,System.String):System.Void",
640
504
  "clrName": "CreateEventSource",
641
- "tsEmitName": "createEventSource",
642
505
  "metadataToken": 100663394,
643
506
  "canonicalSignature": "(System.String,System.String,System.String):System.Void",
644
507
  "normalizedSignature": "CreateEventSource|(System.String,System.String,System.String):System.Void|static=true",
645
508
  "emitScope": "ClassSurface",
509
+ "provenance": "Original",
646
510
  "arity": 0,
647
511
  "parameterCount": 3,
512
+ "isStatic": true,
513
+ "isAbstract": false,
514
+ "isVirtual": false,
515
+ "isOverride": false,
516
+ "isSealed": false,
648
517
  "declaringClrType": "System.Diagnostics.EventLog",
649
518
  "declaringAssemblyName": "System.Diagnostics.EventLog",
650
519
  "isExtensionMethod": false
@@ -652,13 +521,18 @@
652
521
  {
653
522
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Delete(System.String):System.Void",
654
523
  "clrName": "Delete",
655
- "tsEmitName": "delete_",
656
524
  "metadataToken": 100663395,
657
525
  "canonicalSignature": "(System.String):System.Void",
658
526
  "normalizedSignature": "Delete|(System.String):System.Void|static=true",
659
527
  "emitScope": "ClassSurface",
528
+ "provenance": "Original",
660
529
  "arity": 0,
661
530
  "parameterCount": 1,
531
+ "isStatic": true,
532
+ "isAbstract": false,
533
+ "isVirtual": false,
534
+ "isOverride": false,
535
+ "isSealed": false,
662
536
  "declaringClrType": "System.Diagnostics.EventLog",
663
537
  "declaringAssemblyName": "System.Diagnostics.EventLog",
664
538
  "isExtensionMethod": false
@@ -666,13 +540,18 @@
666
540
  {
667
541
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Delete(System.String,System.String):System.Void",
668
542
  "clrName": "Delete",
669
- "tsEmitName": "delete_",
670
543
  "metadataToken": 100663396,
671
544
  "canonicalSignature": "(System.String,System.String):System.Void",
672
545
  "normalizedSignature": "Delete|(System.String,System.String):System.Void|static=true",
673
546
  "emitScope": "ClassSurface",
547
+ "provenance": "Original",
674
548
  "arity": 0,
675
549
  "parameterCount": 2,
550
+ "isStatic": true,
551
+ "isAbstract": false,
552
+ "isVirtual": false,
553
+ "isOverride": false,
554
+ "isSealed": false,
676
555
  "declaringClrType": "System.Diagnostics.EventLog",
677
556
  "declaringAssemblyName": "System.Diagnostics.EventLog",
678
557
  "isExtensionMethod": false
@@ -680,13 +559,18 @@
680
559
  {
681
560
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::DeleteEventSource(System.String):System.Void",
682
561
  "clrName": "DeleteEventSource",
683
- "tsEmitName": "deleteEventSource",
684
562
  "metadataToken": 100663397,
685
563
  "canonicalSignature": "(System.String):System.Void",
686
564
  "normalizedSignature": "DeleteEventSource|(System.String):System.Void|static=true",
687
565
  "emitScope": "ClassSurface",
566
+ "provenance": "Original",
688
567
  "arity": 0,
689
568
  "parameterCount": 1,
569
+ "isStatic": true,
570
+ "isAbstract": false,
571
+ "isVirtual": false,
572
+ "isOverride": false,
573
+ "isSealed": false,
690
574
  "declaringClrType": "System.Diagnostics.EventLog",
691
575
  "declaringAssemblyName": "System.Diagnostics.EventLog",
692
576
  "isExtensionMethod": false
@@ -694,13 +578,18 @@
694
578
  {
695
579
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::DeleteEventSource(System.String,System.String):System.Void",
696
580
  "clrName": "DeleteEventSource",
697
- "tsEmitName": "deleteEventSource",
698
581
  "metadataToken": 100663398,
699
582
  "canonicalSignature": "(System.String,System.String):System.Void",
700
583
  "normalizedSignature": "DeleteEventSource|(System.String,System.String):System.Void|static=true",
701
584
  "emitScope": "ClassSurface",
585
+ "provenance": "Original",
702
586
  "arity": 0,
703
587
  "parameterCount": 2,
588
+ "isStatic": true,
589
+ "isAbstract": false,
590
+ "isVirtual": false,
591
+ "isOverride": false,
592
+ "isSealed": false,
704
593
  "declaringClrType": "System.Diagnostics.EventLog",
705
594
  "declaringAssemblyName": "System.Diagnostics.EventLog",
706
595
  "isExtensionMethod": false
@@ -708,13 +597,18 @@
708
597
  {
709
598
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::EndInit():System.Void",
710
599
  "clrName": "EndInit",
711
- "tsEmitName": "endInit",
712
600
  "metadataToken": 100663400,
713
601
  "canonicalSignature": "():System.Void",
714
602
  "normalizedSignature": "EndInit|():System.Void|static=false",
715
603
  "emitScope": "ClassSurface",
604
+ "provenance": "Original",
716
605
  "arity": 0,
717
606
  "parameterCount": 0,
607
+ "isStatic": false,
608
+ "isAbstract": false,
609
+ "isVirtual": true,
610
+ "isOverride": false,
611
+ "isSealed": true,
718
612
  "declaringClrType": "System.Diagnostics.EventLog",
719
613
  "declaringAssemblyName": "System.Diagnostics.EventLog",
720
614
  "isExtensionMethod": false
@@ -722,13 +616,18 @@
722
616
  {
723
617
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Exists(System.String):System.Boolean",
724
618
  "clrName": "Exists",
725
- "tsEmitName": "exists",
726
619
  "metadataToken": 100663401,
727
620
  "canonicalSignature": "(System.String):System.Boolean",
728
621
  "normalizedSignature": "Exists|(System.String):System.Boolean|static=true",
729
622
  "emitScope": "ClassSurface",
623
+ "provenance": "Original",
730
624
  "arity": 0,
731
625
  "parameterCount": 1,
626
+ "isStatic": true,
627
+ "isAbstract": false,
628
+ "isVirtual": false,
629
+ "isOverride": false,
630
+ "isSealed": false,
732
631
  "declaringClrType": "System.Diagnostics.EventLog",
733
632
  "declaringAssemblyName": "System.Diagnostics.EventLog",
734
633
  "isExtensionMethod": false
@@ -736,13 +635,18 @@
736
635
  {
737
636
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Exists(System.String,System.String):System.Boolean",
738
637
  "clrName": "Exists",
739
- "tsEmitName": "exists",
740
638
  "metadataToken": 100663402,
741
639
  "canonicalSignature": "(System.String,System.String):System.Boolean",
742
640
  "normalizedSignature": "Exists|(System.String,System.String):System.Boolean|static=true",
743
641
  "emitScope": "ClassSurface",
642
+ "provenance": "Original",
744
643
  "arity": 0,
745
644
  "parameterCount": 2,
645
+ "isStatic": true,
646
+ "isAbstract": false,
647
+ "isVirtual": false,
648
+ "isOverride": false,
649
+ "isSealed": false,
746
650
  "declaringClrType": "System.Diagnostics.EventLog",
747
651
  "declaringAssemblyName": "System.Diagnostics.EventLog",
748
652
  "isExtensionMethod": false
@@ -750,13 +654,18 @@
750
654
  {
751
655
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::GetEventLogs():System.Diagnostics.EventLog[]",
752
656
  "clrName": "GetEventLogs",
753
- "tsEmitName": "getEventLogs",
754
657
  "metadataToken": 100663403,
755
658
  "canonicalSignature": "():System.Diagnostics.EventLog[]",
756
659
  "normalizedSignature": "GetEventLogs|():System.Diagnostics.EventLog[]|static=true",
757
660
  "emitScope": "ClassSurface",
661
+ "provenance": "Original",
758
662
  "arity": 0,
759
663
  "parameterCount": 0,
664
+ "isStatic": true,
665
+ "isAbstract": false,
666
+ "isVirtual": false,
667
+ "isOverride": false,
668
+ "isSealed": false,
760
669
  "declaringClrType": "System.Diagnostics.EventLog",
761
670
  "declaringAssemblyName": "System.Diagnostics.EventLog",
762
671
  "isExtensionMethod": false
@@ -764,13 +673,18 @@
764
673
  {
765
674
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::GetEventLogs(System.String):System.Diagnostics.EventLog[]",
766
675
  "clrName": "GetEventLogs",
767
- "tsEmitName": "getEventLogs",
768
676
  "metadataToken": 100663404,
769
677
  "canonicalSignature": "(System.String):System.Diagnostics.EventLog[]",
770
678
  "normalizedSignature": "GetEventLogs|(System.String):System.Diagnostics.EventLog[]|static=true",
771
679
  "emitScope": "ClassSurface",
680
+ "provenance": "Original",
772
681
  "arity": 0,
773
682
  "parameterCount": 1,
683
+ "isStatic": true,
684
+ "isAbstract": false,
685
+ "isVirtual": false,
686
+ "isOverride": false,
687
+ "isSealed": false,
774
688
  "declaringClrType": "System.Diagnostics.EventLog",
775
689
  "declaringAssemblyName": "System.Diagnostics.EventLog",
776
690
  "isExtensionMethod": false
@@ -778,13 +692,18 @@
778
692
  {
779
693
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::LogNameFromSourceName(System.String,System.String):System.String",
780
694
  "clrName": "LogNameFromSourceName",
781
- "tsEmitName": "logNameFromSourceName",
782
695
  "metadataToken": 100663405,
783
696
  "canonicalSignature": "(System.String,System.String):System.String",
784
697
  "normalizedSignature": "LogNameFromSourceName|(System.String,System.String):System.String|static=true",
785
698
  "emitScope": "ClassSurface",
699
+ "provenance": "Original",
786
700
  "arity": 0,
787
701
  "parameterCount": 2,
702
+ "isStatic": true,
703
+ "isAbstract": false,
704
+ "isVirtual": false,
705
+ "isOverride": false,
706
+ "isSealed": false,
788
707
  "declaringClrType": "System.Diagnostics.EventLog",
789
708
  "declaringAssemblyName": "System.Diagnostics.EventLog",
790
709
  "isExtensionMethod": false
@@ -792,13 +711,18 @@
792
711
  {
793
712
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32):System.Void",
794
713
  "clrName": "ModifyOverflowPolicy",
795
- "tsEmitName": "modifyOverflowPolicy",
796
714
  "metadataToken": 100663406,
797
715
  "canonicalSignature": "(System.Diagnostics.OverflowAction,System.Int32):System.Void",
798
716
  "normalizedSignature": "ModifyOverflowPolicy|(System.Diagnostics.OverflowAction,System.Int32):System.Void|static=false",
799
717
  "emitScope": "ClassSurface",
718
+ "provenance": "Original",
800
719
  "arity": 0,
801
720
  "parameterCount": 2,
721
+ "isStatic": false,
722
+ "isAbstract": false,
723
+ "isVirtual": false,
724
+ "isOverride": false,
725
+ "isSealed": false,
802
726
  "declaringClrType": "System.Diagnostics.EventLog",
803
727
  "declaringAssemblyName": "System.Diagnostics.EventLog",
804
728
  "isExtensionMethod": false
@@ -806,13 +730,18 @@
806
730
  {
807
731
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::RegisterDisplayName(System.String,System.Int64):System.Void",
808
732
  "clrName": "RegisterDisplayName",
809
- "tsEmitName": "registerDisplayName",
810
733
  "metadataToken": 100663407,
811
734
  "canonicalSignature": "(System.String,System.Int64):System.Void",
812
735
  "normalizedSignature": "RegisterDisplayName|(System.String,System.Int64):System.Void|static=false",
813
736
  "emitScope": "ClassSurface",
737
+ "provenance": "Original",
814
738
  "arity": 0,
815
739
  "parameterCount": 2,
740
+ "isStatic": false,
741
+ "isAbstract": false,
742
+ "isVirtual": false,
743
+ "isOverride": false,
744
+ "isSealed": false,
816
745
  "declaringClrType": "System.Diagnostics.EventLog",
817
746
  "declaringAssemblyName": "System.Diagnostics.EventLog",
818
747
  "isExtensionMethod": false
@@ -820,13 +749,18 @@
820
749
  {
821
750
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::SourceExists(System.String):System.Boolean",
822
751
  "clrName": "SourceExists",
823
- "tsEmitName": "sourceExists",
824
752
  "metadataToken": 100663408,
825
753
  "canonicalSignature": "(System.String):System.Boolean",
826
754
  "normalizedSignature": "SourceExists|(System.String):System.Boolean|static=true",
827
755
  "emitScope": "ClassSurface",
756
+ "provenance": "Original",
828
757
  "arity": 0,
829
758
  "parameterCount": 1,
759
+ "isStatic": true,
760
+ "isAbstract": false,
761
+ "isVirtual": false,
762
+ "isOverride": false,
763
+ "isSealed": false,
830
764
  "declaringClrType": "System.Diagnostics.EventLog",
831
765
  "declaringAssemblyName": "System.Diagnostics.EventLog",
832
766
  "isExtensionMethod": false
@@ -834,13 +768,18 @@
834
768
  {
835
769
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::SourceExists(System.String,System.String):System.Boolean",
836
770
  "clrName": "SourceExists",
837
- "tsEmitName": "sourceExists",
838
771
  "metadataToken": 100663409,
839
772
  "canonicalSignature": "(System.String,System.String):System.Boolean",
840
773
  "normalizedSignature": "SourceExists|(System.String,System.String):System.Boolean|static=true",
841
774
  "emitScope": "ClassSurface",
775
+ "provenance": "Original",
842
776
  "arity": 0,
843
777
  "parameterCount": 2,
778
+ "isStatic": true,
779
+ "isAbstract": false,
780
+ "isVirtual": false,
781
+ "isOverride": false,
782
+ "isSealed": false,
844
783
  "declaringClrType": "System.Diagnostics.EventLog",
845
784
  "declaringAssemblyName": "System.Diagnostics.EventLog",
846
785
  "isExtensionMethod": false
@@ -848,13 +787,18 @@
848
787
  {
849
788
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String):System.Void",
850
789
  "clrName": "WriteEntry",
851
- "tsEmitName": "writeEntry",
852
790
  "metadataToken": 100663410,
853
791
  "canonicalSignature": "(System.String):System.Void",
854
792
  "normalizedSignature": "WriteEntry|(System.String):System.Void|static=false",
855
793
  "emitScope": "ClassSurface",
794
+ "provenance": "Original",
856
795
  "arity": 0,
857
796
  "parameterCount": 1,
797
+ "isStatic": false,
798
+ "isAbstract": false,
799
+ "isVirtual": false,
800
+ "isOverride": false,
801
+ "isSealed": false,
858
802
  "declaringClrType": "System.Diagnostics.EventLog",
859
803
  "declaringAssemblyName": "System.Diagnostics.EventLog",
860
804
  "isExtensionMethod": false
@@ -862,13 +806,18 @@
862
806
  {
863
807
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType):System.Void",
864
808
  "clrName": "WriteEntry",
865
- "tsEmitName": "writeEntry",
866
809
  "metadataToken": 100663411,
867
810
  "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType):System.Void",
868
811
  "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType):System.Void|static=false",
869
812
  "emitScope": "ClassSurface",
813
+ "provenance": "Original",
870
814
  "arity": 0,
871
815
  "parameterCount": 2,
816
+ "isStatic": false,
817
+ "isAbstract": false,
818
+ "isVirtual": false,
819
+ "isOverride": false,
820
+ "isSealed": false,
872
821
  "declaringClrType": "System.Diagnostics.EventLog",
873
822
  "declaringAssemblyName": "System.Diagnostics.EventLog",
874
823
  "isExtensionMethod": false
@@ -876,13 +825,18 @@
876
825
  {
877
826
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
878
827
  "clrName": "WriteEntry",
879
- "tsEmitName": "writeEntry",
880
828
  "metadataToken": 100663412,
881
829
  "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
882
830
  "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=false",
883
831
  "emitScope": "ClassSurface",
832
+ "provenance": "Original",
884
833
  "arity": 0,
885
834
  "parameterCount": 3,
835
+ "isStatic": false,
836
+ "isAbstract": false,
837
+ "isVirtual": false,
838
+ "isOverride": false,
839
+ "isSealed": false,
886
840
  "declaringClrType": "System.Diagnostics.EventLog",
887
841
  "declaringAssemblyName": "System.Diagnostics.EventLog",
888
842
  "isExtensionMethod": false
@@ -890,13 +844,18 @@
890
844
  {
891
845
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
892
846
  "clrName": "WriteEntry",
893
- "tsEmitName": "writeEntry",
894
847
  "metadataToken": 100663413,
895
848
  "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
896
849
  "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=false",
897
850
  "emitScope": "ClassSurface",
851
+ "provenance": "Original",
898
852
  "arity": 0,
899
853
  "parameterCount": 4,
854
+ "isStatic": false,
855
+ "isAbstract": false,
856
+ "isVirtual": false,
857
+ "isOverride": false,
858
+ "isSealed": false,
900
859
  "declaringClrType": "System.Diagnostics.EventLog",
901
860
  "declaringAssemblyName": "System.Diagnostics.EventLog",
902
861
  "isExtensionMethod": false
@@ -904,13 +863,18 @@
904
863
  {
905
864
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
906
865
  "clrName": "WriteEntry",
907
- "tsEmitName": "writeEntry",
908
866
  "metadataToken": 100663414,
909
867
  "canonicalSignature": "(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
910
868
  "normalizedSignature": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=false",
911
869
  "emitScope": "ClassSurface",
870
+ "provenance": "Original",
912
871
  "arity": 0,
913
872
  "parameterCount": 5,
873
+ "isStatic": false,
874
+ "isAbstract": false,
875
+ "isVirtual": false,
876
+ "isOverride": false,
877
+ "isSealed": false,
914
878
  "declaringClrType": "System.Diagnostics.EventLog",
915
879
  "declaringAssemblyName": "System.Diagnostics.EventLog",
916
880
  "isExtensionMethod": false
@@ -918,13 +882,18 @@
918
882
  {
919
883
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String):System.Void",
920
884
  "clrName": "WriteEntry",
921
- "tsEmitName": "writeEntry",
922
885
  "metadataToken": 100663415,
923
886
  "canonicalSignature": "(System.String,System.String):System.Void",
924
887
  "normalizedSignature": "WriteEntry|(System.String,System.String):System.Void|static=true",
925
888
  "emitScope": "ClassSurface",
889
+ "provenance": "Original",
926
890
  "arity": 0,
927
891
  "parameterCount": 2,
892
+ "isStatic": true,
893
+ "isAbstract": false,
894
+ "isVirtual": false,
895
+ "isOverride": false,
896
+ "isSealed": false,
928
897
  "declaringClrType": "System.Diagnostics.EventLog",
929
898
  "declaringAssemblyName": "System.Diagnostics.EventLog",
930
899
  "isExtensionMethod": false
@@ -932,13 +901,18 @@
932
901
  {
933
902
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void",
934
903
  "clrName": "WriteEntry",
935
- "tsEmitName": "writeEntry",
936
904
  "metadataToken": 100663416,
937
905
  "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void",
938
906
  "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void|static=true",
939
907
  "emitScope": "ClassSurface",
908
+ "provenance": "Original",
940
909
  "arity": 0,
941
910
  "parameterCount": 3,
911
+ "isStatic": true,
912
+ "isAbstract": false,
913
+ "isVirtual": false,
914
+ "isOverride": false,
915
+ "isSealed": false,
942
916
  "declaringClrType": "System.Diagnostics.EventLog",
943
917
  "declaringAssemblyName": "System.Diagnostics.EventLog",
944
918
  "isExtensionMethod": false
@@ -946,13 +920,18 @@
946
920
  {
947
921
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
948
922
  "clrName": "WriteEntry",
949
- "tsEmitName": "writeEntry",
950
923
  "metadataToken": 100663417,
951
924
  "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void",
952
925
  "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=true",
953
926
  "emitScope": "ClassSurface",
927
+ "provenance": "Original",
954
928
  "arity": 0,
955
929
  "parameterCount": 4,
930
+ "isStatic": true,
931
+ "isAbstract": false,
932
+ "isVirtual": false,
933
+ "isOverride": false,
934
+ "isSealed": false,
956
935
  "declaringClrType": "System.Diagnostics.EventLog",
957
936
  "declaringAssemblyName": "System.Diagnostics.EventLog",
958
937
  "isExtensionMethod": false
@@ -960,13 +939,18 @@
960
939
  {
961
940
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
962
941
  "clrName": "WriteEntry",
963
- "tsEmitName": "writeEntry",
964
942
  "metadataToken": 100663418,
965
943
  "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void",
966
944
  "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=true",
967
945
  "emitScope": "ClassSurface",
946
+ "provenance": "Original",
968
947
  "arity": 0,
969
948
  "parameterCount": 5,
949
+ "isStatic": true,
950
+ "isAbstract": false,
951
+ "isVirtual": false,
952
+ "isOverride": false,
953
+ "isSealed": false,
970
954
  "declaringClrType": "System.Diagnostics.EventLog",
971
955
  "declaringAssemblyName": "System.Diagnostics.EventLog",
972
956
  "isExtensionMethod": false
@@ -974,13 +958,18 @@
974
958
  {
975
959
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
976
960
  "clrName": "WriteEntry",
977
- "tsEmitName": "writeEntry",
978
961
  "metadataToken": 100663419,
979
962
  "canonicalSignature": "(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void",
980
963
  "normalizedSignature": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=true",
981
964
  "emitScope": "ClassSurface",
965
+ "provenance": "Original",
982
966
  "arity": 0,
983
967
  "parameterCount": 6,
968
+ "isStatic": true,
969
+ "isAbstract": false,
970
+ "isVirtual": false,
971
+ "isOverride": false,
972
+ "isSealed": false,
984
973
  "declaringClrType": "System.Diagnostics.EventLog",
985
974
  "declaringAssemblyName": "System.Diagnostics.EventLog",
986
975
  "isExtensionMethod": false
@@ -988,13 +977,18 @@
988
977
  {
989
978
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
990
979
  "clrName": "WriteEvent",
991
- "tsEmitName": "writeEvent",
992
980
  "metadataToken": 100663420,
993
981
  "canonicalSignature": "(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
994
982
  "normalizedSignature": "WriteEvent|(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=false",
995
983
  "emitScope": "ClassSurface",
984
+ "provenance": "Original",
996
985
  "arity": 0,
997
986
  "parameterCount": 3,
987
+ "isStatic": false,
988
+ "isAbstract": false,
989
+ "isVirtual": false,
990
+ "isOverride": false,
991
+ "isSealed": false,
998
992
  "declaringClrType": "System.Diagnostics.EventLog",
999
993
  "declaringAssemblyName": "System.Diagnostics.EventLog",
1000
994
  "isExtensionMethod": false
@@ -1002,13 +996,18 @@
1002
996
  {
1003
997
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.Diagnostics.EventInstance,System.Object[]):System.Void",
1004
998
  "clrName": "WriteEvent",
1005
- "tsEmitName": "writeEvent",
1006
999
  "metadataToken": 100663421,
1007
1000
  "canonicalSignature": "(System.Diagnostics.EventInstance,System.Object[]):System.Void",
1008
1001
  "normalizedSignature": "WriteEvent|(System.Diagnostics.EventInstance,System.Object[]):System.Void|static=false",
1009
1002
  "emitScope": "ClassSurface",
1003
+ "provenance": "Original",
1010
1004
  "arity": 0,
1011
1005
  "parameterCount": 2,
1006
+ "isStatic": false,
1007
+ "isAbstract": false,
1008
+ "isVirtual": false,
1009
+ "isOverride": false,
1010
+ "isSealed": false,
1012
1011
  "declaringClrType": "System.Diagnostics.EventLog",
1013
1012
  "declaringAssemblyName": "System.Diagnostics.EventLog",
1014
1013
  "isExtensionMethod": false
@@ -1016,13 +1015,18 @@
1016
1015
  {
1017
1016
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
1018
1017
  "clrName": "WriteEvent",
1019
- "tsEmitName": "writeEvent",
1020
1018
  "metadataToken": 100663422,
1021
1019
  "canonicalSignature": "(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void",
1022
1020
  "normalizedSignature": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=true",
1023
1021
  "emitScope": "ClassSurface",
1022
+ "provenance": "Original",
1024
1023
  "arity": 0,
1025
1024
  "parameterCount": 4,
1025
+ "isStatic": true,
1026
+ "isAbstract": false,
1027
+ "isVirtual": false,
1028
+ "isOverride": false,
1029
+ "isSealed": false,
1026
1030
  "declaringClrType": "System.Diagnostics.EventLog",
1027
1031
  "declaringAssemblyName": "System.Diagnostics.EventLog",
1028
1032
  "isExtensionMethod": false
@@ -1030,13 +1034,18 @@
1030
1034
  {
1031
1035
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void",
1032
1036
  "clrName": "WriteEvent",
1033
- "tsEmitName": "writeEvent",
1034
1037
  "metadataToken": 100663423,
1035
1038
  "canonicalSignature": "(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void",
1036
1039
  "normalizedSignature": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void|static=true",
1037
1040
  "emitScope": "ClassSurface",
1041
+ "provenance": "Original",
1038
1042
  "arity": 0,
1039
1043
  "parameterCount": 3,
1044
+ "isStatic": true,
1045
+ "isAbstract": false,
1046
+ "isVirtual": false,
1047
+ "isOverride": false,
1048
+ "isSealed": false,
1040
1049
  "declaringClrType": "System.Diagnostics.EventLog",
1041
1050
  "declaringAssemblyName": "System.Diagnostics.EventLog",
1042
1051
  "isExtensionMethod": false
@@ -1046,140 +1055,180 @@
1046
1055
  {
1047
1056
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::EnableRaisingEvents:System.Boolean",
1048
1057
  "clrName": "EnableRaisingEvents",
1049
- "tsEmitName": "enableRaisingEvents",
1050
1058
  "metadataToken": 385876015,
1051
1059
  "canonicalSignature": ":System.Boolean",
1052
1060
  "normalizedSignature": "EnableRaisingEvents|:System.Boolean|static=false|accessor=getset",
1053
1061
  "emitScope": "ClassSurface",
1062
+ "provenance": "Original",
1054
1063
  "isIndexer": false,
1055
1064
  "hasGetter": true,
1056
1065
  "hasSetter": true,
1066
+ "isStatic": false,
1067
+ "isAbstract": false,
1068
+ "isVirtual": false,
1069
+ "isOverride": false,
1057
1070
  "declaringClrType": "System.Diagnostics.EventLog",
1058
1071
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1059
1072
  },
1060
1073
  {
1061
1074
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Entries:System.Diagnostics.EventLogEntryCollection",
1062
1075
  "clrName": "Entries",
1063
- "tsEmitName": "entries",
1064
1076
  "metadataToken": 385876016,
1065
1077
  "canonicalSignature": ":System.Diagnostics.EventLogEntryCollection",
1066
1078
  "normalizedSignature": "Entries|:System.Diagnostics.EventLogEntryCollection|static=false|accessor=get",
1067
1079
  "emitScope": "ClassSurface",
1080
+ "provenance": "Original",
1068
1081
  "isIndexer": false,
1069
1082
  "hasGetter": true,
1070
1083
  "hasSetter": false,
1084
+ "isStatic": false,
1085
+ "isAbstract": false,
1086
+ "isVirtual": false,
1087
+ "isOverride": false,
1071
1088
  "declaringClrType": "System.Diagnostics.EventLog",
1072
1089
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1073
1090
  },
1074
1091
  {
1075
1092
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Log:System.String",
1076
1093
  "clrName": "Log",
1077
- "tsEmitName": "log",
1078
1094
  "metadataToken": 385876017,
1079
1095
  "canonicalSignature": ":System.String",
1080
1096
  "normalizedSignature": "Log|:System.String|static=false|accessor=getset",
1081
1097
  "emitScope": "ClassSurface",
1098
+ "provenance": "Original",
1082
1099
  "isIndexer": false,
1083
1100
  "hasGetter": true,
1084
1101
  "hasSetter": true,
1102
+ "isStatic": false,
1103
+ "isAbstract": false,
1104
+ "isVirtual": false,
1105
+ "isOverride": false,
1085
1106
  "declaringClrType": "System.Diagnostics.EventLog",
1086
1107
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1087
1108
  },
1088
1109
  {
1089
1110
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::LogDisplayName:System.String",
1090
1111
  "clrName": "LogDisplayName",
1091
- "tsEmitName": "logDisplayName",
1092
1112
  "metadataToken": 385876018,
1093
1113
  "canonicalSignature": ":System.String",
1094
1114
  "normalizedSignature": "LogDisplayName|:System.String|static=false|accessor=get",
1095
1115
  "emitScope": "ClassSurface",
1116
+ "provenance": "Original",
1096
1117
  "isIndexer": false,
1097
1118
  "hasGetter": true,
1098
1119
  "hasSetter": false,
1120
+ "isStatic": false,
1121
+ "isAbstract": false,
1122
+ "isVirtual": false,
1123
+ "isOverride": false,
1099
1124
  "declaringClrType": "System.Diagnostics.EventLog",
1100
1125
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1101
1126
  },
1102
1127
  {
1103
1128
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::MachineName:System.String",
1104
1129
  "clrName": "MachineName",
1105
- "tsEmitName": "machineName",
1106
1130
  "metadataToken": 385876019,
1107
1131
  "canonicalSignature": ":System.String",
1108
1132
  "normalizedSignature": "MachineName|:System.String|static=false|accessor=getset",
1109
1133
  "emitScope": "ClassSurface",
1134
+ "provenance": "Original",
1110
1135
  "isIndexer": false,
1111
1136
  "hasGetter": true,
1112
1137
  "hasSetter": true,
1138
+ "isStatic": false,
1139
+ "isAbstract": false,
1140
+ "isVirtual": false,
1141
+ "isOverride": false,
1113
1142
  "declaringClrType": "System.Diagnostics.EventLog",
1114
1143
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1115
1144
  },
1116
1145
  {
1117
1146
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::MaximumKilobytes:System.Int64",
1118
1147
  "clrName": "MaximumKilobytes",
1119
- "tsEmitName": "maximumKilobytes",
1120
1148
  "metadataToken": 385876020,
1121
1149
  "canonicalSignature": ":System.Int64",
1122
1150
  "normalizedSignature": "MaximumKilobytes|:System.Int64|static=false|accessor=getset",
1123
1151
  "emitScope": "ClassSurface",
1152
+ "provenance": "Original",
1124
1153
  "isIndexer": false,
1125
1154
  "hasGetter": true,
1126
1155
  "hasSetter": true,
1156
+ "isStatic": false,
1157
+ "isAbstract": false,
1158
+ "isVirtual": false,
1159
+ "isOverride": false,
1127
1160
  "declaringClrType": "System.Diagnostics.EventLog",
1128
1161
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1129
1162
  },
1130
1163
  {
1131
1164
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::MinimumRetentionDays:System.Int32",
1132
1165
  "clrName": "MinimumRetentionDays",
1133
- "tsEmitName": "minimumRetentionDays",
1134
1166
  "metadataToken": 385876021,
1135
1167
  "canonicalSignature": ":System.Int32",
1136
1168
  "normalizedSignature": "MinimumRetentionDays|:System.Int32|static=false|accessor=get",
1137
1169
  "emitScope": "ClassSurface",
1170
+ "provenance": "Original",
1138
1171
  "isIndexer": false,
1139
1172
  "hasGetter": true,
1140
1173
  "hasSetter": false,
1174
+ "isStatic": false,
1175
+ "isAbstract": false,
1176
+ "isVirtual": false,
1177
+ "isOverride": false,
1141
1178
  "declaringClrType": "System.Diagnostics.EventLog",
1142
1179
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1143
1180
  },
1144
1181
  {
1145
1182
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::OverflowAction:System.Diagnostics.OverflowAction",
1146
1183
  "clrName": "OverflowAction",
1147
- "tsEmitName": "overflowAction",
1148
1184
  "metadataToken": 385876022,
1149
1185
  "canonicalSignature": ":System.Diagnostics.OverflowAction",
1150
1186
  "normalizedSignature": "OverflowAction|:System.Diagnostics.OverflowAction|static=false|accessor=get",
1151
1187
  "emitScope": "ClassSurface",
1188
+ "provenance": "Original",
1152
1189
  "isIndexer": false,
1153
1190
  "hasGetter": true,
1154
1191
  "hasSetter": false,
1192
+ "isStatic": false,
1193
+ "isAbstract": false,
1194
+ "isVirtual": false,
1195
+ "isOverride": false,
1155
1196
  "declaringClrType": "System.Diagnostics.EventLog",
1156
1197
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1157
1198
  },
1158
1199
  {
1159
1200
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::Source:System.String",
1160
1201
  "clrName": "Source",
1161
- "tsEmitName": "source",
1162
1202
  "metadataToken": 385876023,
1163
1203
  "canonicalSignature": ":System.String",
1164
1204
  "normalizedSignature": "Source|:System.String|static=false|accessor=getset",
1165
1205
  "emitScope": "ClassSurface",
1206
+ "provenance": "Original",
1166
1207
  "isIndexer": false,
1167
1208
  "hasGetter": true,
1168
1209
  "hasSetter": true,
1210
+ "isStatic": false,
1211
+ "isAbstract": false,
1212
+ "isVirtual": false,
1213
+ "isOverride": false,
1169
1214
  "declaringClrType": "System.Diagnostics.EventLog",
1170
1215
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1171
1216
  },
1172
1217
  {
1173
1218
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::SynchronizingObject:System.ComponentModel.ISynchronizeInvoke",
1174
1219
  "clrName": "SynchronizingObject",
1175
- "tsEmitName": "synchronizingObject",
1176
1220
  "metadataToken": 385876024,
1177
1221
  "canonicalSignature": ":System.ComponentModel.ISynchronizeInvoke",
1178
1222
  "normalizedSignature": "SynchronizingObject|:System.ComponentModel.ISynchronizeInvoke|static=false|accessor=getset",
1179
1223
  "emitScope": "ClassSurface",
1224
+ "provenance": "Original",
1180
1225
  "isIndexer": false,
1181
1226
  "hasGetter": true,
1182
1227
  "hasSetter": true,
1228
+ "isStatic": false,
1229
+ "isAbstract": false,
1230
+ "isVirtual": false,
1231
+ "isOverride": false,
1183
1232
  "declaringClrType": "System.Diagnostics.EventLog",
1184
1233
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1185
1234
  }
@@ -1189,7 +1238,6 @@
1189
1238
  {
1190
1239
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLog::EntryWrittenSystem.Diagnostics.EntryWrittenEventHandler",
1191
1240
  "clrName": "EntryWritten",
1192
- "tsEmitName": "entryWritten",
1193
1241
  "metadataToken": 335544321,
1194
1242
  "normalizedSignature": "EntryWritten|System.Diagnostics.EntryWrittenEventHandler|static=false",
1195
1243
  "isStatic": false,
@@ -1238,519 +1286,35 @@
1238
1286
  "declaringClrType": "System.Diagnostics.EventLog",
1239
1287
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1240
1288
  }
1241
- ],
1242
- "exposedMethods": [
1243
- {
1244
- "tsName": "beginInit",
1245
- "isStatic": false,
1246
- "tsSignatureId": "BeginInit|():System.Void|static=false",
1247
- "target": {
1248
- "declaringClrType": "System.Diagnostics.EventLog",
1249
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1250
- "metadataToken": 100663389
1251
- }
1252
- },
1253
- {
1254
- "tsName": "clear",
1255
- "isStatic": false,
1256
- "tsSignatureId": "Clear|():System.Void|static=false",
1257
- "target": {
1258
- "declaringClrType": "System.Diagnostics.EventLog",
1259
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1260
- "metadataToken": 100663390
1261
- }
1262
- },
1263
- {
1264
- "tsName": "close",
1265
- "isStatic": false,
1266
- "tsSignatureId": "Close|():System.Void|static=false",
1267
- "target": {
1268
- "declaringClrType": "System.Diagnostics.EventLog",
1269
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1270
- "metadataToken": 100663391
1271
- }
1272
- },
1273
- {
1274
- "tsName": "createEventSource",
1275
- "isStatic": true,
1276
- "tsSignatureId": "CreateEventSource|(System.Diagnostics.EventSourceCreationData):System.Void|static=true",
1277
- "target": {
1278
- "declaringClrType": "System.Diagnostics.EventLog",
1279
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1280
- "metadataToken": 100663392
1281
- }
1282
- },
1283
- {
1284
- "tsName": "createEventSource",
1285
- "isStatic": true,
1286
- "tsSignatureId": "CreateEventSource|(System.String,System.String):System.Void|static=true",
1287
- "target": {
1288
- "declaringClrType": "System.Diagnostics.EventLog",
1289
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1290
- "metadataToken": 100663393
1291
- }
1292
- },
1293
- {
1294
- "tsName": "createEventSource",
1295
- "isStatic": true,
1296
- "tsSignatureId": "CreateEventSource|(System.String,System.String,System.String):System.Void|static=true",
1297
- "target": {
1298
- "declaringClrType": "System.Diagnostics.EventLog",
1299
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1300
- "metadataToken": 100663394
1301
- }
1302
- },
1303
- {
1304
- "tsName": "delete_",
1305
- "isStatic": true,
1306
- "tsSignatureId": "Delete|(System.String):System.Void|static=true",
1307
- "target": {
1308
- "declaringClrType": "System.Diagnostics.EventLog",
1309
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1310
- "metadataToken": 100663395
1311
- }
1312
- },
1313
- {
1314
- "tsName": "delete_",
1315
- "isStatic": true,
1316
- "tsSignatureId": "Delete|(System.String,System.String):System.Void|static=true",
1317
- "target": {
1318
- "declaringClrType": "System.Diagnostics.EventLog",
1319
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1320
- "metadataToken": 100663396
1321
- }
1322
- },
1323
- {
1324
- "tsName": "deleteEventSource",
1325
- "isStatic": true,
1326
- "tsSignatureId": "DeleteEventSource|(System.String):System.Void|static=true",
1327
- "target": {
1328
- "declaringClrType": "System.Diagnostics.EventLog",
1329
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1330
- "metadataToken": 100663397
1331
- }
1332
- },
1333
- {
1334
- "tsName": "deleteEventSource",
1335
- "isStatic": true,
1336
- "tsSignatureId": "DeleteEventSource|(System.String,System.String):System.Void|static=true",
1337
- "target": {
1338
- "declaringClrType": "System.Diagnostics.EventLog",
1339
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1340
- "metadataToken": 100663398
1341
- }
1342
- },
1343
- {
1344
- "tsName": "endInit",
1345
- "isStatic": false,
1346
- "tsSignatureId": "EndInit|():System.Void|static=false",
1347
- "target": {
1348
- "declaringClrType": "System.Diagnostics.EventLog",
1349
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1350
- "metadataToken": 100663400
1351
- }
1352
- },
1353
- {
1354
- "tsName": "exists",
1355
- "isStatic": true,
1356
- "tsSignatureId": "Exists|(System.String):System.Boolean|static=true",
1357
- "target": {
1358
- "declaringClrType": "System.Diagnostics.EventLog",
1359
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1360
- "metadataToken": 100663401
1361
- }
1362
- },
1363
- {
1364
- "tsName": "exists",
1365
- "isStatic": true,
1366
- "tsSignatureId": "Exists|(System.String,System.String):System.Boolean|static=true",
1367
- "target": {
1368
- "declaringClrType": "System.Diagnostics.EventLog",
1369
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1370
- "metadataToken": 100663402
1371
- }
1372
- },
1373
- {
1374
- "tsName": "getEventLogs",
1375
- "isStatic": true,
1376
- "tsSignatureId": "GetEventLogs|():System.Diagnostics.EventLog[]|static=true",
1377
- "target": {
1378
- "declaringClrType": "System.Diagnostics.EventLog",
1379
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1380
- "metadataToken": 100663403
1381
- }
1382
- },
1383
- {
1384
- "tsName": "getEventLogs",
1385
- "isStatic": true,
1386
- "tsSignatureId": "GetEventLogs|(System.String):System.Diagnostics.EventLog[]|static=true",
1387
- "target": {
1388
- "declaringClrType": "System.Diagnostics.EventLog",
1389
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1390
- "metadataToken": 100663404
1391
- }
1392
- },
1393
- {
1394
- "tsName": "logNameFromSourceName",
1395
- "isStatic": true,
1396
- "tsSignatureId": "LogNameFromSourceName|(System.String,System.String):System.String|static=true",
1397
- "target": {
1398
- "declaringClrType": "System.Diagnostics.EventLog",
1399
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1400
- "metadataToken": 100663405
1401
- }
1402
- },
1403
- {
1404
- "tsName": "modifyOverflowPolicy",
1405
- "isStatic": false,
1406
- "tsSignatureId": "ModifyOverflowPolicy|(System.Diagnostics.OverflowAction,System.Int32):System.Void|static=false",
1407
- "target": {
1408
- "declaringClrType": "System.Diagnostics.EventLog",
1409
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1410
- "metadataToken": 100663406
1411
- }
1412
- },
1413
- {
1414
- "tsName": "registerDisplayName",
1415
- "isStatic": false,
1416
- "tsSignatureId": "RegisterDisplayName|(System.String,System.Int64):System.Void|static=false",
1417
- "target": {
1418
- "declaringClrType": "System.Diagnostics.EventLog",
1419
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1420
- "metadataToken": 100663407
1421
- }
1422
- },
1423
- {
1424
- "tsName": "sourceExists",
1425
- "isStatic": true,
1426
- "tsSignatureId": "SourceExists|(System.String):System.Boolean|static=true",
1427
- "target": {
1428
- "declaringClrType": "System.Diagnostics.EventLog",
1429
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1430
- "metadataToken": 100663408
1431
- }
1432
- },
1433
- {
1434
- "tsName": "sourceExists",
1435
- "isStatic": true,
1436
- "tsSignatureId": "SourceExists|(System.String,System.String):System.Boolean|static=true",
1437
- "target": {
1438
- "declaringClrType": "System.Diagnostics.EventLog",
1439
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1440
- "metadataToken": 100663409
1441
- }
1442
- },
1443
- {
1444
- "tsName": "writeEntry",
1445
- "isStatic": false,
1446
- "tsSignatureId": "WriteEntry|(System.String):System.Void|static=false",
1447
- "target": {
1448
- "declaringClrType": "System.Diagnostics.EventLog",
1449
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1450
- "metadataToken": 100663410
1451
- }
1452
- },
1453
- {
1454
- "tsName": "writeEntry",
1455
- "isStatic": false,
1456
- "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType):System.Void|static=false",
1457
- "target": {
1458
- "declaringClrType": "System.Diagnostics.EventLog",
1459
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1460
- "metadataToken": 100663411
1461
- }
1462
- },
1463
- {
1464
- "tsName": "writeEntry",
1465
- "isStatic": false,
1466
- "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=false",
1467
- "target": {
1468
- "declaringClrType": "System.Diagnostics.EventLog",
1469
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1470
- "metadataToken": 100663412
1471
- }
1472
- },
1473
- {
1474
- "tsName": "writeEntry",
1475
- "isStatic": false,
1476
- "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=false",
1477
- "target": {
1478
- "declaringClrType": "System.Diagnostics.EventLog",
1479
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1480
- "metadataToken": 100663413
1481
- }
1482
- },
1483
- {
1484
- "tsName": "writeEntry",
1485
- "isStatic": false,
1486
- "tsSignatureId": "WriteEntry|(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=false",
1487
- "target": {
1488
- "declaringClrType": "System.Diagnostics.EventLog",
1489
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1490
- "metadataToken": 100663414
1491
- }
1492
- },
1493
- {
1494
- "tsName": "writeEntry",
1495
- "isStatic": true,
1496
- "tsSignatureId": "WriteEntry|(System.String,System.String):System.Void|static=true",
1497
- "target": {
1498
- "declaringClrType": "System.Diagnostics.EventLog",
1499
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1500
- "metadataToken": 100663415
1501
- }
1502
- },
1503
- {
1504
- "tsName": "writeEntry",
1505
- "isStatic": true,
1506
- "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType):System.Void|static=true",
1507
- "target": {
1508
- "declaringClrType": "System.Diagnostics.EventLog",
1509
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1510
- "metadataToken": 100663416
1511
- }
1512
- },
1513
- {
1514
- "tsName": "writeEntry",
1515
- "isStatic": true,
1516
- "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32):System.Void|static=true",
1517
- "target": {
1518
- "declaringClrType": "System.Diagnostics.EventLog",
1519
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1520
- "metadataToken": 100663417
1521
- }
1522
- },
1523
- {
1524
- "tsName": "writeEntry",
1525
- "isStatic": true,
1526
- "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16):System.Void|static=true",
1527
- "target": {
1528
- "declaringClrType": "System.Diagnostics.EventLog",
1529
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1530
- "metadataToken": 100663418
1531
- }
1532
- },
1533
- {
1534
- "tsName": "writeEntry",
1535
- "isStatic": true,
1536
- "tsSignatureId": "WriteEntry|(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[]):System.Void|static=true",
1537
- "target": {
1538
- "declaringClrType": "System.Diagnostics.EventLog",
1539
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1540
- "metadataToken": 100663419
1541
- }
1542
- },
1543
- {
1544
- "tsName": "writeEvent",
1545
- "isStatic": false,
1546
- "tsSignatureId": "WriteEvent|(System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=false",
1547
- "target": {
1548
- "declaringClrType": "System.Diagnostics.EventLog",
1549
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1550
- "metadataToken": 100663420
1551
- }
1552
- },
1553
- {
1554
- "tsName": "writeEvent",
1555
- "isStatic": false,
1556
- "tsSignatureId": "WriteEvent|(System.Diagnostics.EventInstance,System.Object[]):System.Void|static=false",
1557
- "target": {
1558
- "declaringClrType": "System.Diagnostics.EventLog",
1559
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1560
- "metadataToken": 100663421
1561
- }
1562
- },
1563
- {
1564
- "tsName": "writeEvent",
1565
- "isStatic": true,
1566
- "tsSignatureId": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[]):System.Void|static=true",
1567
- "target": {
1568
- "declaringClrType": "System.Diagnostics.EventLog",
1569
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1570
- "metadataToken": 100663422
1571
- }
1572
- },
1573
- {
1574
- "tsName": "writeEvent",
1575
- "isStatic": true,
1576
- "tsSignatureId": "WriteEvent|(System.String,System.Diagnostics.EventInstance,System.Object[]):System.Void|static=true",
1577
- "target": {
1578
- "declaringClrType": "System.Diagnostics.EventLog",
1579
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1580
- "metadataToken": 100663423
1581
- }
1582
- }
1583
- ],
1584
- "exposedProperties": [
1585
- {
1586
- "tsName": "enableRaisingEvents",
1587
- "isStatic": false,
1588
- "tsSignatureId": "EnableRaisingEvents|:System.Boolean|static=false|accessor=getset",
1589
- "target": {
1590
- "declaringClrType": "System.Diagnostics.EventLog",
1591
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1592
- "metadataToken": 385876015
1593
- }
1594
- },
1595
- {
1596
- "tsName": "entries",
1597
- "isStatic": false,
1598
- "tsSignatureId": "Entries|:System.Diagnostics.EventLogEntryCollection|static=false|accessor=get",
1599
- "target": {
1600
- "declaringClrType": "System.Diagnostics.EventLog",
1601
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1602
- "metadataToken": 385876016
1603
- }
1604
- },
1605
- {
1606
- "tsName": "log",
1607
- "isStatic": false,
1608
- "tsSignatureId": "Log|:System.String|static=false|accessor=getset",
1609
- "target": {
1610
- "declaringClrType": "System.Diagnostics.EventLog",
1611
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1612
- "metadataToken": 385876017
1613
- }
1614
- },
1615
- {
1616
- "tsName": "logDisplayName",
1617
- "isStatic": false,
1618
- "tsSignatureId": "LogDisplayName|:System.String|static=false|accessor=get",
1619
- "target": {
1620
- "declaringClrType": "System.Diagnostics.EventLog",
1621
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1622
- "metadataToken": 385876018
1623
- }
1624
- },
1625
- {
1626
- "tsName": "machineName",
1627
- "isStatic": false,
1628
- "tsSignatureId": "MachineName|:System.String|static=false|accessor=getset",
1629
- "target": {
1630
- "declaringClrType": "System.Diagnostics.EventLog",
1631
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1632
- "metadataToken": 385876019
1633
- }
1634
- },
1635
- {
1636
- "tsName": "maximumKilobytes",
1637
- "isStatic": false,
1638
- "tsSignatureId": "MaximumKilobytes|:System.Int64|static=false|accessor=getset",
1639
- "target": {
1640
- "declaringClrType": "System.Diagnostics.EventLog",
1641
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1642
- "metadataToken": 385876020
1643
- }
1644
- },
1645
- {
1646
- "tsName": "minimumRetentionDays",
1647
- "isStatic": false,
1648
- "tsSignatureId": "MinimumRetentionDays|:System.Int32|static=false|accessor=get",
1649
- "target": {
1650
- "declaringClrType": "System.Diagnostics.EventLog",
1651
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1652
- "metadataToken": 385876021
1653
- }
1654
- },
1655
- {
1656
- "tsName": "overflowAction",
1657
- "isStatic": false,
1658
- "tsSignatureId": "OverflowAction|:System.Diagnostics.OverflowAction|static=false|accessor=get",
1659
- "target": {
1660
- "declaringClrType": "System.Diagnostics.EventLog",
1661
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1662
- "metadataToken": 385876022
1663
- }
1664
- },
1665
- {
1666
- "tsName": "source",
1667
- "isStatic": false,
1668
- "tsSignatureId": "Source|:System.String|static=false|accessor=getset",
1669
- "target": {
1670
- "declaringClrType": "System.Diagnostics.EventLog",
1671
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1672
- "metadataToken": 385876023
1673
- }
1674
- },
1675
- {
1676
- "tsName": "synchronizingObject",
1677
- "isStatic": false,
1678
- "tsSignatureId": "SynchronizingObject|:System.ComponentModel.ISynchronizeInvoke|static=false|accessor=getset",
1679
- "target": {
1680
- "declaringClrType": "System.Diagnostics.EventLog",
1681
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1682
- "metadataToken": 385876024
1683
- }
1684
- }
1685
- ],
1686
- "exposedEvents": [
1687
- {
1688
- "tsName": "entryWritten",
1689
- "isStatic": false,
1690
- "tsSignatureId": "EntryWritten|System.Diagnostics.EntryWrittenEventHandler|static=false",
1691
- "target": {
1692
- "declaringClrType": "System.Diagnostics.EventLog",
1693
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1694
- "metadataToken": 335544321
1695
- }
1696
- }
1697
- ],
1698
- "exposedConstructors": [
1699
- {
1700
- "isStatic": false,
1701
- "tsSignatureId": "constructor|():void|static=false",
1702
- "target": {
1703
- "declaringClrType": "System.Diagnostics.EventLog",
1704
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1705
- "metadataToken": 100663367
1706
- }
1707
- },
1708
- {
1709
- "isStatic": false,
1710
- "tsSignatureId": "constructor|(System.String):void|static=false",
1711
- "target": {
1712
- "declaringClrType": "System.Diagnostics.EventLog",
1713
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1714
- "metadataToken": 100663368
1715
- }
1716
- },
1717
- {
1718
- "isStatic": false,
1719
- "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
1720
- "target": {
1721
- "declaringClrType": "System.Diagnostics.EventLog",
1722
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1723
- "metadataToken": 100663369
1724
- }
1725
- },
1726
- {
1727
- "isStatic": false,
1728
- "tsSignatureId": "constructor|(System.String,System.String,System.String):void|static=false",
1729
- "target": {
1730
- "declaringClrType": "System.Diagnostics.EventLog",
1731
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1732
- "metadataToken": 100663370
1733
- }
1734
- }
1735
1289
  ]
1736
1290
  },
1737
1291
  {
1738
1292
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry",
1739
1293
  "clrName": "System.Diagnostics.EventLogEntry",
1740
- "tsEmitName": "EventLogEntry",
1741
1294
  "assemblyName": "System.Diagnostics.EventLog",
1742
1295
  "metadataToken": 0,
1296
+ "kind": "Class",
1297
+ "accessibility": "Public",
1298
+ "isAbstract": false,
1299
+ "isSealed": true,
1300
+ "isStatic": false,
1301
+ "arity": 0,
1743
1302
  "methods": [
1744
1303
  {
1745
1304
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Equals(System.Diagnostics.EventLogEntry):System.Boolean",
1746
1305
  "clrName": "Equals",
1747
- "tsEmitName": "equals",
1748
1306
  "metadataToken": 100663439,
1749
1307
  "canonicalSignature": "(System.Diagnostics.EventLogEntry):System.Boolean",
1750
1308
  "normalizedSignature": "Equals|(System.Diagnostics.EventLogEntry):System.Boolean|static=false",
1751
1309
  "emitScope": "ClassSurface",
1310
+ "provenance": "Original",
1752
1311
  "arity": 0,
1753
1312
  "parameterCount": 1,
1313
+ "isStatic": false,
1314
+ "isAbstract": false,
1315
+ "isVirtual": false,
1316
+ "isOverride": false,
1317
+ "isSealed": false,
1754
1318
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1755
1319
  "declaringAssemblyName": "System.Diagnostics.EventLog",
1756
1320
  "isExtensionMethod": false
@@ -1760,375 +1324,287 @@
1760
1324
  {
1761
1325
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Category:System.String",
1762
1326
  "clrName": "Category",
1763
- "tsEmitName": "category",
1764
1327
  "metadataToken": 385876025,
1765
1328
  "canonicalSignature": ":System.String",
1766
1329
  "normalizedSignature": "Category|:System.String|static=false|accessor=get",
1767
1330
  "emitScope": "ClassSurface",
1331
+ "provenance": "Original",
1768
1332
  "isIndexer": false,
1769
1333
  "hasGetter": true,
1770
1334
  "hasSetter": false,
1335
+ "isStatic": false,
1336
+ "isAbstract": false,
1337
+ "isVirtual": false,
1338
+ "isOverride": false,
1771
1339
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1772
1340
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1773
1341
  },
1774
1342
  {
1775
1343
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::CategoryNumber:System.Int16",
1776
1344
  "clrName": "CategoryNumber",
1777
- "tsEmitName": "categoryNumber",
1778
1345
  "metadataToken": 385876026,
1779
1346
  "canonicalSignature": ":System.Int16",
1780
1347
  "normalizedSignature": "CategoryNumber|:System.Int16|static=false|accessor=get",
1781
1348
  "emitScope": "ClassSurface",
1349
+ "provenance": "Original",
1782
1350
  "isIndexer": false,
1783
1351
  "hasGetter": true,
1784
1352
  "hasSetter": false,
1353
+ "isStatic": false,
1354
+ "isAbstract": false,
1355
+ "isVirtual": false,
1356
+ "isOverride": false,
1785
1357
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1786
1358
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1787
1359
  },
1788
1360
  {
1789
1361
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Data:System.Byte[]",
1790
1362
  "clrName": "Data",
1791
- "tsEmitName": "data",
1792
1363
  "metadataToken": 385876027,
1793
1364
  "canonicalSignature": ":System.Byte[]",
1794
1365
  "normalizedSignature": "Data|:System.Byte[]|static=false|accessor=get",
1795
1366
  "emitScope": "ClassSurface",
1367
+ "provenance": "Original",
1796
1368
  "isIndexer": false,
1797
1369
  "hasGetter": true,
1798
1370
  "hasSetter": false,
1371
+ "isStatic": false,
1372
+ "isAbstract": false,
1373
+ "isVirtual": false,
1374
+ "isOverride": false,
1799
1375
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1800
1376
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1801
1377
  },
1802
1378
  {
1803
1379
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::EntryType:System.Diagnostics.EventLogEntryType",
1804
1380
  "clrName": "EntryType",
1805
- "tsEmitName": "entryType",
1806
1381
  "metadataToken": 385876028,
1807
1382
  "canonicalSignature": ":System.Diagnostics.EventLogEntryType",
1808
1383
  "normalizedSignature": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=get",
1809
1384
  "emitScope": "ClassSurface",
1385
+ "provenance": "Original",
1810
1386
  "isIndexer": false,
1811
1387
  "hasGetter": true,
1812
1388
  "hasSetter": false,
1389
+ "isStatic": false,
1390
+ "isAbstract": false,
1391
+ "isVirtual": false,
1392
+ "isOverride": false,
1813
1393
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1814
1394
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1815
1395
  },
1816
1396
  {
1817
1397
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::EventID:System.Int32",
1818
1398
  "clrName": "EventID",
1819
- "tsEmitName": "eventID",
1820
1399
  "metadataToken": 385876029,
1821
1400
  "canonicalSignature": ":System.Int32",
1822
1401
  "normalizedSignature": "EventID|:System.Int32|static=false|accessor=get",
1823
1402
  "emitScope": "ClassSurface",
1403
+ "provenance": "Original",
1824
1404
  "isIndexer": false,
1825
1405
  "hasGetter": true,
1826
1406
  "hasSetter": false,
1407
+ "isStatic": false,
1408
+ "isAbstract": false,
1409
+ "isVirtual": false,
1410
+ "isOverride": false,
1827
1411
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1828
1412
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1829
1413
  },
1830
1414
  {
1831
1415
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Index:System.Int32",
1832
1416
  "clrName": "Index",
1833
- "tsEmitName": "index",
1834
1417
  "metadataToken": 385876030,
1835
1418
  "canonicalSignature": ":System.Int32",
1836
1419
  "normalizedSignature": "Index|:System.Int32|static=false|accessor=get",
1837
1420
  "emitScope": "ClassSurface",
1421
+ "provenance": "Original",
1838
1422
  "isIndexer": false,
1839
1423
  "hasGetter": true,
1840
1424
  "hasSetter": false,
1425
+ "isStatic": false,
1426
+ "isAbstract": false,
1427
+ "isVirtual": false,
1428
+ "isOverride": false,
1841
1429
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1842
1430
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1843
1431
  },
1844
1432
  {
1845
1433
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::InstanceId:System.Int64",
1846
1434
  "clrName": "InstanceId",
1847
- "tsEmitName": "instanceId",
1848
1435
  "metadataToken": 385876031,
1849
1436
  "canonicalSignature": ":System.Int64",
1850
1437
  "normalizedSignature": "InstanceId|:System.Int64|static=false|accessor=get",
1851
1438
  "emitScope": "ClassSurface",
1439
+ "provenance": "Original",
1852
1440
  "isIndexer": false,
1853
1441
  "hasGetter": true,
1854
1442
  "hasSetter": false,
1443
+ "isStatic": false,
1444
+ "isAbstract": false,
1445
+ "isVirtual": false,
1446
+ "isOverride": false,
1855
1447
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1856
1448
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1857
1449
  },
1858
1450
  {
1859
1451
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::MachineName:System.String",
1860
1452
  "clrName": "MachineName",
1861
- "tsEmitName": "machineName",
1862
1453
  "metadataToken": 385876032,
1863
1454
  "canonicalSignature": ":System.String",
1864
1455
  "normalizedSignature": "MachineName|:System.String|static=false|accessor=get",
1865
1456
  "emitScope": "ClassSurface",
1457
+ "provenance": "Original",
1866
1458
  "isIndexer": false,
1867
1459
  "hasGetter": true,
1868
1460
  "hasSetter": false,
1461
+ "isStatic": false,
1462
+ "isAbstract": false,
1463
+ "isVirtual": false,
1464
+ "isOverride": false,
1869
1465
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1870
1466
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1871
1467
  },
1872
1468
  {
1873
1469
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Message:System.String",
1874
1470
  "clrName": "Message",
1875
- "tsEmitName": "message",
1876
1471
  "metadataToken": 385876033,
1877
1472
  "canonicalSignature": ":System.String",
1878
1473
  "normalizedSignature": "Message|:System.String|static=false|accessor=get",
1879
1474
  "emitScope": "ClassSurface",
1475
+ "provenance": "Original",
1880
1476
  "isIndexer": false,
1881
1477
  "hasGetter": true,
1882
1478
  "hasSetter": false,
1479
+ "isStatic": false,
1480
+ "isAbstract": false,
1481
+ "isVirtual": false,
1482
+ "isOverride": false,
1883
1483
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1884
1484
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1885
1485
  },
1886
1486
  {
1887
1487
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::ReplacementStrings:System.String[]",
1888
1488
  "clrName": "ReplacementStrings",
1889
- "tsEmitName": "replacementStrings",
1890
1489
  "metadataToken": 385876034,
1891
1490
  "canonicalSignature": ":System.String[]",
1892
1491
  "normalizedSignature": "ReplacementStrings|:System.String[]|static=false|accessor=get",
1893
1492
  "emitScope": "ClassSurface",
1493
+ "provenance": "Original",
1894
1494
  "isIndexer": false,
1895
1495
  "hasGetter": true,
1896
1496
  "hasSetter": false,
1497
+ "isStatic": false,
1498
+ "isAbstract": false,
1499
+ "isVirtual": false,
1500
+ "isOverride": false,
1897
1501
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1898
1502
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1899
1503
  },
1900
1504
  {
1901
1505
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::Source:System.String",
1902
1506
  "clrName": "Source",
1903
- "tsEmitName": "source",
1904
1507
  "metadataToken": 385876035,
1905
1508
  "canonicalSignature": ":System.String",
1906
1509
  "normalizedSignature": "Source|:System.String|static=false|accessor=get",
1907
1510
  "emitScope": "ClassSurface",
1511
+ "provenance": "Original",
1908
1512
  "isIndexer": false,
1909
1513
  "hasGetter": true,
1910
1514
  "hasSetter": false,
1515
+ "isStatic": false,
1516
+ "isAbstract": false,
1517
+ "isVirtual": false,
1518
+ "isOverride": false,
1911
1519
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1912
1520
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1913
1521
  },
1914
1522
  {
1915
1523
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::TimeGenerated:System.DateTime",
1916
1524
  "clrName": "TimeGenerated",
1917
- "tsEmitName": "timeGenerated",
1918
1525
  "metadataToken": 385876036,
1919
1526
  "canonicalSignature": ":System.DateTime",
1920
1527
  "normalizedSignature": "TimeGenerated|:System.DateTime|static=false|accessor=get",
1921
1528
  "emitScope": "ClassSurface",
1529
+ "provenance": "Original",
1922
1530
  "isIndexer": false,
1923
1531
  "hasGetter": true,
1924
1532
  "hasSetter": false,
1533
+ "isStatic": false,
1534
+ "isAbstract": false,
1535
+ "isVirtual": false,
1536
+ "isOverride": false,
1925
1537
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1926
1538
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1927
1539
  },
1928
1540
  {
1929
1541
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::TimeWritten:System.DateTime",
1930
1542
  "clrName": "TimeWritten",
1931
- "tsEmitName": "timeWritten",
1932
1543
  "metadataToken": 385876037,
1933
1544
  "canonicalSignature": ":System.DateTime",
1934
1545
  "normalizedSignature": "TimeWritten|:System.DateTime|static=false|accessor=get",
1935
1546
  "emitScope": "ClassSurface",
1547
+ "provenance": "Original",
1936
1548
  "isIndexer": false,
1937
1549
  "hasGetter": true,
1938
1550
  "hasSetter": false,
1551
+ "isStatic": false,
1552
+ "isAbstract": false,
1553
+ "isVirtual": false,
1554
+ "isOverride": false,
1939
1555
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1940
1556
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1941
1557
  },
1942
1558
  {
1943
1559
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntry::UserName:System.String",
1944
1560
  "clrName": "UserName",
1945
- "tsEmitName": "userName",
1946
1561
  "metadataToken": 385876038,
1947
1562
  "canonicalSignature": ":System.String",
1948
1563
  "normalizedSignature": "UserName|:System.String|static=false|accessor=get",
1949
1564
  "emitScope": "ClassSurface",
1565
+ "provenance": "Original",
1950
1566
  "isIndexer": false,
1951
1567
  "hasGetter": true,
1952
1568
  "hasSetter": false,
1569
+ "isStatic": false,
1570
+ "isAbstract": false,
1571
+ "isVirtual": false,
1572
+ "isOverride": false,
1953
1573
  "declaringClrType": "System.Diagnostics.EventLogEntry",
1954
1574
  "declaringAssemblyName": "System.Diagnostics.EventLog"
1955
1575
  }
1956
1576
  ],
1957
1577
  "fields": [],
1958
1578
  "events": [],
1959
- "constructors": [],
1960
- "exposedMethods": [
1961
- {
1962
- "tsName": "equals",
1963
- "isStatic": false,
1964
- "tsSignatureId": "Equals|(System.Diagnostics.EventLogEntry):System.Boolean|static=false",
1965
- "target": {
1966
- "declaringClrType": "System.Diagnostics.EventLogEntry",
1967
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1968
- "metadataToken": 100663439
1969
- }
1970
- }
1971
- ],
1972
- "exposedProperties": [
1973
- {
1974
- "tsName": "category",
1975
- "isStatic": false,
1976
- "tsSignatureId": "Category|:System.String|static=false|accessor=get",
1977
- "target": {
1978
- "declaringClrType": "System.Diagnostics.EventLogEntry",
1979
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1980
- "metadataToken": 385876025
1981
- }
1982
- },
1983
- {
1984
- "tsName": "categoryNumber",
1985
- "isStatic": false,
1986
- "tsSignatureId": "CategoryNumber|:System.Int16|static=false|accessor=get",
1987
- "target": {
1988
- "declaringClrType": "System.Diagnostics.EventLogEntry",
1989
- "declaringAssemblyName": "System.Diagnostics.EventLog",
1990
- "metadataToken": 385876026
1991
- }
1992
- },
1993
- {
1994
- "tsName": "data",
1995
- "isStatic": false,
1996
- "tsSignatureId": "Data|:System.Byte[]|static=false|accessor=get",
1997
- "target": {
1998
- "declaringClrType": "System.Diagnostics.EventLogEntry",
1999
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2000
- "metadataToken": 385876027
2001
- }
2002
- },
2003
- {
2004
- "tsName": "entryType",
2005
- "isStatic": false,
2006
- "tsSignatureId": "EntryType|:System.Diagnostics.EventLogEntryType|static=false|accessor=get",
2007
- "target": {
2008
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2009
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2010
- "metadataToken": 385876028
2011
- }
2012
- },
2013
- {
2014
- "tsName": "eventID",
2015
- "isStatic": false,
2016
- "tsSignatureId": "EventID|:System.Int32|static=false|accessor=get",
2017
- "target": {
2018
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2019
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2020
- "metadataToken": 385876029
2021
- }
2022
- },
2023
- {
2024
- "tsName": "index",
2025
- "isStatic": false,
2026
- "tsSignatureId": "Index|:System.Int32|static=false|accessor=get",
2027
- "target": {
2028
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2029
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2030
- "metadataToken": 385876030
2031
- }
2032
- },
2033
- {
2034
- "tsName": "instanceId",
2035
- "isStatic": false,
2036
- "tsSignatureId": "InstanceId|:System.Int64|static=false|accessor=get",
2037
- "target": {
2038
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2039
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2040
- "metadataToken": 385876031
2041
- }
2042
- },
2043
- {
2044
- "tsName": "machineName",
2045
- "isStatic": false,
2046
- "tsSignatureId": "MachineName|:System.String|static=false|accessor=get",
2047
- "target": {
2048
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2049
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2050
- "metadataToken": 385876032
2051
- }
2052
- },
2053
- {
2054
- "tsName": "message",
2055
- "isStatic": false,
2056
- "tsSignatureId": "Message|:System.String|static=false|accessor=get",
2057
- "target": {
2058
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2059
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2060
- "metadataToken": 385876033
2061
- }
2062
- },
2063
- {
2064
- "tsName": "replacementStrings",
2065
- "isStatic": false,
2066
- "tsSignatureId": "ReplacementStrings|:System.String[]|static=false|accessor=get",
2067
- "target": {
2068
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2069
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2070
- "metadataToken": 385876034
2071
- }
2072
- },
2073
- {
2074
- "tsName": "source",
2075
- "isStatic": false,
2076
- "tsSignatureId": "Source|:System.String|static=false|accessor=get",
2077
- "target": {
2078
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2079
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2080
- "metadataToken": 385876035
2081
- }
2082
- },
2083
- {
2084
- "tsName": "timeGenerated",
2085
- "isStatic": false,
2086
- "tsSignatureId": "TimeGenerated|:System.DateTime|static=false|accessor=get",
2087
- "target": {
2088
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2089
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2090
- "metadataToken": 385876036
2091
- }
2092
- },
2093
- {
2094
- "tsName": "timeWritten",
2095
- "isStatic": false,
2096
- "tsSignatureId": "TimeWritten|:System.DateTime|static=false|accessor=get",
2097
- "target": {
2098
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2099
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2100
- "metadataToken": 385876037
2101
- }
2102
- },
2103
- {
2104
- "tsName": "userName",
2105
- "isStatic": false,
2106
- "tsSignatureId": "UserName|:System.String|static=false|accessor=get",
2107
- "target": {
2108
- "declaringClrType": "System.Diagnostics.EventLogEntry",
2109
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2110
- "metadataToken": 385876038
2111
- }
2112
- }
2113
- ]
1579
+ "constructors": []
2114
1580
  },
2115
1581
  {
2116
1582
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection",
2117
1583
  "clrName": "System.Diagnostics.EventLogEntryCollection",
2118
- "tsEmitName": "EventLogEntryCollection",
2119
1584
  "assemblyName": "System.Diagnostics.EventLog",
2120
1585
  "metadataToken": 0,
1586
+ "kind": "Class",
1587
+ "accessibility": "Public",
1588
+ "isAbstract": false,
1589
+ "isSealed": false,
1590
+ "isStatic": false,
1591
+ "arity": 0,
2121
1592
  "methods": [
2122
1593
  {
2123
1594
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::CopyTo(System.Diagnostics.EventLogEntry[],System.Int32):System.Void",
2124
1595
  "clrName": "CopyTo",
2125
- "tsEmitName": "copyTo",
2126
1596
  "metadataToken": 100663446,
2127
1597
  "canonicalSignature": "(System.Diagnostics.EventLogEntry[],System.Int32):System.Void",
2128
1598
  "normalizedSignature": "CopyTo|(System.Diagnostics.EventLogEntry[],System.Int32):System.Void|static=false",
2129
1599
  "emitScope": "ClassSurface",
1600
+ "provenance": "Original",
2130
1601
  "arity": 0,
2131
1602
  "parameterCount": 2,
1603
+ "isStatic": false,
1604
+ "isAbstract": false,
1605
+ "isVirtual": false,
1606
+ "isOverride": false,
1607
+ "isSealed": false,
2132
1608
  "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2133
1609
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2134
1610
  "isExtensionMethod": false
@@ -2136,13 +1612,18 @@
2136
1612
  {
2137
1613
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::GetEnumerator():System.Collections.IEnumerator",
2138
1614
  "clrName": "GetEnumerator",
2139
- "tsEmitName": "getEnumerator",
2140
1615
  "metadataToken": 100663447,
2141
1616
  "canonicalSignature": "():System.Collections.IEnumerator",
2142
1617
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2143
1618
  "emitScope": "ClassSurface",
1619
+ "provenance": "Original",
2144
1620
  "arity": 0,
2145
1621
  "parameterCount": 0,
1622
+ "isStatic": false,
1623
+ "isAbstract": false,
1624
+ "isVirtual": true,
1625
+ "isOverride": false,
1626
+ "isSealed": true,
2146
1627
  "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2147
1628
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2148
1629
  "isExtensionMethod": false
@@ -2152,97 +1633,71 @@
2152
1633
  {
2153
1634
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::Count:System.Int32",
2154
1635
  "clrName": "Count",
2155
- "tsEmitName": "count",
2156
1636
  "metadataToken": 385876039,
2157
1637
  "canonicalSignature": ":System.Int32",
2158
1638
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2159
1639
  "emitScope": "ClassSurface",
1640
+ "provenance": "Original",
2160
1641
  "isIndexer": false,
2161
1642
  "hasGetter": true,
2162
1643
  "hasSetter": false,
1644
+ "isStatic": false,
1645
+ "isAbstract": false,
1646
+ "isVirtual": true,
1647
+ "isOverride": false,
2163
1648
  "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2164
1649
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2165
1650
  },
2166
1651
  {
2167
1652
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogEntryCollection::Item[System.Int32]:System.Diagnostics.EventLogEntry",
2168
1653
  "clrName": "Item",
2169
- "tsEmitName": "item",
2170
1654
  "metadataToken": 385876040,
2171
1655
  "canonicalSignature": "[System.Int32]:System.Diagnostics.EventLogEntry",
2172
1656
  "normalizedSignature": "Item|[System.Int32]:System.Diagnostics.EventLogEntry|static=false|accessor=get",
2173
1657
  "emitScope": "ClassSurface",
1658
+ "provenance": "Original",
2174
1659
  "isIndexer": true,
2175
1660
  "hasGetter": true,
2176
1661
  "hasSetter": false,
1662
+ "isStatic": false,
1663
+ "isAbstract": false,
1664
+ "isVirtual": true,
1665
+ "isOverride": false,
2177
1666
  "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2178
1667
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2179
1668
  }
2180
1669
  ],
2181
1670
  "fields": [],
2182
1671
  "events": [],
2183
- "constructors": [],
2184
- "exposedMethods": [
2185
- {
2186
- "tsName": "copyTo",
2187
- "isStatic": false,
2188
- "tsSignatureId": "CopyTo|(System.Diagnostics.EventLogEntry[],System.Int32):System.Void|static=false",
2189
- "target": {
2190
- "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2191
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2192
- "metadataToken": 100663446
2193
- }
2194
- },
2195
- {
2196
- "tsName": "getEnumerator",
2197
- "isStatic": false,
2198
- "tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2199
- "target": {
2200
- "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2201
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2202
- "metadataToken": 100663447
2203
- }
2204
- }
2205
- ],
2206
- "exposedProperties": [
2207
- {
2208
- "tsName": "count",
2209
- "isStatic": false,
2210
- "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
2211
- "target": {
2212
- "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2213
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2214
- "metadataToken": 385876039
2215
- }
2216
- },
2217
- {
2218
- "tsName": "item",
2219
- "isStatic": false,
2220
- "tsSignatureId": "Item|[System.Int32]:System.Diagnostics.EventLogEntry|static=false|accessor=get",
2221
- "target": {
2222
- "declaringClrType": "System.Diagnostics.EventLogEntryCollection",
2223
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2224
- "metadataToken": 385876040
2225
- }
2226
- }
2227
- ]
1672
+ "constructors": []
2228
1673
  },
2229
1674
  {
2230
1675
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener",
2231
1676
  "clrName": "System.Diagnostics.EventLogTraceListener",
2232
- "tsEmitName": "EventLogTraceListener",
2233
1677
  "assemblyName": "System.Diagnostics.EventLog",
2234
1678
  "metadataToken": 0,
1679
+ "kind": "Class",
1680
+ "accessibility": "Public",
1681
+ "isAbstract": false,
1682
+ "isSealed": true,
1683
+ "isStatic": false,
1684
+ "arity": 0,
2235
1685
  "methods": [
2236
1686
  {
2237
1687
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::Close():System.Void",
2238
1688
  "clrName": "Close",
2239
- "tsEmitName": "close",
2240
1689
  "metadataToken": 100663456,
2241
1690
  "canonicalSignature": "():System.Void",
2242
1691
  "normalizedSignature": "Close|():System.Void|static=false",
2243
1692
  "emitScope": "ClassSurface",
1693
+ "provenance": "Original",
2244
1694
  "arity": 0,
2245
1695
  "parameterCount": 0,
1696
+ "isStatic": false,
1697
+ "isAbstract": false,
1698
+ "isVirtual": true,
1699
+ "isOverride": true,
1700
+ "isSealed": false,
2246
1701
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2247
1702
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2248
1703
  "isExtensionMethod": false
@@ -2250,13 +1705,18 @@
2250
1705
  {
2251
1706
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void",
2252
1707
  "clrName": "TraceData",
2253
- "tsEmitName": "traceData",
2254
1708
  "metadataToken": 100663458,
2255
1709
  "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void",
2256
1710
  "normalizedSignature": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void|static=false",
2257
1711
  "emitScope": "ClassSurface",
1712
+ "provenance": "Original",
2258
1713
  "arity": 0,
2259
1714
  "parameterCount": 5,
1715
+ "isStatic": false,
1716
+ "isAbstract": false,
1717
+ "isVirtual": true,
1718
+ "isOverride": true,
1719
+ "isSealed": false,
2260
1720
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2261
1721
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2262
1722
  "isExtensionMethod": false
@@ -2264,13 +1724,18 @@
2264
1724
  {
2265
1725
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void",
2266
1726
  "clrName": "TraceData",
2267
- "tsEmitName": "traceData",
2268
1727
  "metadataToken": 100663459,
2269
1728
  "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void",
2270
1729
  "normalizedSignature": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void|static=false",
2271
1730
  "emitScope": "ClassSurface",
1731
+ "provenance": "Original",
2272
1732
  "arity": 0,
2273
1733
  "parameterCount": 5,
1734
+ "isStatic": false,
1735
+ "isAbstract": false,
1736
+ "isVirtual": true,
1737
+ "isOverride": true,
1738
+ "isSealed": false,
2274
1739
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2275
1740
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2276
1741
  "isExtensionMethod": false
@@ -2278,13 +1743,18 @@
2278
1743
  {
2279
1744
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void",
2280
1745
  "clrName": "TraceEvent",
2281
- "tsEmitName": "traceEvent",
2282
1746
  "metadataToken": 100663460,
2283
1747
  "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void",
2284
1748
  "normalizedSignature": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void|static=false",
2285
1749
  "emitScope": "ClassSurface",
1750
+ "provenance": "Original",
2286
1751
  "arity": 0,
2287
1752
  "parameterCount": 5,
1753
+ "isStatic": false,
1754
+ "isAbstract": false,
1755
+ "isVirtual": true,
1756
+ "isOverride": true,
1757
+ "isSealed": false,
2288
1758
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2289
1759
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2290
1760
  "isExtensionMethod": false
@@ -2292,13 +1762,18 @@
2292
1762
  {
2293
1763
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void",
2294
1764
  "clrName": "TraceEvent",
2295
- "tsEmitName": "traceEvent",
2296
1765
  "metadataToken": 100663461,
2297
1766
  "canonicalSignature": "(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void",
2298
1767
  "normalizedSignature": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void|static=false",
2299
1768
  "emitScope": "ClassSurface",
1769
+ "provenance": "Original",
2300
1770
  "arity": 0,
2301
1771
  "parameterCount": 6,
1772
+ "isStatic": false,
1773
+ "isAbstract": false,
1774
+ "isVirtual": true,
1775
+ "isOverride": true,
1776
+ "isSealed": false,
2302
1777
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2303
1778
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2304
1779
  "isExtensionMethod": false
@@ -2306,13 +1781,18 @@
2306
1781
  {
2307
1782
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::Write(System.String):System.Void",
2308
1783
  "clrName": "Write",
2309
- "tsEmitName": "write",
2310
1784
  "metadataToken": 100663462,
2311
1785
  "canonicalSignature": "(System.String):System.Void",
2312
1786
  "normalizedSignature": "Write|(System.String):System.Void|static=false",
2313
1787
  "emitScope": "ClassSurface",
1788
+ "provenance": "Original",
2314
1789
  "arity": 0,
2315
1790
  "parameterCount": 1,
1791
+ "isStatic": false,
1792
+ "isAbstract": false,
1793
+ "isVirtual": true,
1794
+ "isOverride": true,
1795
+ "isSealed": false,
2316
1796
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2317
1797
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2318
1798
  "isExtensionMethod": false
@@ -2320,13 +1800,18 @@
2320
1800
  {
2321
1801
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::WriteLine(System.String):System.Void",
2322
1802
  "clrName": "WriteLine",
2323
- "tsEmitName": "writeLine",
2324
1803
  "metadataToken": 100663463,
2325
1804
  "canonicalSignature": "(System.String):System.Void",
2326
1805
  "normalizedSignature": "WriteLine|(System.String):System.Void|static=false",
2327
1806
  "emitScope": "ClassSurface",
1807
+ "provenance": "Original",
2328
1808
  "arity": 0,
2329
1809
  "parameterCount": 1,
1810
+ "isStatic": false,
1811
+ "isAbstract": false,
1812
+ "isVirtual": true,
1813
+ "isOverride": true,
1814
+ "isSealed": false,
2330
1815
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2331
1816
  "declaringAssemblyName": "System.Diagnostics.EventLog",
2332
1817
  "isExtensionMethod": false
@@ -2336,28 +1821,36 @@
2336
1821
  {
2337
1822
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::EventLog:System.Diagnostics.EventLog",
2338
1823
  "clrName": "EventLog",
2339
- "tsEmitName": "eventLog",
2340
1824
  "metadataToken": 385876043,
2341
1825
  "canonicalSignature": ":System.Diagnostics.EventLog",
2342
1826
  "normalizedSignature": "EventLog|:System.Diagnostics.EventLog|static=false|accessor=getset",
2343
1827
  "emitScope": "ClassSurface",
1828
+ "provenance": "Original",
2344
1829
  "isIndexer": false,
2345
1830
  "hasGetter": true,
2346
1831
  "hasSetter": true,
1832
+ "isStatic": false,
1833
+ "isAbstract": false,
1834
+ "isVirtual": false,
1835
+ "isOverride": false,
2347
1836
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2348
1837
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2349
1838
  },
2350
1839
  {
2351
1840
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventLogTraceListener::Name:System.String",
2352
1841
  "clrName": "Name",
2353
- "tsEmitName": "name",
2354
1842
  "metadataToken": 385876044,
2355
1843
  "canonicalSignature": ":System.String",
2356
1844
  "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
2357
1845
  "emitScope": "ClassSurface",
1846
+ "provenance": "Original",
2358
1847
  "isIndexer": false,
2359
1848
  "hasGetter": true,
2360
1849
  "hasSetter": true,
1850
+ "isStatic": false,
1851
+ "isAbstract": false,
1852
+ "isVirtual": true,
1853
+ "isOverride": true,
2361
1854
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2362
1855
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2363
1856
  }
@@ -2395,234 +1888,144 @@
2395
1888
  "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2396
1889
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2397
1890
  }
2398
- ],
2399
- "exposedMethods": [
2400
- {
2401
- "tsName": "close",
2402
- "isStatic": false,
2403
- "tsSignatureId": "Close|():System.Void|static=false",
2404
- "target": {
2405
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2406
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2407
- "metadataToken": 100663456
2408
- }
2409
- },
2410
- {
2411
- "tsName": "traceData",
2412
- "isStatic": false,
2413
- "tsSignatureId": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object):System.Void|static=false",
2414
- "target": {
2415
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2416
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2417
- "metadataToken": 100663458
2418
- }
2419
- },
2420
- {
2421
- "tsName": "traceData",
2422
- "isStatic": false,
2423
- "tsSignatureId": "TraceData|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]):System.Void|static=false",
2424
- "target": {
2425
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2426
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2427
- "metadataToken": 100663459
2428
- }
2429
- },
2430
- {
2431
- "tsName": "traceEvent",
2432
- "isStatic": false,
2433
- "tsSignatureId": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String):System.Void|static=false",
2434
- "target": {
2435
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2436
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2437
- "metadataToken": 100663460
2438
- }
2439
- },
2440
- {
2441
- "tsName": "traceEvent",
2442
- "isStatic": false,
2443
- "tsSignatureId": "TraceEvent|(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]):System.Void|static=false",
2444
- "target": {
2445
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2446
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2447
- "metadataToken": 100663461
2448
- }
2449
- },
2450
- {
2451
- "tsName": "write",
2452
- "isStatic": false,
2453
- "tsSignatureId": "Write|(System.String):System.Void|static=false",
2454
- "target": {
2455
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2456
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2457
- "metadataToken": 100663462
2458
- }
2459
- },
2460
- {
2461
- "tsName": "writeLine",
2462
- "isStatic": false,
2463
- "tsSignatureId": "WriteLine|(System.String):System.Void|static=false",
2464
- "target": {
2465
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2466
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2467
- "metadataToken": 100663463
2468
- }
2469
- }
2470
- ],
2471
- "exposedProperties": [
2472
- {
2473
- "tsName": "eventLog",
2474
- "isStatic": false,
2475
- "tsSignatureId": "EventLog|:System.Diagnostics.EventLog|static=false|accessor=getset",
2476
- "target": {
2477
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2478
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2479
- "metadataToken": 385876043
2480
- }
2481
- },
2482
- {
2483
- "tsName": "name",
2484
- "isStatic": false,
2485
- "tsSignatureId": "Name|:System.String|static=false|accessor=getset",
2486
- "target": {
2487
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2488
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2489
- "metadataToken": 385876044
2490
- }
2491
- }
2492
- ],
2493
- "exposedConstructors": [
2494
- {
2495
- "isStatic": false,
2496
- "tsSignatureId": "constructor|():void|static=false",
2497
- "target": {
2498
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2499
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2500
- "metadataToken": 100663449
2501
- }
2502
- },
2503
- {
2504
- "isStatic": false,
2505
- "tsSignatureId": "constructor|(System.Diagnostics.EventLog):void|static=false",
2506
- "target": {
2507
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2508
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2509
- "metadataToken": 100663450
2510
- }
2511
- },
2512
- {
2513
- "isStatic": false,
2514
- "tsSignatureId": "constructor|(System.String):void|static=false",
2515
- "target": {
2516
- "declaringClrType": "System.Diagnostics.EventLogTraceListener",
2517
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2518
- "metadataToken": 100663451
2519
- }
2520
- }
2521
1891
  ]
2522
1892
  },
2523
1893
  {
2524
1894
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData",
2525
1895
  "clrName": "System.Diagnostics.EventSourceCreationData",
2526
- "tsEmitName": "EventSourceCreationData",
2527
1896
  "assemblyName": "System.Diagnostics.EventLog",
2528
1897
  "metadataToken": 0,
1898
+ "kind": "Class",
1899
+ "accessibility": "Public",
1900
+ "isAbstract": false,
1901
+ "isSealed": false,
1902
+ "isStatic": false,
1903
+ "arity": 0,
2529
1904
  "methods": [],
2530
1905
  "properties": [
2531
1906
  {
2532
1907
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::CategoryCount:System.Int32",
2533
1908
  "clrName": "CategoryCount",
2534
- "tsEmitName": "categoryCount",
2535
1909
  "metadataToken": 385876045,
2536
1910
  "canonicalSignature": ":System.Int32",
2537
1911
  "normalizedSignature": "CategoryCount|:System.Int32|static=false|accessor=getset",
2538
1912
  "emitScope": "ClassSurface",
1913
+ "provenance": "Original",
2539
1914
  "isIndexer": false,
2540
1915
  "hasGetter": true,
2541
1916
  "hasSetter": true,
1917
+ "isStatic": false,
1918
+ "isAbstract": false,
1919
+ "isVirtual": false,
1920
+ "isOverride": false,
2542
1921
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2543
1922
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2544
1923
  },
2545
1924
  {
2546
1925
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::CategoryResourceFile:System.String",
2547
1926
  "clrName": "CategoryResourceFile",
2548
- "tsEmitName": "categoryResourceFile",
2549
1927
  "metadataToken": 385876046,
2550
1928
  "canonicalSignature": ":System.String",
2551
1929
  "normalizedSignature": "CategoryResourceFile|:System.String|static=false|accessor=getset",
2552
1930
  "emitScope": "ClassSurface",
1931
+ "provenance": "Original",
2553
1932
  "isIndexer": false,
2554
1933
  "hasGetter": true,
2555
1934
  "hasSetter": true,
1935
+ "isStatic": false,
1936
+ "isAbstract": false,
1937
+ "isVirtual": false,
1938
+ "isOverride": false,
2556
1939
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2557
1940
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2558
1941
  },
2559
1942
  {
2560
1943
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::LogName:System.String",
2561
1944
  "clrName": "LogName",
2562
- "tsEmitName": "logName",
2563
1945
  "metadataToken": 385876047,
2564
1946
  "canonicalSignature": ":System.String",
2565
1947
  "normalizedSignature": "LogName|:System.String|static=false|accessor=getset",
2566
1948
  "emitScope": "ClassSurface",
1949
+ "provenance": "Original",
2567
1950
  "isIndexer": false,
2568
1951
  "hasGetter": true,
2569
1952
  "hasSetter": true,
1953
+ "isStatic": false,
1954
+ "isAbstract": false,
1955
+ "isVirtual": false,
1956
+ "isOverride": false,
2570
1957
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2571
1958
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2572
1959
  },
2573
1960
  {
2574
1961
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::MachineName:System.String",
2575
1962
  "clrName": "MachineName",
2576
- "tsEmitName": "machineName",
2577
1963
  "metadataToken": 385876048,
2578
1964
  "canonicalSignature": ":System.String",
2579
1965
  "normalizedSignature": "MachineName|:System.String|static=false|accessor=getset",
2580
1966
  "emitScope": "ClassSurface",
1967
+ "provenance": "Original",
2581
1968
  "isIndexer": false,
2582
1969
  "hasGetter": true,
2583
1970
  "hasSetter": true,
1971
+ "isStatic": false,
1972
+ "isAbstract": false,
1973
+ "isVirtual": false,
1974
+ "isOverride": false,
2584
1975
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2585
1976
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2586
1977
  },
2587
1978
  {
2588
1979
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::MessageResourceFile:System.String",
2589
1980
  "clrName": "MessageResourceFile",
2590
- "tsEmitName": "messageResourceFile",
2591
1981
  "metadataToken": 385876049,
2592
1982
  "canonicalSignature": ":System.String",
2593
1983
  "normalizedSignature": "MessageResourceFile|:System.String|static=false|accessor=getset",
2594
1984
  "emitScope": "ClassSurface",
1985
+ "provenance": "Original",
2595
1986
  "isIndexer": false,
2596
1987
  "hasGetter": true,
2597
1988
  "hasSetter": true,
1989
+ "isStatic": false,
1990
+ "isAbstract": false,
1991
+ "isVirtual": false,
1992
+ "isOverride": false,
2598
1993
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2599
1994
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2600
1995
  },
2601
1996
  {
2602
1997
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::ParameterResourceFile:System.String",
2603
1998
  "clrName": "ParameterResourceFile",
2604
- "tsEmitName": "parameterResourceFile",
2605
1999
  "metadataToken": 385876050,
2606
2000
  "canonicalSignature": ":System.String",
2607
2001
  "normalizedSignature": "ParameterResourceFile|:System.String|static=false|accessor=getset",
2608
2002
  "emitScope": "ClassSurface",
2003
+ "provenance": "Original",
2609
2004
  "isIndexer": false,
2610
2005
  "hasGetter": true,
2611
2006
  "hasSetter": true,
2007
+ "isStatic": false,
2008
+ "isAbstract": false,
2009
+ "isVirtual": false,
2010
+ "isOverride": false,
2612
2011
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2613
2012
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2614
2013
  },
2615
2014
  {
2616
2015
  "stableId": "System.Diagnostics.EventLog:System.Diagnostics.EventSourceCreationData::Source:System.String",
2617
2016
  "clrName": "Source",
2618
- "tsEmitName": "source",
2619
2017
  "metadataToken": 385876051,
2620
2018
  "canonicalSignature": ":System.String",
2621
2019
  "normalizedSignature": "Source|:System.String|static=false|accessor=getset",
2622
2020
  "emitScope": "ClassSurface",
2021
+ "provenance": "Original",
2623
2022
  "isIndexer": false,
2624
2023
  "hasGetter": true,
2625
2024
  "hasSetter": true,
2025
+ "isStatic": false,
2026
+ "isAbstract": false,
2027
+ "isVirtual": false,
2028
+ "isOverride": false,
2626
2029
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2627
2030
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2628
2031
  }
@@ -2640,89 +2043,6 @@
2640
2043
  "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2641
2044
  "declaringAssemblyName": "System.Diagnostics.EventLog"
2642
2045
  }
2643
- ],
2644
- "exposedProperties": [
2645
- {
2646
- "tsName": "categoryCount",
2647
- "isStatic": false,
2648
- "tsSignatureId": "CategoryCount|:System.Int32|static=false|accessor=getset",
2649
- "target": {
2650
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2651
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2652
- "metadataToken": 385876045
2653
- }
2654
- },
2655
- {
2656
- "tsName": "categoryResourceFile",
2657
- "isStatic": false,
2658
- "tsSignatureId": "CategoryResourceFile|:System.String|static=false|accessor=getset",
2659
- "target": {
2660
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2661
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2662
- "metadataToken": 385876046
2663
- }
2664
- },
2665
- {
2666
- "tsName": "logName",
2667
- "isStatic": false,
2668
- "tsSignatureId": "LogName|:System.String|static=false|accessor=getset",
2669
- "target": {
2670
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2671
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2672
- "metadataToken": 385876047
2673
- }
2674
- },
2675
- {
2676
- "tsName": "machineName",
2677
- "isStatic": false,
2678
- "tsSignatureId": "MachineName|:System.String|static=false|accessor=getset",
2679
- "target": {
2680
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2681
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2682
- "metadataToken": 385876048
2683
- }
2684
- },
2685
- {
2686
- "tsName": "messageResourceFile",
2687
- "isStatic": false,
2688
- "tsSignatureId": "MessageResourceFile|:System.String|static=false|accessor=getset",
2689
- "target": {
2690
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2691
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2692
- "metadataToken": 385876049
2693
- }
2694
- },
2695
- {
2696
- "tsName": "parameterResourceFile",
2697
- "isStatic": false,
2698
- "tsSignatureId": "ParameterResourceFile|:System.String|static=false|accessor=getset",
2699
- "target": {
2700
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2701
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2702
- "metadataToken": 385876050
2703
- }
2704
- },
2705
- {
2706
- "tsName": "source",
2707
- "isStatic": false,
2708
- "tsSignatureId": "Source|:System.String|static=false|accessor=getset",
2709
- "target": {
2710
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2711
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2712
- "metadataToken": 385876051
2713
- }
2714
- }
2715
- ],
2716
- "exposedConstructors": [
2717
- {
2718
- "isStatic": false,
2719
- "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
2720
- "target": {
2721
- "declaringClrType": "System.Diagnostics.EventSourceCreationData",
2722
- "declaringAssemblyName": "System.Diagnostics.EventLog",
2723
- "metadataToken": 100663464
2724
- }
2725
- }
2726
2046
  ]
2727
2047
  }
2728
2048
  ]