@tsonic/dotnet 10.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. package/Internal/bindings.json +5 -0
  2. package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
  3. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  6. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  7. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
  8. package/Microsoft.Win32/bindings.json +107 -24
  9. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  10. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
  11. package/System/bindings.json +11622 -2308
  12. package/System/internal/index.d.ts +165 -15
  13. package/System.Buffers/bindings.json +371 -62
  14. package/System.Buffers/internal/index.d.ts +25 -13
  15. package/System.Buffers.Binary/bindings.json +126 -0
  16. package/System.Buffers.Text/bindings.json +67 -0
  17. package/System.Buffers.Text/internal/index.d.ts +1 -1
  18. package/System.Buffers.Text.d.ts +1 -1
  19. package/System.Buffers.d.ts +1 -1
  20. package/System.CodeDom.Compiler/bindings.json +142 -4
  21. package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
  22. package/System.CodeDom.Compiler.d.ts +1 -1
  23. package/System.Collections/bindings.json +1094 -69
  24. package/System.Collections/internal/index.d.ts +41 -3
  25. package/System.Collections.Concurrent/bindings.json +353 -90
  26. package/System.Collections.Concurrent/internal/index.d.ts +9 -2
  27. package/System.Collections.Frozen/bindings.json +158 -48
  28. package/System.Collections.Generic/bindings.json +1910 -634
  29. package/System.Collections.Generic/internal/index.d.ts +24 -9
  30. package/System.Collections.Immutable/bindings.json +1321 -292
  31. package/System.Collections.ObjectModel/bindings.json +1123 -199
  32. package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
  33. package/System.Collections.ObjectModel.d.ts +3 -3
  34. package/System.Collections.Specialized/bindings.json +763 -58
  35. package/System.Collections.Specialized/internal/index.d.ts +15 -1
  36. package/System.ComponentModel/bindings.json +3590 -166
  37. package/System.ComponentModel/internal/index.d.ts +173 -27
  38. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  39. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
  40. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  41. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  42. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  43. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  44. package/System.ComponentModel.Design/bindings.json +714 -40
  45. package/System.ComponentModel.Design/internal/index.d.ts +43 -12
  46. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  47. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
  48. package/System.ComponentModel.Design.d.ts +1 -1
  49. package/System.ComponentModel.d.ts +2 -2
  50. package/System.Configuration.Assemblies/bindings.json +19 -8
  51. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  52. package/System.Configuration.Assemblies.d.ts +1 -1
  53. package/System.Data/bindings.json +3325 -302
  54. package/System.Data/internal/index.d.ts +145 -24
  55. package/System.Data.Common/bindings.json +3047 -241
  56. package/System.Data.Common/internal/index.d.ts +228 -55
  57. package/System.Data.Common.d.ts +3 -3
  58. package/System.Data.SqlTypes/bindings.json +754 -71
  59. package/System.Data.SqlTypes/internal/index.d.ts +1 -0
  60. package/System.Data.d.ts +3 -3
  61. package/System.Diagnostics/bindings.json +1737 -130
  62. package/System.Diagnostics/internal/index.d.ts +121 -41
  63. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  64. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
  65. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  66. package/System.Diagnostics.Contracts/bindings.json +68 -4
  67. package/System.Diagnostics.Metrics/bindings.json +565 -55
  68. package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
  69. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  70. package/System.Diagnostics.Tracing/bindings.json +979 -160
  71. package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
  72. package/System.Diagnostics.d.ts +2 -2
  73. package/System.Drawing/bindings.json +611 -4
  74. package/System.Drawing/internal/index.d.ts +1 -1
  75. package/System.Drawing.d.ts +1 -1
  76. package/System.Dynamic/bindings.json +346 -24
  77. package/System.Dynamic/internal/index.d.ts +13 -0
  78. package/System.Formats.Asn1/bindings.json +229 -12
  79. package/System.Formats.Asn1/internal/index.d.ts +1 -0
  80. package/System.Formats.Tar/bindings.json +120 -16
  81. package/System.Globalization/bindings.json +1088 -53
  82. package/System.Globalization/internal/index.d.ts +44 -7
  83. package/System.IO/bindings.json +2163 -110
  84. package/System.IO/internal/index.d.ts +119 -27
  85. package/System.IO.Compression/bindings.json +466 -38
  86. package/System.IO.Compression/internal/index.d.ts +36 -9
  87. package/System.IO.Compression.d.ts +2 -2
  88. package/System.IO.Enumeration/bindings.json +221 -22
  89. package/System.IO.Enumeration/internal/index.d.ts +15 -4
  90. package/System.IO.IsolatedStorage/bindings.json +250 -11
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
  92. package/System.IO.IsolatedStorage.d.ts +2 -2
  93. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  94. package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
  95. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  96. package/System.IO.Pipelines/bindings.json +147 -3
  97. package/System.IO.Pipelines/internal/index.d.ts +15 -2
  98. package/System.IO.Pipes/bindings.json +889 -54
  99. package/System.IO.Pipes/internal/index.d.ts +64 -23
  100. package/System.IO.Pipes.d.ts +4 -3
  101. package/System.IO.d.ts +2 -2
  102. package/System.Linq/bindings.json +944 -79
  103. package/System.Linq.Expressions/bindings.json +1998 -57
  104. package/System.Linq.Expressions/internal/index.d.ts +207 -29
  105. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  106. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  107. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  108. package/System.Linq.Expressions.d.ts +1 -1
  109. package/System.Net/bindings.json +2083 -248
  110. package/System.Net/internal/index.d.ts +102 -40
  111. package/System.Net.Cache/bindings.json +53 -12
  112. package/System.Net.Cache/internal/index.d.ts +1 -1
  113. package/System.Net.Cache.d.ts +1 -1
  114. package/System.Net.Http/bindings.json +2104 -105
  115. package/System.Net.Http/internal/index.d.ts +174 -31
  116. package/System.Net.Http.Headers/bindings.json +456 -24
  117. package/System.Net.Http.Headers/internal/index.d.ts +8 -2
  118. package/System.Net.Http.Json/bindings.json +171 -0
  119. package/System.Net.Http.Json/internal/index.d.ts +14 -2
  120. package/System.Net.Http.Metrics/bindings.json +5 -0
  121. package/System.Net.Mail/bindings.json +1127 -101
  122. package/System.Net.Mail/internal/index.d.ts +87 -16
  123. package/System.Net.Mime/bindings.json +82 -4
  124. package/System.Net.Mime/internal/index.d.ts +1 -1
  125. package/System.Net.Mime.d.ts +1 -1
  126. package/System.Net.NetworkInformation/bindings.json +857 -61
  127. package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
  128. package/System.Net.NetworkInformation.d.ts +2 -2
  129. package/System.Net.Quic/bindings.json +157 -16
  130. package/System.Net.Quic/internal/index.d.ts +8 -3
  131. package/System.Net.Quic.d.ts +2 -2
  132. package/System.Net.Security/bindings.json +798 -37
  133. package/System.Net.Security/internal/index.d.ts +22 -5
  134. package/System.Net.Security.d.ts +2 -2
  135. package/System.Net.ServerSentEvents/bindings.json +31 -13
  136. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  137. package/System.Net.Sockets/bindings.json +1157 -78
  138. package/System.Net.Sockets/internal/index.d.ts +53 -21
  139. package/System.Net.Sockets.d.ts +2 -2
  140. package/System.Net.WebSockets/bindings.json +311 -26
  141. package/System.Net.WebSockets/internal/index.d.ts +12 -3
  142. package/System.Net.WebSockets.d.ts +2 -2
  143. package/System.Net.d.ts +2 -2
  144. package/System.Numerics/bindings.json +3546 -957
  145. package/System.Reflection/bindings.json +1913 -132
  146. package/System.Reflection/internal/index.d.ts +49 -5
  147. package/System.Reflection.Emit/bindings.json +2509 -57
  148. package/System.Reflection.Emit/internal/index.d.ts +158 -15
  149. package/System.Reflection.Emit.d.ts +1 -1
  150. package/System.Reflection.Metadata/bindings.json +1936 -231
  151. package/System.Reflection.Metadata/internal/index.d.ts +8 -1
  152. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  153. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  154. package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
  155. package/System.Resources/bindings.json +323 -17
  156. package/System.Resources/internal/index.d.ts +21 -5
  157. package/System.Resources.d.ts +1 -1
  158. package/System.Runtime/bindings.json +65 -8
  159. package/System.Runtime/internal/index.d.ts +6 -1
  160. package/System.Runtime.CompilerServices/bindings.json +718 -139
  161. package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
  162. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  163. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
  164. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  165. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  166. package/System.Runtime.InteropServices/bindings.json +1858 -265
  167. package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
  168. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  169. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  170. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  171. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  172. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
  173. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  174. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  175. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  176. package/System.Runtime.InteropServices.d.ts +1 -1
  177. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  178. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  179. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
  181. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  182. package/System.Runtime.Loader/bindings.json +130 -0
  183. package/System.Runtime.Loader/internal/index.d.ts +10 -1
  184. package/System.Runtime.Remoting/bindings.json +2 -0
  185. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  186. package/System.Runtime.Remoting.d.ts +1 -1
  187. package/System.Runtime.Serialization/bindings.json +920 -17
  188. package/System.Runtime.Serialization/internal/index.d.ts +36 -5
  189. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  190. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
  191. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  192. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  193. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  194. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  195. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  196. package/System.Runtime.Serialization.d.ts +2 -2
  197. package/System.Runtime.Versioning/bindings.json +62 -8
  198. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  199. package/System.Runtime.Versioning.d.ts +1 -1
  200. package/System.Security/bindings.json +265 -12
  201. package/System.Security/internal/index.d.ts +12 -1
  202. package/System.Security.AccessControl/bindings.json +4082 -797
  203. package/System.Security.AccessControl/internal/index.d.ts +131 -72
  204. package/System.Security.AccessControl.d.ts +2 -1
  205. package/System.Security.Authentication/bindings.json +80 -16
  206. package/System.Security.Authentication/internal/index.d.ts +2 -0
  207. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  208. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
  209. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  210. package/System.Security.Claims/bindings.json +436 -0
  211. package/System.Security.Claims/internal/index.d.ts +34 -4
  212. package/System.Security.Claims.d.ts +2 -1
  213. package/System.Security.Cryptography/bindings.json +11592 -237
  214. package/System.Security.Cryptography/internal/index.d.ts +822 -102
  215. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  216. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
  217. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  218. package/System.Security.Cryptography.d.ts +2 -2
  219. package/System.Security.Permissions/bindings.json +88 -14
  220. package/System.Security.Permissions/internal/index.d.ts +3 -1
  221. package/System.Security.Permissions.d.ts +1 -1
  222. package/System.Security.Policy/bindings.json +42 -1
  223. package/System.Security.Policy/internal/index.d.ts +1 -0
  224. package/System.Security.Principal/bindings.json +355 -28
  225. package/System.Security.Principal/internal/index.d.ts +11 -3
  226. package/System.Security.Principal.d.ts +1 -1
  227. package/System.Text/bindings.json +800 -31
  228. package/System.Text/internal/index.d.ts +10 -1
  229. package/System.Text.Encodings.Web/bindings.json +87 -4
  230. package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
  231. package/System.Text.Json/bindings.json +574 -49
  232. package/System.Text.Json/internal/index.d.ts +12 -10
  233. package/System.Text.Json.Nodes/bindings.json +152 -19
  234. package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
  235. package/System.Text.Json.Schema/bindings.json +10 -0
  236. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  237. package/System.Text.Json.Schema.d.ts +1 -1
  238. package/System.Text.Json.Serialization/bindings.json +295 -54
  239. package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
  240. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  241. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
  242. package/System.Text.RegularExpressions/bindings.json +1319 -103
  243. package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
  244. package/System.Text.RegularExpressions.d.ts +1 -1
  245. package/System.Text.Unicode/bindings.json +185 -0
  246. package/System.Text.Unicode/internal/index.d.ts +1 -1
  247. package/System.Text.Unicode.d.ts +1 -1
  248. package/System.Threading/bindings.json +1270 -64
  249. package/System.Threading/internal/index.d.ts +104 -36
  250. package/System.Threading.Channels/bindings.json +143 -29
  251. package/System.Threading.Channels/internal/index.d.ts +8 -2
  252. package/System.Threading.Tasks/bindings.json +719 -29
  253. package/System.Threading.Tasks/internal/index.d.ts +25 -4
  254. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  255. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  256. package/System.Timers/bindings.json +50 -4
  257. package/System.Timers/internal/index.d.ts +9 -4
  258. package/System.Timers.d.ts +2 -2
  259. package/System.Transactions/bindings.json +269 -32
  260. package/System.Transactions/internal/index.d.ts +5 -0
  261. package/System.Web/bindings.json +32 -0
  262. package/System.Windows.Input/bindings.json +3 -0
  263. package/System.Windows.Markup/bindings.json +4 -0
  264. package/System.Windows.Markup/internal/index.d.ts +1 -1
  265. package/System.Windows.Markup.d.ts +1 -1
  266. package/System.Xml/bindings.json +2447 -210
  267. package/System.Xml/internal/index.d.ts +100 -30
  268. package/System.Xml.Linq/bindings.json +361 -24
  269. package/System.Xml.Resolvers/bindings.json +26 -4
  270. package/System.Xml.Schema/bindings.json +830 -56
  271. package/System.Xml.Schema/internal/index.d.ts +20 -1
  272. package/System.Xml.Serialization/bindings.json +4421 -149
  273. package/System.Xml.Serialization/internal/index.d.ts +74 -8
  274. package/System.Xml.Serialization.d.ts +4 -4
  275. package/System.Xml.XPath/bindings.json +287 -35
  276. package/System.Xml.XPath/internal/index.d.ts +4 -0
  277. package/System.Xml.Xsl/bindings.json +174 -8
  278. package/System.Xml.Xsl/internal/index.d.ts +8 -2
  279. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  280. package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
  281. package/System.Xml.Xsl.d.ts +1 -1
  282. package/System.d.ts +1 -1
  283. package/package.json +1 -1
@@ -21,15 +21,15 @@
21
21
  },
22
22
  "interfaces": [
23
23
  {
24
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
25
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
24
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
25
+ "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
26
26
  "typeArguments": [
27
27
  "String"
28
28
  ]
29
29
  },
30
30
  {
31
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
32
- "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
31
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
32
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
33
33
  "typeArguments": [
34
34
  "String"
35
35
  ]
@@ -55,6 +55,7 @@
55
55
  "isVirtual": true,
56
56
  "isOverride": true,
57
57
  "isSealed": false,
58
+ "visibility": "Public",
58
59
  "declaringClrType": "System.Net.Http.Headers.HeaderStringValues",
59
60
  "declaringAssemblyName": "System.Net.Http",
60
61
  "isExtensionMethod": false
@@ -74,6 +75,7 @@
74
75
  "isVirtual": false,
75
76
  "isOverride": false,
76
77
  "isSealed": false,
78
+ "visibility": "Public",
77
79
  "declaringClrType": "System.Net.Http.Headers.HeaderStringValues",
78
80
  "declaringAssemblyName": "System.Net.Http",
79
81
  "isExtensionMethod": false
@@ -93,6 +95,7 @@
93
95
  "isVirtual": true,
94
96
  "isOverride": false,
95
97
  "isSealed": false,
98
+ "visibility": "Public",
96
99
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
97
100
  "declaringAssemblyName": "System.Private.CoreLib",
98
101
  "isExtensionMethod": false,
@@ -113,6 +116,7 @@
113
116
  "isVirtual": true,
114
117
  "isOverride": false,
115
118
  "isSealed": false,
119
+ "visibility": "Public",
116
120
  "declaringClrType": "System.Collections.IEnumerable",
117
121
  "declaringAssemblyName": "System.Private.CoreLib",
118
122
  "isExtensionMethod": false,
@@ -135,6 +139,7 @@
135
139
  "isAbstract": false,
136
140
  "isVirtual": true,
137
141
  "isOverride": false,
142
+ "visibility": "Public",
138
143
  "declaringClrType": "System.Net.Http.Headers.HeaderStringValues",
139
144
  "declaringAssemblyName": "System.Net.Http"
140
145
  },
@@ -153,6 +158,7 @@
153
158
  "isAbstract": false,
154
159
  "isVirtual": true,
155
160
  "isOverride": false,
161
+ "visibility": "Public",
156
162
  "sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
157
163
  "declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
158
164
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -210,6 +216,7 @@
210
216
  "isVirtual": true,
211
217
  "isOverride": false,
212
218
  "isSealed": true,
219
+ "visibility": "Public",
213
220
  "declaringClrType": "System.Net.Http.Headers.HeaderStringValues\u002BEnumerator",
214
221
  "declaringAssemblyName": "System.Net.Http",
215
222
  "isExtensionMethod": false
@@ -229,6 +236,7 @@
229
236
  "isVirtual": true,
230
237
  "isOverride": false,
231
238
  "isSealed": true,
239
+ "visibility": "Public",
232
240
  "declaringClrType": "System.Net.Http.Headers.HeaderStringValues\u002BEnumerator",
233
241
  "declaringAssemblyName": "System.Net.Http",
234
242
  "isExtensionMethod": false
@@ -248,6 +256,7 @@
248
256
  "isVirtual": true,
249
257
  "isOverride": false,
250
258
  "isSealed": false,
259
+ "visibility": "Public",
251
260
  "declaringClrType": "System.Collections.IEnumerator",
252
261
  "declaringAssemblyName": "System.Private.CoreLib",
253
262
  "isExtensionMethod": false
@@ -267,6 +276,7 @@
267
276
  "isVirtual": true,
268
277
  "isOverride": false,
269
278
  "isSealed": false,
279
+ "visibility": "Public",
270
280
  "declaringClrType": "System.IDisposable",
271
281
  "declaringAssemblyName": "System.Private.CoreLib",
272
282
  "isExtensionMethod": false,
@@ -287,6 +297,7 @@
287
297
  "isVirtual": true,
288
298
  "isOverride": false,
289
299
  "isSealed": false,
300
+ "visibility": "Public",
290
301
  "declaringClrType": "System.Collections.IEnumerator",
291
302
  "declaringAssemblyName": "System.Private.CoreLib",
292
303
  "isExtensionMethod": false,
@@ -309,6 +320,7 @@
309
320
  "isAbstract": false,
310
321
  "isVirtual": true,
311
322
  "isOverride": false,
323
+ "visibility": "Public",
312
324
  "declaringClrType": "System.Net.Http.Headers.HeaderStringValues\u002BEnumerator",
313
325
  "declaringAssemblyName": "System.Net.Http"
314
326
  },
@@ -327,6 +339,7 @@
327
339
  "isAbstract": false,
328
340
  "isVirtual": true,
329
341
  "isOverride": false,
342
+ "visibility": "Public",
330
343
  "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
331
344
  "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
332
345
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -346,6 +359,7 @@
346
359
  "isAbstract": false,
347
360
  "isVirtual": true,
348
361
  "isOverride": false,
362
+ "visibility": "Public",
349
363
  "sourceInterface": "System.Collections.IEnumerator",
350
364
  "declaringClrType": "System.Collections.IEnumerator",
351
365
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -371,6 +385,14 @@
371
385
  "clrName": "System.ValueType"
372
386
  },
373
387
  "interfaces": [
388
+ {
389
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602",
390
+ "clrName": "System.Collections.Generic.IReadOnlyDictionary\u00602",
391
+ "typeArguments": [
392
+ "String",
393
+ "HeaderStringValues"
394
+ ]
395
+ },
374
396
  {
375
397
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
376
398
  "clrName": "System.Collections.Generic.IEnumerable\u00601",
@@ -378,24 +400,16 @@
378
400
  "KeyValuePair_2[[String,HeaderStringValues]]"
379
401
  ]
380
402
  },
403
+ {
404
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
405
+ "clrName": "System.Collections.IEnumerable"
406
+ },
381
407
  {
382
408
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
383
409
  "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
384
410
  "typeArguments": [
385
411
  "KeyValuePair_2[[String,HeaderStringValues]]"
386
412
  ]
387
- },
388
- {
389
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602",
390
- "clrName": "System.Collections.Generic.IReadOnlyDictionary\u00602",
391
- "typeArguments": [
392
- "String",
393
- "HeaderStringValues"
394
- ]
395
- },
396
- {
397
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
398
- "clrName": "System.Collections.IEnumerable"
399
413
  }
400
414
  ],
401
415
  "methods": [
@@ -414,6 +428,7 @@
414
428
  "isVirtual": false,
415
429
  "isOverride": false,
416
430
  "isSealed": false,
431
+ "visibility": "Public",
417
432
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated",
418
433
  "declaringAssemblyName": "System.Net.Http",
419
434
  "isExtensionMethod": false
@@ -433,6 +448,7 @@
433
448
  "isVirtual": false,
434
449
  "isOverride": false,
435
450
  "isSealed": false,
451
+ "visibility": "Public",
436
452
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated",
437
453
  "declaringAssemblyName": "System.Net.Http",
438
454
  "isExtensionMethod": false,
@@ -458,6 +474,7 @@
458
474
  "isVirtual": false,
459
475
  "isOverride": false,
460
476
  "isSealed": false,
477
+ "visibility": "Public",
461
478
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated",
462
479
  "declaringAssemblyName": "System.Net.Http",
463
480
  "isExtensionMethod": false
@@ -477,6 +494,7 @@
477
494
  "isVirtual": true,
478
495
  "isOverride": false,
479
496
  "isSealed": false,
497
+ "visibility": "Public",
480
498
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
481
499
  "declaringAssemblyName": "System.Private.CoreLib",
482
500
  "isExtensionMethod": false,
@@ -497,6 +515,7 @@
497
515
  "isVirtual": true,
498
516
  "isOverride": false,
499
517
  "isSealed": false,
518
+ "visibility": "Public",
500
519
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
501
520
  "declaringAssemblyName": "System.Private.CoreLib",
502
521
  "isExtensionMethod": false,
@@ -523,6 +542,7 @@
523
542
  "isVirtual": true,
524
543
  "isOverride": false,
525
544
  "isSealed": false,
545
+ "visibility": "Public",
526
546
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
527
547
  "declaringAssemblyName": "System.Private.CoreLib",
528
548
  "isExtensionMethod": false,
@@ -543,6 +563,7 @@
543
563
  "isVirtual": true,
544
564
  "isOverride": false,
545
565
  "isSealed": false,
566
+ "visibility": "Public",
546
567
  "declaringClrType": "System.Collections.IEnumerable",
547
568
  "declaringAssemblyName": "System.Private.CoreLib",
548
569
  "isExtensionMethod": false,
@@ -565,6 +586,7 @@
565
586
  "isAbstract": false,
566
587
  "isVirtual": true,
567
588
  "isOverride": false,
589
+ "visibility": "Public",
568
590
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated",
569
591
  "declaringAssemblyName": "System.Net.Http"
570
592
  },
@@ -583,6 +605,7 @@
583
605
  "isAbstract": false,
584
606
  "isVirtual": true,
585
607
  "isOverride": false,
608
+ "visibility": "Public",
586
609
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated",
587
610
  "declaringAssemblyName": "System.Net.Http"
588
611
  },
@@ -601,6 +624,7 @@
601
624
  "isAbstract": false,
602
625
  "isVirtual": true,
603
626
  "isOverride": false,
627
+ "visibility": "Public",
604
628
  "sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
605
629
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
606
630
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -620,6 +644,7 @@
620
644
  "isAbstract": false,
621
645
  "isVirtual": true,
622
646
  "isOverride": false,
647
+ "visibility": "Public",
623
648
  "sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
624
649
  "declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
625
650
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -639,6 +664,7 @@
639
664
  "isAbstract": false,
640
665
  "isVirtual": true,
641
666
  "isOverride": false,
667
+ "visibility": "Public",
642
668
  "sourceInterface": "System.Collections.Generic.IReadOnlyCollection\u00601",
643
669
  "declaringClrType": "System.Collections.Generic.IReadOnlyCollection\u00601",
644
670
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -696,6 +722,7 @@
696
722
  "isVirtual": true,
697
723
  "isOverride": false,
698
724
  "isSealed": true,
725
+ "visibility": "Public",
699
726
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
700
727
  "declaringAssemblyName": "System.Net.Http",
701
728
  "isExtensionMethod": false
@@ -715,6 +742,7 @@
715
742
  "isVirtual": true,
716
743
  "isOverride": false,
717
744
  "isSealed": true,
745
+ "visibility": "Public",
718
746
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
719
747
  "declaringAssemblyName": "System.Net.Http",
720
748
  "isExtensionMethod": false
@@ -734,6 +762,7 @@
734
762
  "isVirtual": true,
735
763
  "isOverride": false,
736
764
  "isSealed": false,
765
+ "visibility": "Public",
737
766
  "declaringClrType": "System.Collections.IEnumerator",
738
767
  "declaringAssemblyName": "System.Private.CoreLib",
739
768
  "isExtensionMethod": false
@@ -753,6 +782,7 @@
753
782
  "isVirtual": true,
754
783
  "isOverride": false,
755
784
  "isSealed": false,
785
+ "visibility": "Public",
756
786
  "declaringClrType": "System.IDisposable",
757
787
  "declaringAssemblyName": "System.Private.CoreLib",
758
788
  "isExtensionMethod": false,
@@ -773,6 +803,7 @@
773
803
  "isVirtual": true,
774
804
  "isOverride": false,
775
805
  "isSealed": false,
806
+ "visibility": "Public",
776
807
  "declaringClrType": "System.Collections.IEnumerator",
777
808
  "declaringAssemblyName": "System.Private.CoreLib",
778
809
  "isExtensionMethod": false,
@@ -795,6 +826,7 @@
795
826
  "isAbstract": false,
796
827
  "isVirtual": true,
797
828
  "isOverride": false,
829
+ "visibility": "Public",
798
830
  "declaringClrType": "System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
799
831
  "declaringAssemblyName": "System.Net.Http"
800
832
  },
@@ -813,6 +845,7 @@
813
845
  "isAbstract": false,
814
846
  "isVirtual": true,
815
847
  "isOverride": false,
848
+ "visibility": "Public",
816
849
  "sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
817
850
  "declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
818
851
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -832,6 +865,7 @@
832
865
  "isAbstract": false,
833
866
  "isVirtual": true,
834
867
  "isOverride": false,
868
+ "visibility": "Public",
835
869
  "sourceInterface": "System.Collections.IEnumerator",
836
870
  "declaringClrType": "System.Collections.IEnumerator",
837
871
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -878,6 +912,7 @@
878
912
  "isVirtual": true,
879
913
  "isOverride": true,
880
914
  "isSealed": false,
915
+ "visibility": "Public",
881
916
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
882
917
  "declaringAssemblyName": "System.Net.Http",
883
918
  "isExtensionMethod": false
@@ -897,6 +932,7 @@
897
932
  "isVirtual": true,
898
933
  "isOverride": true,
899
934
  "isSealed": false,
935
+ "visibility": "Public",
900
936
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
901
937
  "declaringAssemblyName": "System.Net.Http",
902
938
  "isExtensionMethod": false
@@ -916,6 +952,7 @@
916
952
  "isVirtual": true,
917
953
  "isOverride": true,
918
954
  "isSealed": false,
955
+ "visibility": "Public",
919
956
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
920
957
  "declaringAssemblyName": "System.Net.Http",
921
958
  "isExtensionMethod": false
@@ -935,6 +972,7 @@
935
972
  "isVirtual": false,
936
973
  "isOverride": false,
937
974
  "isSealed": false,
975
+ "visibility": "Public",
938
976
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
939
977
  "declaringAssemblyName": "System.Net.Http",
940
978
  "isExtensionMethod": false
@@ -954,6 +992,7 @@
954
992
  "isVirtual": false,
955
993
  "isOverride": false,
956
994
  "isSealed": false,
995
+ "visibility": "Public",
957
996
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
958
997
  "declaringAssemblyName": "System.Net.Http",
959
998
  "isExtensionMethod": false,
@@ -979,6 +1018,7 @@
979
1018
  "isVirtual": true,
980
1019
  "isOverride": false,
981
1020
  "isSealed": false,
1021
+ "visibility": "Public",
982
1022
  "declaringClrType": "System.ICloneable",
983
1023
  "declaringAssemblyName": "System.Private.CoreLib",
984
1024
  "isExtensionMethod": false,
@@ -1001,6 +1041,7 @@
1001
1041
  "isAbstract": false,
1002
1042
  "isVirtual": false,
1003
1043
  "isOverride": false,
1044
+ "visibility": "Public",
1004
1045
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
1005
1046
  "declaringAssemblyName": "System.Net.Http"
1006
1047
  },
@@ -1019,6 +1060,7 @@
1019
1060
  "isAbstract": false,
1020
1061
  "isVirtual": false,
1021
1062
  "isOverride": false,
1063
+ "visibility": "Public",
1022
1064
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
1023
1065
  "declaringAssemblyName": "System.Net.Http"
1024
1066
  }
@@ -1033,6 +1075,7 @@
1033
1075
  "normalizedSignature": "constructor|(System.String):void|static=false",
1034
1076
  "isStatic": false,
1035
1077
  "parameterCount": 1,
1078
+ "visibility": "Public",
1036
1079
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
1037
1080
  "declaringAssemblyName": "System.Net.Http"
1038
1081
  },
@@ -1043,6 +1086,7 @@
1043
1086
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
1044
1087
  "isStatic": false,
1045
1088
  "parameterCount": 2,
1089
+ "visibility": "Public",
1046
1090
  "declaringClrType": "System.Net.Http.Headers.AuthenticationHeaderValue",
1047
1091
  "declaringAssemblyName": "System.Net.Http"
1048
1092
  }
@@ -1085,6 +1129,7 @@
1085
1129
  "isVirtual": true,
1086
1130
  "isOverride": true,
1087
1131
  "isSealed": false,
1132
+ "visibility": "Public",
1088
1133
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1089
1134
  "declaringAssemblyName": "System.Net.Http",
1090
1135
  "isExtensionMethod": false
@@ -1104,6 +1149,7 @@
1104
1149
  "isVirtual": true,
1105
1150
  "isOverride": true,
1106
1151
  "isSealed": false,
1152
+ "visibility": "Public",
1107
1153
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1108
1154
  "declaringAssemblyName": "System.Net.Http",
1109
1155
  "isExtensionMethod": false
@@ -1123,6 +1169,7 @@
1123
1169
  "isVirtual": true,
1124
1170
  "isOverride": true,
1125
1171
  "isSealed": false,
1172
+ "visibility": "Public",
1126
1173
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1127
1174
  "declaringAssemblyName": "System.Net.Http",
1128
1175
  "isExtensionMethod": false
@@ -1142,6 +1189,7 @@
1142
1189
  "isVirtual": false,
1143
1190
  "isOverride": false,
1144
1191
  "isSealed": false,
1192
+ "visibility": "Public",
1145
1193
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1146
1194
  "declaringAssemblyName": "System.Net.Http",
1147
1195
  "isExtensionMethod": false
@@ -1161,6 +1209,7 @@
1161
1209
  "isVirtual": false,
1162
1210
  "isOverride": false,
1163
1211
  "isSealed": false,
1212
+ "visibility": "Public",
1164
1213
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1165
1214
  "declaringAssemblyName": "System.Net.Http",
1166
1215
  "isExtensionMethod": false,
@@ -1186,6 +1235,7 @@
1186
1235
  "isVirtual": true,
1187
1236
  "isOverride": false,
1188
1237
  "isSealed": false,
1238
+ "visibility": "Public",
1189
1239
  "declaringClrType": "System.ICloneable",
1190
1240
  "declaringAssemblyName": "System.Private.CoreLib",
1191
1241
  "isExtensionMethod": false,
@@ -1208,6 +1258,7 @@
1208
1258
  "isAbstract": false,
1209
1259
  "isVirtual": false,
1210
1260
  "isOverride": false,
1261
+ "visibility": "Public",
1211
1262
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1212
1263
  "declaringAssemblyName": "System.Net.Http"
1213
1264
  },
@@ -1226,6 +1277,7 @@
1226
1277
  "isAbstract": false,
1227
1278
  "isVirtual": false,
1228
1279
  "isOverride": false,
1280
+ "visibility": "Public",
1229
1281
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1230
1282
  "declaringAssemblyName": "System.Net.Http"
1231
1283
  },
@@ -1244,6 +1296,7 @@
1244
1296
  "isAbstract": false,
1245
1297
  "isVirtual": false,
1246
1298
  "isOverride": false,
1299
+ "visibility": "Public",
1247
1300
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1248
1301
  "declaringAssemblyName": "System.Net.Http"
1249
1302
  },
@@ -1262,6 +1315,7 @@
1262
1315
  "isAbstract": false,
1263
1316
  "isVirtual": false,
1264
1317
  "isOverride": false,
1318
+ "visibility": "Public",
1265
1319
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1266
1320
  "declaringAssemblyName": "System.Net.Http"
1267
1321
  },
@@ -1280,6 +1334,7 @@
1280
1334
  "isAbstract": false,
1281
1335
  "isVirtual": false,
1282
1336
  "isOverride": false,
1337
+ "visibility": "Public",
1283
1338
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1284
1339
  "declaringAssemblyName": "System.Net.Http"
1285
1340
  },
@@ -1298,6 +1353,7 @@
1298
1353
  "isAbstract": false,
1299
1354
  "isVirtual": false,
1300
1355
  "isOverride": false,
1356
+ "visibility": "Public",
1301
1357
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1302
1358
  "declaringAssemblyName": "System.Net.Http"
1303
1359
  },
@@ -1316,6 +1372,7 @@
1316
1372
  "isAbstract": false,
1317
1373
  "isVirtual": false,
1318
1374
  "isOverride": false,
1375
+ "visibility": "Public",
1319
1376
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1320
1377
  "declaringAssemblyName": "System.Net.Http"
1321
1378
  },
@@ -1334,6 +1391,7 @@
1334
1391
  "isAbstract": false,
1335
1392
  "isVirtual": false,
1336
1393
  "isOverride": false,
1394
+ "visibility": "Public",
1337
1395
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1338
1396
  "declaringAssemblyName": "System.Net.Http"
1339
1397
  },
@@ -1352,6 +1410,7 @@
1352
1410
  "isAbstract": false,
1353
1411
  "isVirtual": false,
1354
1412
  "isOverride": false,
1413
+ "visibility": "Public",
1355
1414
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1356
1415
  "declaringAssemblyName": "System.Net.Http"
1357
1416
  },
@@ -1370,6 +1429,7 @@
1370
1429
  "isAbstract": false,
1371
1430
  "isVirtual": false,
1372
1431
  "isOverride": false,
1432
+ "visibility": "Public",
1373
1433
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1374
1434
  "declaringAssemblyName": "System.Net.Http"
1375
1435
  },
@@ -1388,6 +1448,7 @@
1388
1448
  "isAbstract": false,
1389
1449
  "isVirtual": false,
1390
1450
  "isOverride": false,
1451
+ "visibility": "Public",
1391
1452
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1392
1453
  "declaringAssemblyName": "System.Net.Http"
1393
1454
  },
@@ -1406,6 +1467,7 @@
1406
1467
  "isAbstract": false,
1407
1468
  "isVirtual": false,
1408
1469
  "isOverride": false,
1470
+ "visibility": "Public",
1409
1471
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1410
1472
  "declaringAssemblyName": "System.Net.Http"
1411
1473
  },
@@ -1424,6 +1486,7 @@
1424
1486
  "isAbstract": false,
1425
1487
  "isVirtual": false,
1426
1488
  "isOverride": false,
1489
+ "visibility": "Public",
1427
1490
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1428
1491
  "declaringAssemblyName": "System.Net.Http"
1429
1492
  },
@@ -1442,6 +1505,7 @@
1442
1505
  "isAbstract": false,
1443
1506
  "isVirtual": false,
1444
1507
  "isOverride": false,
1508
+ "visibility": "Public",
1445
1509
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1446
1510
  "declaringAssemblyName": "System.Net.Http"
1447
1511
  },
@@ -1460,6 +1524,7 @@
1460
1524
  "isAbstract": false,
1461
1525
  "isVirtual": false,
1462
1526
  "isOverride": false,
1527
+ "visibility": "Public",
1463
1528
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1464
1529
  "declaringAssemblyName": "System.Net.Http"
1465
1530
  },
@@ -1478,6 +1543,7 @@
1478
1543
  "isAbstract": false,
1479
1544
  "isVirtual": false,
1480
1545
  "isOverride": false,
1546
+ "visibility": "Public",
1481
1547
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1482
1548
  "declaringAssemblyName": "System.Net.Http"
1483
1549
  }
@@ -1492,6 +1558,7 @@
1492
1558
  "normalizedSignature": "constructor|():void|static=false",
1493
1559
  "isStatic": false,
1494
1560
  "parameterCount": 0,
1561
+ "visibility": "Public",
1495
1562
  "declaringClrType": "System.Net.Http.Headers.CacheControlHeaderValue",
1496
1563
  "declaringAssemblyName": "System.Net.Http"
1497
1564
  }
@@ -1534,6 +1601,7 @@
1534
1601
  "isVirtual": true,
1535
1602
  "isOverride": true,
1536
1603
  "isSealed": false,
1604
+ "visibility": "Public",
1537
1605
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1538
1606
  "declaringAssemblyName": "System.Net.Http",
1539
1607
  "isExtensionMethod": false
@@ -1553,6 +1621,7 @@
1553
1621
  "isVirtual": true,
1554
1622
  "isOverride": true,
1555
1623
  "isSealed": false,
1624
+ "visibility": "Public",
1556
1625
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1557
1626
  "declaringAssemblyName": "System.Net.Http",
1558
1627
  "isExtensionMethod": false
@@ -1572,6 +1641,7 @@
1572
1641
  "isVirtual": true,
1573
1642
  "isOverride": true,
1574
1643
  "isSealed": false,
1644
+ "visibility": "Public",
1575
1645
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1576
1646
  "declaringAssemblyName": "System.Net.Http",
1577
1647
  "isExtensionMethod": false
@@ -1591,6 +1661,7 @@
1591
1661
  "isVirtual": false,
1592
1662
  "isOverride": false,
1593
1663
  "isSealed": false,
1664
+ "visibility": "Public",
1594
1665
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1595
1666
  "declaringAssemblyName": "System.Net.Http",
1596
1667
  "isExtensionMethod": false
@@ -1610,6 +1681,7 @@
1610
1681
  "isVirtual": false,
1611
1682
  "isOverride": false,
1612
1683
  "isSealed": false,
1684
+ "visibility": "Public",
1613
1685
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1614
1686
  "declaringAssemblyName": "System.Net.Http",
1615
1687
  "isExtensionMethod": false,
@@ -1635,6 +1707,7 @@
1635
1707
  "isVirtual": true,
1636
1708
  "isOverride": false,
1637
1709
  "isSealed": false,
1710
+ "visibility": "Public",
1638
1711
  "declaringClrType": "System.ICloneable",
1639
1712
  "declaringAssemblyName": "System.Private.CoreLib",
1640
1713
  "isExtensionMethod": false,
@@ -1657,6 +1730,7 @@
1657
1730
  "isAbstract": false,
1658
1731
  "isVirtual": false,
1659
1732
  "isOverride": false,
1733
+ "visibility": "Public",
1660
1734
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1661
1735
  "declaringAssemblyName": "System.Net.Http"
1662
1736
  },
@@ -1675,6 +1749,7 @@
1675
1749
  "isAbstract": false,
1676
1750
  "isVirtual": false,
1677
1751
  "isOverride": false,
1752
+ "visibility": "Public",
1678
1753
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1679
1754
  "declaringAssemblyName": "System.Net.Http"
1680
1755
  },
@@ -1693,6 +1768,7 @@
1693
1768
  "isAbstract": false,
1694
1769
  "isVirtual": false,
1695
1770
  "isOverride": false,
1771
+ "visibility": "Public",
1696
1772
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1697
1773
  "declaringAssemblyName": "System.Net.Http"
1698
1774
  },
@@ -1711,6 +1787,7 @@
1711
1787
  "isAbstract": false,
1712
1788
  "isVirtual": false,
1713
1789
  "isOverride": false,
1790
+ "visibility": "Public",
1714
1791
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1715
1792
  "declaringAssemblyName": "System.Net.Http"
1716
1793
  },
@@ -1729,6 +1806,7 @@
1729
1806
  "isAbstract": false,
1730
1807
  "isVirtual": false,
1731
1808
  "isOverride": false,
1809
+ "visibility": "Public",
1732
1810
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1733
1811
  "declaringAssemblyName": "System.Net.Http"
1734
1812
  },
@@ -1747,6 +1825,7 @@
1747
1825
  "isAbstract": false,
1748
1826
  "isVirtual": false,
1749
1827
  "isOverride": false,
1828
+ "visibility": "Public",
1750
1829
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1751
1830
  "declaringAssemblyName": "System.Net.Http"
1752
1831
  },
@@ -1765,6 +1844,7 @@
1765
1844
  "isAbstract": false,
1766
1845
  "isVirtual": false,
1767
1846
  "isOverride": false,
1847
+ "visibility": "Public",
1768
1848
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1769
1849
  "declaringAssemblyName": "System.Net.Http"
1770
1850
  },
@@ -1783,6 +1863,7 @@
1783
1863
  "isAbstract": false,
1784
1864
  "isVirtual": false,
1785
1865
  "isOverride": false,
1866
+ "visibility": "Public",
1786
1867
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1787
1868
  "declaringAssemblyName": "System.Net.Http"
1788
1869
  },
@@ -1801,6 +1882,7 @@
1801
1882
  "isAbstract": false,
1802
1883
  "isVirtual": false,
1803
1884
  "isOverride": false,
1885
+ "visibility": "Public",
1804
1886
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1805
1887
  "declaringAssemblyName": "System.Net.Http"
1806
1888
  }
@@ -1808,6 +1890,17 @@
1808
1890
  "fields": [],
1809
1891
  "events": [],
1810
1892
  "constructors": [
1893
+ {
1894
+ "stableId": "System.Net.Http:System.Net.Http.Headers.ContentDispositionHeaderValue::.ctor(System.Net.Http.Headers.ContentDispositionHeaderValue):void",
1895
+ "metadataToken": 100665796,
1896
+ "canonicalSignature": "(System.Net.Http.Headers.ContentDispositionHeaderValue):void",
1897
+ "normalizedSignature": "constructor|(System.Net.Http.Headers.ContentDispositionHeaderValue):void|static=false",
1898
+ "isStatic": false,
1899
+ "parameterCount": 1,
1900
+ "visibility": "Protected",
1901
+ "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1902
+ "declaringAssemblyName": "System.Net.Http"
1903
+ },
1811
1904
  {
1812
1905
  "stableId": "System.Net.Http:System.Net.Http.Headers.ContentDispositionHeaderValue::.ctor(System.String):void",
1813
1906
  "metadataToken": 100665797,
@@ -1815,6 +1908,7 @@
1815
1908
  "normalizedSignature": "constructor|(System.String):void|static=false",
1816
1909
  "isStatic": false,
1817
1910
  "parameterCount": 1,
1911
+ "visibility": "Public",
1818
1912
  "declaringClrType": "System.Net.Http.Headers.ContentDispositionHeaderValue",
1819
1913
  "declaringAssemblyName": "System.Net.Http"
1820
1914
  }
@@ -1857,6 +1951,7 @@
1857
1951
  "isVirtual": true,
1858
1952
  "isOverride": true,
1859
1953
  "isSealed": false,
1954
+ "visibility": "Public",
1860
1955
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
1861
1956
  "declaringAssemblyName": "System.Net.Http",
1862
1957
  "isExtensionMethod": false
@@ -1876,6 +1971,7 @@
1876
1971
  "isVirtual": true,
1877
1972
  "isOverride": true,
1878
1973
  "isSealed": false,
1974
+ "visibility": "Public",
1879
1975
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
1880
1976
  "declaringAssemblyName": "System.Net.Http",
1881
1977
  "isExtensionMethod": false
@@ -1895,6 +1991,7 @@
1895
1991
  "isVirtual": true,
1896
1992
  "isOverride": true,
1897
1993
  "isSealed": false,
1994
+ "visibility": "Public",
1898
1995
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
1899
1996
  "declaringAssemblyName": "System.Net.Http",
1900
1997
  "isExtensionMethod": false
@@ -1914,6 +2011,7 @@
1914
2011
  "isVirtual": false,
1915
2012
  "isOverride": false,
1916
2013
  "isSealed": false,
2014
+ "visibility": "Public",
1917
2015
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
1918
2016
  "declaringAssemblyName": "System.Net.Http",
1919
2017
  "isExtensionMethod": false
@@ -1933,6 +2031,7 @@
1933
2031
  "isVirtual": false,
1934
2032
  "isOverride": false,
1935
2033
  "isSealed": false,
2034
+ "visibility": "Public",
1936
2035
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
1937
2036
  "declaringAssemblyName": "System.Net.Http",
1938
2037
  "isExtensionMethod": false,
@@ -1958,6 +2057,7 @@
1958
2057
  "isVirtual": true,
1959
2058
  "isOverride": false,
1960
2059
  "isSealed": false,
2060
+ "visibility": "Public",
1961
2061
  "declaringClrType": "System.ICloneable",
1962
2062
  "declaringAssemblyName": "System.Private.CoreLib",
1963
2063
  "isExtensionMethod": false,
@@ -1980,6 +2080,7 @@
1980
2080
  "isAbstract": false,
1981
2081
  "isVirtual": false,
1982
2082
  "isOverride": false,
2083
+ "visibility": "Public",
1983
2084
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
1984
2085
  "declaringAssemblyName": "System.Net.Http"
1985
2086
  },
@@ -1998,6 +2099,7 @@
1998
2099
  "isAbstract": false,
1999
2100
  "isVirtual": false,
2000
2101
  "isOverride": false,
2102
+ "visibility": "Public",
2001
2103
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2002
2104
  "declaringAssemblyName": "System.Net.Http"
2003
2105
  },
@@ -2016,6 +2118,7 @@
2016
2118
  "isAbstract": false,
2017
2119
  "isVirtual": false,
2018
2120
  "isOverride": false,
2121
+ "visibility": "Public",
2019
2122
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2020
2123
  "declaringAssemblyName": "System.Net.Http"
2021
2124
  },
@@ -2034,6 +2137,7 @@
2034
2137
  "isAbstract": false,
2035
2138
  "isVirtual": false,
2036
2139
  "isOverride": false,
2140
+ "visibility": "Public",
2037
2141
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2038
2142
  "declaringAssemblyName": "System.Net.Http"
2039
2143
  },
@@ -2052,6 +2156,7 @@
2052
2156
  "isAbstract": false,
2053
2157
  "isVirtual": false,
2054
2158
  "isOverride": false,
2159
+ "visibility": "Public",
2055
2160
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2056
2161
  "declaringAssemblyName": "System.Net.Http"
2057
2162
  },
@@ -2070,6 +2175,7 @@
2070
2175
  "isAbstract": false,
2071
2176
  "isVirtual": false,
2072
2177
  "isOverride": false,
2178
+ "visibility": "Public",
2073
2179
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2074
2180
  "declaringAssemblyName": "System.Net.Http"
2075
2181
  }
@@ -2084,6 +2190,7 @@
2084
2190
  "normalizedSignature": "constructor|(System.Int64,System.Int64,System.Int64):void|static=false",
2085
2191
  "isStatic": false,
2086
2192
  "parameterCount": 3,
2193
+ "visibility": "Public",
2087
2194
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2088
2195
  "declaringAssemblyName": "System.Net.Http"
2089
2196
  },
@@ -2094,6 +2201,7 @@
2094
2201
  "normalizedSignature": "constructor|(System.Int64):void|static=false",
2095
2202
  "isStatic": false,
2096
2203
  "parameterCount": 1,
2204
+ "visibility": "Public",
2097
2205
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2098
2206
  "declaringAssemblyName": "System.Net.Http"
2099
2207
  },
@@ -2104,6 +2212,7 @@
2104
2212
  "normalizedSignature": "constructor|(System.Int64,System.Int64):void|static=false",
2105
2213
  "isStatic": false,
2106
2214
  "parameterCount": 2,
2215
+ "visibility": "Public",
2107
2216
  "declaringClrType": "System.Net.Http.Headers.ContentRangeHeaderValue",
2108
2217
  "declaringAssemblyName": "System.Net.Http"
2109
2218
  }
@@ -2146,6 +2255,7 @@
2146
2255
  "isVirtual": true,
2147
2256
  "isOverride": true,
2148
2257
  "isSealed": false,
2258
+ "visibility": "Public",
2149
2259
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2150
2260
  "declaringAssemblyName": "System.Net.Http",
2151
2261
  "isExtensionMethod": false
@@ -2165,6 +2275,7 @@
2165
2275
  "isVirtual": true,
2166
2276
  "isOverride": true,
2167
2277
  "isSealed": false,
2278
+ "visibility": "Public",
2168
2279
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2169
2280
  "declaringAssemblyName": "System.Net.Http",
2170
2281
  "isExtensionMethod": false
@@ -2184,6 +2295,7 @@
2184
2295
  "isVirtual": true,
2185
2296
  "isOverride": true,
2186
2297
  "isSealed": false,
2298
+ "visibility": "Public",
2187
2299
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2188
2300
  "declaringAssemblyName": "System.Net.Http",
2189
2301
  "isExtensionMethod": false
@@ -2203,6 +2315,7 @@
2203
2315
  "isVirtual": false,
2204
2316
  "isOverride": false,
2205
2317
  "isSealed": false,
2318
+ "visibility": "Public",
2206
2319
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2207
2320
  "declaringAssemblyName": "System.Net.Http",
2208
2321
  "isExtensionMethod": false
@@ -2222,6 +2335,7 @@
2222
2335
  "isVirtual": false,
2223
2336
  "isOverride": false,
2224
2337
  "isSealed": false,
2338
+ "visibility": "Public",
2225
2339
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2226
2340
  "declaringAssemblyName": "System.Net.Http",
2227
2341
  "isExtensionMethod": false,
@@ -2247,6 +2361,7 @@
2247
2361
  "isVirtual": true,
2248
2362
  "isOverride": false,
2249
2363
  "isSealed": false,
2364
+ "visibility": "Public",
2250
2365
  "declaringClrType": "System.ICloneable",
2251
2366
  "declaringAssemblyName": "System.Private.CoreLib",
2252
2367
  "isExtensionMethod": false,
@@ -2259,16 +2374,17 @@
2259
2374
  "clrName": "Tag",
2260
2375
  "metadataToken": 385876467,
2261
2376
  "canonicalSignature": ":System.String",
2262
- "normalizedSignature": "Tag|:System.String|static=false|accessor=get",
2377
+ "normalizedSignature": "Tag|:System.String|static=false|accessor=getset",
2263
2378
  "emitScope": "ClassSurface",
2264
2379
  "provenance": "Original",
2265
2380
  "isIndexer": false,
2266
2381
  "hasGetter": true,
2267
- "hasSetter": false,
2382
+ "hasSetter": true,
2268
2383
  "isStatic": false,
2269
2384
  "isAbstract": false,
2270
2385
  "isVirtual": false,
2271
2386
  "isOverride": false,
2387
+ "visibility": "Public",
2272
2388
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2273
2389
  "declaringAssemblyName": "System.Net.Http"
2274
2390
  },
@@ -2277,16 +2393,17 @@
2277
2393
  "clrName": "IsWeak",
2278
2394
  "metadataToken": 385876468,
2279
2395
  "canonicalSignature": ":System.Boolean",
2280
- "normalizedSignature": "IsWeak|:System.Boolean|static=false|accessor=get",
2396
+ "normalizedSignature": "IsWeak|:System.Boolean|static=false|accessor=getset",
2281
2397
  "emitScope": "ClassSurface",
2282
2398
  "provenance": "Original",
2283
2399
  "isIndexer": false,
2284
2400
  "hasGetter": true,
2285
- "hasSetter": false,
2401
+ "hasSetter": true,
2286
2402
  "isStatic": false,
2287
2403
  "isAbstract": false,
2288
2404
  "isVirtual": false,
2289
2405
  "isOverride": false,
2406
+ "visibility": "Public",
2290
2407
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2291
2408
  "declaringAssemblyName": "System.Net.Http"
2292
2409
  },
@@ -2305,6 +2422,7 @@
2305
2422
  "isAbstract": false,
2306
2423
  "isVirtual": false,
2307
2424
  "isOverride": false,
2425
+ "visibility": "Public",
2308
2426
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2309
2427
  "declaringAssemblyName": "System.Net.Http"
2310
2428
  }
@@ -2319,6 +2437,7 @@
2319
2437
  "normalizedSignature": "constructor|(System.String):void|static=false",
2320
2438
  "isStatic": false,
2321
2439
  "parameterCount": 1,
2440
+ "visibility": "Public",
2322
2441
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2323
2442
  "declaringAssemblyName": "System.Net.Http"
2324
2443
  },
@@ -2329,6 +2448,7 @@
2329
2448
  "normalizedSignature": "constructor|(System.String,System.Boolean):void|static=false",
2330
2449
  "isStatic": false,
2331
2450
  "parameterCount": 2,
2451
+ "visibility": "Public",
2332
2452
  "declaringClrType": "System.Net.Http.Headers.EntityTagHeaderValue",
2333
2453
  "declaringAssemblyName": "System.Net.Http"
2334
2454
  }
@@ -2378,6 +2498,7 @@
2378
2498
  "isVirtual": true,
2379
2499
  "isOverride": false,
2380
2500
  "isSealed": false,
2501
+ "visibility": "Public",
2381
2502
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
2382
2503
  "declaringAssemblyName": "System.Private.CoreLib",
2383
2504
  "isExtensionMethod": false,
@@ -2398,6 +2519,7 @@
2398
2519
  "isVirtual": true,
2399
2520
  "isOverride": false,
2400
2521
  "isSealed": false,
2522
+ "visibility": "Public",
2401
2523
  "declaringClrType": "System.Collections.IEnumerable",
2402
2524
  "declaringAssemblyName": "System.Private.CoreLib",
2403
2525
  "isExtensionMethod": false,
@@ -2418,6 +2540,7 @@
2418
2540
  "isVirtual": true,
2419
2541
  "isOverride": false,
2420
2542
  "isSealed": false,
2543
+ "visibility": "Public",
2421
2544
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2422
2545
  "declaringAssemblyName": "System.Net.Http",
2423
2546
  "isExtensionMethod": false
@@ -2437,6 +2560,7 @@
2437
2560
  "isVirtual": true,
2438
2561
  "isOverride": false,
2439
2562
  "isSealed": false,
2563
+ "visibility": "Public",
2440
2564
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2441
2565
  "declaringAssemblyName": "System.Net.Http",
2442
2566
  "isExtensionMethod": false
@@ -2458,6 +2582,7 @@
2458
2582
  "isAbstract": false,
2459
2583
  "isVirtual": false,
2460
2584
  "isOverride": false,
2585
+ "visibility": "Public",
2461
2586
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2462
2587
  "declaringAssemblyName": "System.Net.Http"
2463
2588
  },
@@ -2476,6 +2601,7 @@
2476
2601
  "isAbstract": false,
2477
2602
  "isVirtual": false,
2478
2603
  "isOverride": false,
2604
+ "visibility": "Public",
2479
2605
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2480
2606
  "declaringAssemblyName": "System.Net.Http"
2481
2607
  },
@@ -2494,6 +2620,7 @@
2494
2620
  "isAbstract": false,
2495
2621
  "isVirtual": false,
2496
2622
  "isOverride": false,
2623
+ "visibility": "Public",
2497
2624
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2498
2625
  "declaringAssemblyName": "System.Net.Http"
2499
2626
  },
@@ -2512,6 +2639,7 @@
2512
2639
  "isAbstract": false,
2513
2640
  "isVirtual": false,
2514
2641
  "isOverride": false,
2642
+ "visibility": "Public",
2515
2643
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2516
2644
  "declaringAssemblyName": "System.Net.Http"
2517
2645
  },
@@ -2530,6 +2658,7 @@
2530
2658
  "isAbstract": false,
2531
2659
  "isVirtual": false,
2532
2660
  "isOverride": false,
2661
+ "visibility": "Public",
2533
2662
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2534
2663
  "declaringAssemblyName": "System.Net.Http"
2535
2664
  },
@@ -2548,6 +2677,7 @@
2548
2677
  "isAbstract": false,
2549
2678
  "isVirtual": false,
2550
2679
  "isOverride": false,
2680
+ "visibility": "Public",
2551
2681
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2552
2682
  "declaringAssemblyName": "System.Net.Http"
2553
2683
  },
@@ -2566,6 +2696,7 @@
2566
2696
  "isAbstract": false,
2567
2697
  "isVirtual": false,
2568
2698
  "isOverride": false,
2699
+ "visibility": "Public",
2569
2700
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2570
2701
  "declaringAssemblyName": "System.Net.Http"
2571
2702
  },
@@ -2584,6 +2715,7 @@
2584
2715
  "isAbstract": false,
2585
2716
  "isVirtual": false,
2586
2717
  "isOverride": false,
2718
+ "visibility": "Public",
2587
2719
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2588
2720
  "declaringAssemblyName": "System.Net.Http"
2589
2721
  },
@@ -2602,6 +2734,7 @@
2602
2734
  "isAbstract": false,
2603
2735
  "isVirtual": false,
2604
2736
  "isOverride": false,
2737
+ "visibility": "Public",
2605
2738
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2606
2739
  "declaringAssemblyName": "System.Net.Http"
2607
2740
  },
@@ -2620,6 +2753,7 @@
2620
2753
  "isAbstract": false,
2621
2754
  "isVirtual": false,
2622
2755
  "isOverride": false,
2756
+ "visibility": "Public",
2623
2757
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2624
2758
  "declaringAssemblyName": "System.Net.Http"
2625
2759
  },
@@ -2638,6 +2772,7 @@
2638
2772
  "isAbstract": false,
2639
2773
  "isVirtual": false,
2640
2774
  "isOverride": false,
2775
+ "visibility": "Public",
2641
2776
  "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2642
2777
  "declaringAssemblyName": "System.Net.Http"
2643
2778
  }
@@ -2690,6 +2825,7 @@
2690
2825
  "isVirtual": false,
2691
2826
  "isOverride": false,
2692
2827
  "isSealed": false,
2828
+ "visibility": "Public",
2693
2829
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2694
2830
  "declaringAssemblyName": "System.Net.Http",
2695
2831
  "isExtensionMethod": false
@@ -2709,6 +2845,7 @@
2709
2845
  "isVirtual": false,
2710
2846
  "isOverride": false,
2711
2847
  "isSealed": false,
2848
+ "visibility": "Public",
2712
2849
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2713
2850
  "declaringAssemblyName": "System.Net.Http",
2714
2851
  "isExtensionMethod": false
@@ -2728,6 +2865,7 @@
2728
2865
  "isVirtual": false,
2729
2866
  "isOverride": false,
2730
2867
  "isSealed": false,
2868
+ "visibility": "Public",
2731
2869
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2732
2870
  "declaringAssemblyName": "System.Net.Http",
2733
2871
  "isExtensionMethod": false
@@ -2747,6 +2885,7 @@
2747
2885
  "isVirtual": false,
2748
2886
  "isOverride": false,
2749
2887
  "isSealed": false,
2888
+ "visibility": "Public",
2750
2889
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2751
2890
  "declaringAssemblyName": "System.Net.Http",
2752
2891
  "isExtensionMethod": false
@@ -2766,6 +2905,7 @@
2766
2905
  "isVirtual": false,
2767
2906
  "isOverride": false,
2768
2907
  "isSealed": false,
2908
+ "visibility": "Public",
2769
2909
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2770
2910
  "declaringAssemblyName": "System.Net.Http",
2771
2911
  "isExtensionMethod": false
@@ -2785,6 +2925,7 @@
2785
2925
  "isVirtual": false,
2786
2926
  "isOverride": false,
2787
2927
  "isSealed": false,
2928
+ "visibility": "Public",
2788
2929
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2789
2930
  "declaringAssemblyName": "System.Net.Http",
2790
2931
  "isExtensionMethod": false,
@@ -2810,6 +2951,7 @@
2810
2951
  "isVirtual": false,
2811
2952
  "isOverride": false,
2812
2953
  "isSealed": false,
2954
+ "visibility": "Public",
2813
2955
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2814
2956
  "declaringAssemblyName": "System.Net.Http",
2815
2957
  "isExtensionMethod": false
@@ -2829,6 +2971,7 @@
2829
2971
  "isVirtual": true,
2830
2972
  "isOverride": true,
2831
2973
  "isSealed": false,
2974
+ "visibility": "Public",
2832
2975
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2833
2976
  "declaringAssemblyName": "System.Net.Http",
2834
2977
  "isExtensionMethod": false
@@ -2848,6 +2991,7 @@
2848
2991
  "isVirtual": true,
2849
2992
  "isOverride": false,
2850
2993
  "isSealed": true,
2994
+ "visibility": "Public",
2851
2995
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2852
2996
  "declaringAssemblyName": "System.Net.Http",
2853
2997
  "isExtensionMethod": false
@@ -2867,6 +3011,7 @@
2867
3011
  "isVirtual": false,
2868
3012
  "isOverride": false,
2869
3013
  "isSealed": false,
3014
+ "visibility": "Public",
2870
3015
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2871
3016
  "declaringAssemblyName": "System.Net.Http",
2872
3017
  "isExtensionMethod": false
@@ -2886,6 +3031,7 @@
2886
3031
  "isVirtual": false,
2887
3032
  "isOverride": false,
2888
3033
  "isSealed": false,
3034
+ "visibility": "Public",
2889
3035
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2890
3036
  "declaringAssemblyName": "System.Net.Http",
2891
3037
  "isExtensionMethod": false
@@ -2905,6 +3051,7 @@
2905
3051
  "isVirtual": true,
2906
3052
  "isOverride": false,
2907
3053
  "isSealed": false,
3054
+ "visibility": "Public",
2908
3055
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
2909
3056
  "declaringAssemblyName": "System.Private.CoreLib",
2910
3057
  "isExtensionMethod": false,
@@ -2925,6 +3072,7 @@
2925
3072
  "isVirtual": true,
2926
3073
  "isOverride": false,
2927
3074
  "isSealed": false,
3075
+ "visibility": "Public",
2928
3076
  "declaringClrType": "System.Collections.IEnumerable",
2929
3077
  "declaringAssemblyName": "System.Private.CoreLib",
2930
3078
  "isExtensionMethod": false,
@@ -2947,13 +3095,26 @@
2947
3095
  "isAbstract": false,
2948
3096
  "isVirtual": false,
2949
3097
  "isOverride": false,
3098
+ "visibility": "Public",
2950
3099
  "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
2951
3100
  "declaringAssemblyName": "System.Net.Http"
2952
3101
  }
2953
3102
  ],
2954
3103
  "fields": [],
2955
3104
  "events": [],
2956
- "constructors": []
3105
+ "constructors": [
3106
+ {
3107
+ "stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeaders::.ctor():void",
3108
+ "metadataToken": 100665976,
3109
+ "canonicalSignature": "():void",
3110
+ "normalizedSignature": "constructor|():void|static=false",
3111
+ "isStatic": false,
3112
+ "parameterCount": 0,
3113
+ "visibility": "Protected",
3114
+ "declaringClrType": "System.Net.Http.Headers.HttpHeaders",
3115
+ "declaringAssemblyName": "System.Net.Http"
3116
+ }
3117
+ ]
2957
3118
  },
2958
3119
  {
2959
3120
  "stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
@@ -2966,9 +3127,6 @@
2966
3127
  "isSealed": true,
2967
3128
  "isStatic": false,
2968
3129
  "arity": 1,
2969
- "typeParameters": [
2970
- "T"
2971
- ],
2972
3130
  "baseType": {
2973
3131
  "stableId": "System.Private.CoreLib:System.Object",
2974
3132
  "clrName": "System.Object"
@@ -2993,6 +3151,9 @@
2993
3151
  "clrName": "System.Collections.IEnumerable"
2994
3152
  }
2995
3153
  ],
3154
+ "typeParameters": [
3155
+ "T"
3156
+ ],
2996
3157
  "methods": [
2997
3158
  {
2998
3159
  "stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeaderValueCollection\u00601::Add(T):System.Void",
@@ -3009,6 +3170,7 @@
3009
3170
  "isVirtual": true,
3010
3171
  "isOverride": false,
3011
3172
  "isSealed": true,
3173
+ "visibility": "Public",
3012
3174
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3013
3175
  "declaringAssemblyName": "System.Net.Http",
3014
3176
  "isExtensionMethod": false
@@ -3028,6 +3190,7 @@
3028
3190
  "isVirtual": false,
3029
3191
  "isOverride": false,
3030
3192
  "isSealed": false,
3193
+ "visibility": "Public",
3031
3194
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3032
3195
  "declaringAssemblyName": "System.Net.Http",
3033
3196
  "isExtensionMethod": false
@@ -3047,6 +3210,7 @@
3047
3210
  "isVirtual": false,
3048
3211
  "isOverride": false,
3049
3212
  "isSealed": false,
3213
+ "visibility": "Public",
3050
3214
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3051
3215
  "declaringAssemblyName": "System.Net.Http",
3052
3216
  "isExtensionMethod": false
@@ -3066,6 +3230,7 @@
3066
3230
  "isVirtual": true,
3067
3231
  "isOverride": false,
3068
3232
  "isSealed": true,
3233
+ "visibility": "Public",
3069
3234
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3070
3235
  "declaringAssemblyName": "System.Net.Http",
3071
3236
  "isExtensionMethod": false
@@ -3085,6 +3250,7 @@
3085
3250
  "isVirtual": true,
3086
3251
  "isOverride": false,
3087
3252
  "isSealed": true,
3253
+ "visibility": "Public",
3088
3254
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3089
3255
  "declaringAssemblyName": "System.Net.Http",
3090
3256
  "isExtensionMethod": false
@@ -3104,6 +3270,7 @@
3104
3270
  "isVirtual": true,
3105
3271
  "isOverride": false,
3106
3272
  "isSealed": true,
3273
+ "visibility": "Public",
3107
3274
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3108
3275
  "declaringAssemblyName": "System.Net.Http",
3109
3276
  "isExtensionMethod": false
@@ -3123,6 +3290,7 @@
3123
3290
  "isVirtual": true,
3124
3291
  "isOverride": false,
3125
3292
  "isSealed": true,
3293
+ "visibility": "Public",
3126
3294
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3127
3295
  "declaringAssemblyName": "System.Net.Http",
3128
3296
  "isExtensionMethod": false
@@ -3142,6 +3310,7 @@
3142
3310
  "isVirtual": true,
3143
3311
  "isOverride": false,
3144
3312
  "isSealed": true,
3313
+ "visibility": "Public",
3145
3314
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3146
3315
  "declaringAssemblyName": "System.Net.Http",
3147
3316
  "isExtensionMethod": false
@@ -3161,6 +3330,7 @@
3161
3330
  "isVirtual": true,
3162
3331
  "isOverride": true,
3163
3332
  "isSealed": false,
3333
+ "visibility": "Public",
3164
3334
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3165
3335
  "declaringAssemblyName": "System.Net.Http",
3166
3336
  "isExtensionMethod": false
@@ -3180,6 +3350,7 @@
3180
3350
  "isVirtual": true,
3181
3351
  "isOverride": false,
3182
3352
  "isSealed": false,
3353
+ "visibility": "Public",
3183
3354
  "declaringClrType": "System.Collections.IEnumerable",
3184
3355
  "declaringAssemblyName": "System.Private.CoreLib",
3185
3356
  "isExtensionMethod": false,
@@ -3200,6 +3371,7 @@
3200
3371
  "isVirtual": true,
3201
3372
  "isOverride": false,
3202
3373
  "isSealed": false,
3374
+ "visibility": "Public",
3203
3375
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3204
3376
  "declaringAssemblyName": "System.Private.CoreLib",
3205
3377
  "isExtensionMethod": false,
@@ -3220,6 +3392,7 @@
3220
3392
  "isVirtual": true,
3221
3393
  "isOverride": false,
3222
3394
  "isSealed": false,
3395
+ "visibility": "Public",
3223
3396
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3224
3397
  "declaringAssemblyName": "System.Private.CoreLib",
3225
3398
  "isExtensionMethod": false,
@@ -3240,6 +3413,7 @@
3240
3413
  "isVirtual": true,
3241
3414
  "isOverride": false,
3242
3415
  "isSealed": false,
3416
+ "visibility": "Public",
3243
3417
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3244
3418
  "declaringAssemblyName": "System.Private.CoreLib",
3245
3419
  "isExtensionMethod": false,
@@ -3260,6 +3434,7 @@
3260
3434
  "isVirtual": true,
3261
3435
  "isOverride": false,
3262
3436
  "isSealed": false,
3437
+ "visibility": "Public",
3263
3438
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3264
3439
  "declaringAssemblyName": "System.Private.CoreLib",
3265
3440
  "isExtensionMethod": false,
@@ -3280,6 +3455,7 @@
3280
3455
  "isVirtual": true,
3281
3456
  "isOverride": false,
3282
3457
  "isSealed": false,
3458
+ "visibility": "Public",
3283
3459
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
3284
3460
  "declaringAssemblyName": "System.Private.CoreLib",
3285
3461
  "isExtensionMethod": false,
@@ -3302,6 +3478,7 @@
3302
3478
  "isAbstract": false,
3303
3479
  "isVirtual": true,
3304
3480
  "isOverride": false,
3481
+ "visibility": "Public",
3305
3482
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3306
3483
  "declaringAssemblyName": "System.Net.Http"
3307
3484
  },
@@ -3320,6 +3497,7 @@
3320
3497
  "isAbstract": false,
3321
3498
  "isVirtual": true,
3322
3499
  "isOverride": false,
3500
+ "visibility": "Public",
3323
3501
  "declaringClrType": "System.Net.Http.Headers.HttpHeaderValueCollection\u00601",
3324
3502
  "declaringAssemblyName": "System.Net.Http"
3325
3503
  },
@@ -3338,6 +3516,7 @@
3338
3516
  "isAbstract": false,
3339
3517
  "isVirtual": true,
3340
3518
  "isOverride": false,
3519
+ "visibility": "Public",
3341
3520
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
3342
3521
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3343
3522
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -3357,6 +3536,7 @@
3357
3536
  "isAbstract": false,
3358
3537
  "isVirtual": true,
3359
3538
  "isOverride": false,
3539
+ "visibility": "Public",
3360
3540
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
3361
3541
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
3362
3542
  "declaringAssemblyName": "System.Private.CoreLib"
@@ -3410,6 +3590,7 @@
3410
3590
  "isVirtual": true,
3411
3591
  "isOverride": false,
3412
3592
  "isSealed": false,
3593
+ "visibility": "Public",
3413
3594
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
3414
3595
  "declaringAssemblyName": "System.Private.CoreLib",
3415
3596
  "isExtensionMethod": false,
@@ -3430,6 +3611,7 @@
3430
3611
  "isVirtual": true,
3431
3612
  "isOverride": false,
3432
3613
  "isSealed": false,
3614
+ "visibility": "Public",
3433
3615
  "declaringClrType": "System.Collections.IEnumerable",
3434
3616
  "declaringAssemblyName": "System.Private.CoreLib",
3435
3617
  "isExtensionMethod": false,
@@ -3450,6 +3632,7 @@
3450
3632
  "isVirtual": true,
3451
3633
  "isOverride": false,
3452
3634
  "isSealed": false,
3635
+ "visibility": "Public",
3453
3636
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3454
3637
  "declaringAssemblyName": "System.Net.Http",
3455
3638
  "isExtensionMethod": false
@@ -3469,6 +3652,7 @@
3469
3652
  "isVirtual": true,
3470
3653
  "isOverride": false,
3471
3654
  "isSealed": false,
3655
+ "visibility": "Public",
3472
3656
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3473
3657
  "declaringAssemblyName": "System.Net.Http",
3474
3658
  "isExtensionMethod": false
@@ -3490,6 +3674,7 @@
3490
3674
  "isAbstract": false,
3491
3675
  "isVirtual": false,
3492
3676
  "isOverride": false,
3677
+ "visibility": "Public",
3493
3678
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3494
3679
  "declaringAssemblyName": "System.Net.Http"
3495
3680
  },
@@ -3508,6 +3693,7 @@
3508
3693
  "isAbstract": false,
3509
3694
  "isVirtual": false,
3510
3695
  "isOverride": false,
3696
+ "visibility": "Public",
3511
3697
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3512
3698
  "declaringAssemblyName": "System.Net.Http"
3513
3699
  },
@@ -3526,6 +3712,7 @@
3526
3712
  "isAbstract": false,
3527
3713
  "isVirtual": false,
3528
3714
  "isOverride": false,
3715
+ "visibility": "Public",
3529
3716
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3530
3717
  "declaringAssemblyName": "System.Net.Http"
3531
3718
  },
@@ -3544,6 +3731,7 @@
3544
3731
  "isAbstract": false,
3545
3732
  "isVirtual": false,
3546
3733
  "isOverride": false,
3734
+ "visibility": "Public",
3547
3735
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3548
3736
  "declaringAssemblyName": "System.Net.Http"
3549
3737
  },
@@ -3562,6 +3750,7 @@
3562
3750
  "isAbstract": false,
3563
3751
  "isVirtual": false,
3564
3752
  "isOverride": false,
3753
+ "visibility": "Public",
3565
3754
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3566
3755
  "declaringAssemblyName": "System.Net.Http"
3567
3756
  },
@@ -3580,6 +3769,7 @@
3580
3769
  "isAbstract": false,
3581
3770
  "isVirtual": false,
3582
3771
  "isOverride": false,
3772
+ "visibility": "Public",
3583
3773
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3584
3774
  "declaringAssemblyName": "System.Net.Http"
3585
3775
  },
@@ -3598,6 +3788,7 @@
3598
3788
  "isAbstract": false,
3599
3789
  "isVirtual": false,
3600
3790
  "isOverride": false,
3791
+ "visibility": "Public",
3601
3792
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3602
3793
  "declaringAssemblyName": "System.Net.Http"
3603
3794
  },
@@ -3616,6 +3807,7 @@
3616
3807
  "isAbstract": false,
3617
3808
  "isVirtual": false,
3618
3809
  "isOverride": false,
3810
+ "visibility": "Public",
3619
3811
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3620
3812
  "declaringAssemblyName": "System.Net.Http"
3621
3813
  },
@@ -3634,6 +3826,7 @@
3634
3826
  "isAbstract": false,
3635
3827
  "isVirtual": false,
3636
3828
  "isOverride": false,
3829
+ "visibility": "Public",
3637
3830
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3638
3831
  "declaringAssemblyName": "System.Net.Http"
3639
3832
  },
@@ -3652,6 +3845,7 @@
3652
3845
  "isAbstract": false,
3653
3846
  "isVirtual": false,
3654
3847
  "isOverride": false,
3848
+ "visibility": "Public",
3655
3849
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3656
3850
  "declaringAssemblyName": "System.Net.Http"
3657
3851
  },
@@ -3670,6 +3864,7 @@
3670
3864
  "isAbstract": false,
3671
3865
  "isVirtual": false,
3672
3866
  "isOverride": false,
3867
+ "visibility": "Public",
3673
3868
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3674
3869
  "declaringAssemblyName": "System.Net.Http"
3675
3870
  },
@@ -3688,6 +3883,7 @@
3688
3883
  "isAbstract": false,
3689
3884
  "isVirtual": false,
3690
3885
  "isOverride": false,
3886
+ "visibility": "Public",
3691
3887
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3692
3888
  "declaringAssemblyName": "System.Net.Http"
3693
3889
  },
@@ -3706,6 +3902,7 @@
3706
3902
  "isAbstract": false,
3707
3903
  "isVirtual": false,
3708
3904
  "isOverride": false,
3905
+ "visibility": "Public",
3709
3906
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3710
3907
  "declaringAssemblyName": "System.Net.Http"
3711
3908
  },
@@ -3724,6 +3921,7 @@
3724
3921
  "isAbstract": false,
3725
3922
  "isVirtual": false,
3726
3923
  "isOverride": false,
3924
+ "visibility": "Public",
3727
3925
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3728
3926
  "declaringAssemblyName": "System.Net.Http"
3729
3927
  },
@@ -3742,6 +3940,7 @@
3742
3940
  "isAbstract": false,
3743
3941
  "isVirtual": false,
3744
3942
  "isOverride": false,
3943
+ "visibility": "Public",
3745
3944
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3746
3945
  "declaringAssemblyName": "System.Net.Http"
3747
3946
  },
@@ -3760,6 +3959,7 @@
3760
3959
  "isAbstract": false,
3761
3960
  "isVirtual": false,
3762
3961
  "isOverride": false,
3962
+ "visibility": "Public",
3763
3963
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3764
3964
  "declaringAssemblyName": "System.Net.Http"
3765
3965
  },
@@ -3778,6 +3978,7 @@
3778
3978
  "isAbstract": false,
3779
3979
  "isVirtual": false,
3780
3980
  "isOverride": false,
3981
+ "visibility": "Public",
3781
3982
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3782
3983
  "declaringAssemblyName": "System.Net.Http"
3783
3984
  },
@@ -3796,6 +3997,7 @@
3796
3997
  "isAbstract": false,
3797
3998
  "isVirtual": false,
3798
3999
  "isOverride": false,
4000
+ "visibility": "Public",
3799
4001
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3800
4002
  "declaringAssemblyName": "System.Net.Http"
3801
4003
  },
@@ -3814,6 +4016,7 @@
3814
4016
  "isAbstract": false,
3815
4017
  "isVirtual": false,
3816
4018
  "isOverride": false,
4019
+ "visibility": "Public",
3817
4020
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3818
4021
  "declaringAssemblyName": "System.Net.Http"
3819
4022
  },
@@ -3832,6 +4035,7 @@
3832
4035
  "isAbstract": false,
3833
4036
  "isVirtual": false,
3834
4037
  "isOverride": false,
4038
+ "visibility": "Public",
3835
4039
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3836
4040
  "declaringAssemblyName": "System.Net.Http"
3837
4041
  },
@@ -3850,6 +4054,7 @@
3850
4054
  "isAbstract": false,
3851
4055
  "isVirtual": false,
3852
4056
  "isOverride": false,
4057
+ "visibility": "Public",
3853
4058
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3854
4059
  "declaringAssemblyName": "System.Net.Http"
3855
4060
  },
@@ -3868,6 +4073,7 @@
3868
4073
  "isAbstract": false,
3869
4074
  "isVirtual": false,
3870
4075
  "isOverride": false,
4076
+ "visibility": "Public",
3871
4077
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3872
4078
  "declaringAssemblyName": "System.Net.Http"
3873
4079
  },
@@ -3886,6 +4092,7 @@
3886
4092
  "isAbstract": false,
3887
4093
  "isVirtual": false,
3888
4094
  "isOverride": false,
4095
+ "visibility": "Public",
3889
4096
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3890
4097
  "declaringAssemblyName": "System.Net.Http"
3891
4098
  },
@@ -3904,6 +4111,7 @@
3904
4111
  "isAbstract": false,
3905
4112
  "isVirtual": false,
3906
4113
  "isOverride": false,
4114
+ "visibility": "Public",
3907
4115
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3908
4116
  "declaringAssemblyName": "System.Net.Http"
3909
4117
  },
@@ -3922,6 +4130,7 @@
3922
4130
  "isAbstract": false,
3923
4131
  "isVirtual": false,
3924
4132
  "isOverride": false,
4133
+ "visibility": "Public",
3925
4134
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3926
4135
  "declaringAssemblyName": "System.Net.Http"
3927
4136
  },
@@ -3940,6 +4149,7 @@
3940
4149
  "isAbstract": false,
3941
4150
  "isVirtual": false,
3942
4151
  "isOverride": false,
4152
+ "visibility": "Public",
3943
4153
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3944
4154
  "declaringAssemblyName": "System.Net.Http"
3945
4155
  },
@@ -3958,6 +4168,7 @@
3958
4168
  "isAbstract": false,
3959
4169
  "isVirtual": false,
3960
4170
  "isOverride": false,
4171
+ "visibility": "Public",
3961
4172
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3962
4173
  "declaringAssemblyName": "System.Net.Http"
3963
4174
  },
@@ -3976,6 +4187,7 @@
3976
4187
  "isAbstract": false,
3977
4188
  "isVirtual": false,
3978
4189
  "isOverride": false,
4190
+ "visibility": "Public",
3979
4191
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3980
4192
  "declaringAssemblyName": "System.Net.Http"
3981
4193
  },
@@ -3994,6 +4206,7 @@
3994
4206
  "isAbstract": false,
3995
4207
  "isVirtual": false,
3996
4208
  "isOverride": false,
4209
+ "visibility": "Public",
3997
4210
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3998
4211
  "declaringAssemblyName": "System.Net.Http"
3999
4212
  },
@@ -4012,6 +4225,7 @@
4012
4225
  "isAbstract": false,
4013
4226
  "isVirtual": false,
4014
4227
  "isOverride": false,
4228
+ "visibility": "Public",
4015
4229
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
4016
4230
  "declaringAssemblyName": "System.Net.Http"
4017
4231
  },
@@ -4030,6 +4244,7 @@
4030
4244
  "isAbstract": false,
4031
4245
  "isVirtual": false,
4032
4246
  "isOverride": false,
4247
+ "visibility": "Public",
4033
4248
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
4034
4249
  "declaringAssemblyName": "System.Net.Http"
4035
4250
  },
@@ -4048,6 +4263,7 @@
4048
4263
  "isAbstract": false,
4049
4264
  "isVirtual": false,
4050
4265
  "isOverride": false,
4266
+ "visibility": "Public",
4051
4267
  "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
4052
4268
  "declaringAssemblyName": "System.Net.Http"
4053
4269
  }
@@ -4100,6 +4316,7 @@
4100
4316
  "isVirtual": true,
4101
4317
  "isOverride": false,
4102
4318
  "isSealed": false,
4319
+ "visibility": "Public",
4103
4320
  "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
4104
4321
  "declaringAssemblyName": "System.Private.CoreLib",
4105
4322
  "isExtensionMethod": false,
@@ -4120,6 +4337,7 @@
4120
4337
  "isVirtual": true,
4121
4338
  "isOverride": false,
4122
4339
  "isSealed": false,
4340
+ "visibility": "Public",
4123
4341
  "declaringClrType": "System.Collections.IEnumerable",
4124
4342
  "declaringAssemblyName": "System.Private.CoreLib",
4125
4343
  "isExtensionMethod": false,
@@ -4140,6 +4358,7 @@
4140
4358
  "isVirtual": true,
4141
4359
  "isOverride": false,
4142
4360
  "isSealed": false,
4361
+ "visibility": "Public",
4143
4362
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4144
4363
  "declaringAssemblyName": "System.Net.Http",
4145
4364
  "isExtensionMethod": false
@@ -4159,6 +4378,7 @@
4159
4378
  "isVirtual": true,
4160
4379
  "isOverride": false,
4161
4380
  "isSealed": false,
4381
+ "visibility": "Public",
4162
4382
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4163
4383
  "declaringAssemblyName": "System.Net.Http",
4164
4384
  "isExtensionMethod": false
@@ -4180,6 +4400,7 @@
4180
4400
  "isAbstract": false,
4181
4401
  "isVirtual": false,
4182
4402
  "isOverride": false,
4403
+ "visibility": "Public",
4183
4404
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4184
4405
  "declaringAssemblyName": "System.Net.Http"
4185
4406
  },
@@ -4198,6 +4419,7 @@
4198
4419
  "isAbstract": false,
4199
4420
  "isVirtual": false,
4200
4421
  "isOverride": false,
4422
+ "visibility": "Public",
4201
4423
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4202
4424
  "declaringAssemblyName": "System.Net.Http"
4203
4425
  },
@@ -4216,6 +4438,7 @@
4216
4438
  "isAbstract": false,
4217
4439
  "isVirtual": false,
4218
4440
  "isOverride": false,
4441
+ "visibility": "Public",
4219
4442
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4220
4443
  "declaringAssemblyName": "System.Net.Http"
4221
4444
  },
@@ -4234,6 +4457,7 @@
4234
4457
  "isAbstract": false,
4235
4458
  "isVirtual": false,
4236
4459
  "isOverride": false,
4460
+ "visibility": "Public",
4237
4461
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4238
4462
  "declaringAssemblyName": "System.Net.Http"
4239
4463
  },
@@ -4252,6 +4476,7 @@
4252
4476
  "isAbstract": false,
4253
4477
  "isVirtual": false,
4254
4478
  "isOverride": false,
4479
+ "visibility": "Public",
4255
4480
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4256
4481
  "declaringAssemblyName": "System.Net.Http"
4257
4482
  },
@@ -4270,6 +4495,7 @@
4270
4495
  "isAbstract": false,
4271
4496
  "isVirtual": false,
4272
4497
  "isOverride": false,
4498
+ "visibility": "Public",
4273
4499
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4274
4500
  "declaringAssemblyName": "System.Net.Http"
4275
4501
  },
@@ -4288,6 +4514,7 @@
4288
4514
  "isAbstract": false,
4289
4515
  "isVirtual": false,
4290
4516
  "isOverride": false,
4517
+ "visibility": "Public",
4291
4518
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4292
4519
  "declaringAssemblyName": "System.Net.Http"
4293
4520
  },
@@ -4306,6 +4533,7 @@
4306
4533
  "isAbstract": false,
4307
4534
  "isVirtual": false,
4308
4535
  "isOverride": false,
4536
+ "visibility": "Public",
4309
4537
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4310
4538
  "declaringAssemblyName": "System.Net.Http"
4311
4539
  },
@@ -4324,6 +4552,7 @@
4324
4552
  "isAbstract": false,
4325
4553
  "isVirtual": false,
4326
4554
  "isOverride": false,
4555
+ "visibility": "Public",
4327
4556
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4328
4557
  "declaringAssemblyName": "System.Net.Http"
4329
4558
  },
@@ -4342,6 +4571,7 @@
4342
4571
  "isAbstract": false,
4343
4572
  "isVirtual": false,
4344
4573
  "isOverride": false,
4574
+ "visibility": "Public",
4345
4575
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4346
4576
  "declaringAssemblyName": "System.Net.Http"
4347
4577
  },
@@ -4360,6 +4590,7 @@
4360
4590
  "isAbstract": false,
4361
4591
  "isVirtual": false,
4362
4592
  "isOverride": false,
4593
+ "visibility": "Public",
4363
4594
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4364
4595
  "declaringAssemblyName": "System.Net.Http"
4365
4596
  },
@@ -4378,6 +4609,7 @@
4378
4609
  "isAbstract": false,
4379
4610
  "isVirtual": false,
4380
4611
  "isOverride": false,
4612
+ "visibility": "Public",
4381
4613
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4382
4614
  "declaringAssemblyName": "System.Net.Http"
4383
4615
  },
@@ -4396,6 +4628,7 @@
4396
4628
  "isAbstract": false,
4397
4629
  "isVirtual": false,
4398
4630
  "isOverride": false,
4631
+ "visibility": "Public",
4399
4632
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4400
4633
  "declaringAssemblyName": "System.Net.Http"
4401
4634
  },
@@ -4414,6 +4647,7 @@
4414
4647
  "isAbstract": false,
4415
4648
  "isVirtual": false,
4416
4649
  "isOverride": false,
4650
+ "visibility": "Public",
4417
4651
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4418
4652
  "declaringAssemblyName": "System.Net.Http"
4419
4653
  },
@@ -4432,6 +4666,7 @@
4432
4666
  "isAbstract": false,
4433
4667
  "isVirtual": false,
4434
4668
  "isOverride": false,
4669
+ "visibility": "Public",
4435
4670
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4436
4671
  "declaringAssemblyName": "System.Net.Http"
4437
4672
  },
@@ -4450,6 +4685,7 @@
4450
4685
  "isAbstract": false,
4451
4686
  "isVirtual": false,
4452
4687
  "isOverride": false,
4688
+ "visibility": "Public",
4453
4689
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4454
4690
  "declaringAssemblyName": "System.Net.Http"
4455
4691
  },
@@ -4468,6 +4704,7 @@
4468
4704
  "isAbstract": false,
4469
4705
  "isVirtual": false,
4470
4706
  "isOverride": false,
4707
+ "visibility": "Public",
4471
4708
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4472
4709
  "declaringAssemblyName": "System.Net.Http"
4473
4710
  },
@@ -4486,6 +4723,7 @@
4486
4723
  "isAbstract": false,
4487
4724
  "isVirtual": false,
4488
4725
  "isOverride": false,
4726
+ "visibility": "Public",
4489
4727
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4490
4728
  "declaringAssemblyName": "System.Net.Http"
4491
4729
  },
@@ -4504,6 +4742,7 @@
4504
4742
  "isAbstract": false,
4505
4743
  "isVirtual": false,
4506
4744
  "isOverride": false,
4745
+ "visibility": "Public",
4507
4746
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4508
4747
  "declaringAssemblyName": "System.Net.Http"
4509
4748
  },
@@ -4522,6 +4761,7 @@
4522
4761
  "isAbstract": false,
4523
4762
  "isVirtual": false,
4524
4763
  "isOverride": false,
4764
+ "visibility": "Public",
4525
4765
  "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4526
4766
  "declaringAssemblyName": "System.Net.Http"
4527
4767
  }
@@ -4567,6 +4807,7 @@
4567
4807
  "isVirtual": true,
4568
4808
  "isOverride": true,
4569
4809
  "isSealed": false,
4810
+ "visibility": "Public",
4570
4811
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4571
4812
  "declaringAssemblyName": "System.Net.Http",
4572
4813
  "isExtensionMethod": false
@@ -4586,6 +4827,7 @@
4586
4827
  "isVirtual": true,
4587
4828
  "isOverride": true,
4588
4829
  "isSealed": false,
4830
+ "visibility": "Public",
4589
4831
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4590
4832
  "declaringAssemblyName": "System.Net.Http",
4591
4833
  "isExtensionMethod": false
@@ -4605,6 +4847,7 @@
4605
4847
  "isVirtual": true,
4606
4848
  "isOverride": true,
4607
4849
  "isSealed": false,
4850
+ "visibility": "Public",
4608
4851
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4609
4852
  "declaringAssemblyName": "System.Net.Http",
4610
4853
  "isExtensionMethod": false
@@ -4624,6 +4867,7 @@
4624
4867
  "isVirtual": false,
4625
4868
  "isOverride": false,
4626
4869
  "isSealed": false,
4870
+ "visibility": "Public",
4627
4871
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4628
4872
  "declaringAssemblyName": "System.Net.Http",
4629
4873
  "isExtensionMethod": false
@@ -4643,6 +4887,7 @@
4643
4887
  "isVirtual": false,
4644
4888
  "isOverride": false,
4645
4889
  "isSealed": false,
4890
+ "visibility": "Public",
4646
4891
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4647
4892
  "declaringAssemblyName": "System.Net.Http",
4648
4893
  "isExtensionMethod": false,
@@ -4668,6 +4913,7 @@
4668
4913
  "isVirtual": true,
4669
4914
  "isOverride": false,
4670
4915
  "isSealed": false,
4916
+ "visibility": "Public",
4671
4917
  "declaringClrType": "System.ICloneable",
4672
4918
  "declaringAssemblyName": "System.Private.CoreLib",
4673
4919
  "isExtensionMethod": false,
@@ -4690,6 +4936,7 @@
4690
4936
  "isAbstract": false,
4691
4937
  "isVirtual": false,
4692
4938
  "isOverride": false,
4939
+ "visibility": "Public",
4693
4940
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4694
4941
  "declaringAssemblyName": "System.Net.Http"
4695
4942
  },
@@ -4708,6 +4955,7 @@
4708
4955
  "isAbstract": false,
4709
4956
  "isVirtual": false,
4710
4957
  "isOverride": false,
4958
+ "visibility": "Public",
4711
4959
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4712
4960
  "declaringAssemblyName": "System.Net.Http"
4713
4961
  },
@@ -4726,6 +4974,7 @@
4726
4974
  "isAbstract": false,
4727
4975
  "isVirtual": false,
4728
4976
  "isOverride": false,
4977
+ "visibility": "Public",
4729
4978
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4730
4979
  "declaringAssemblyName": "System.Net.Http"
4731
4980
  }
@@ -4733,6 +4982,17 @@
4733
4982
  "fields": [],
4734
4983
  "events": [],
4735
4984
  "constructors": [
4985
+ {
4986
+ "stableId": "System.Net.Http:System.Net.Http.Headers.MediaTypeHeaderValue::.ctor(System.Net.Http.Headers.MediaTypeHeaderValue):void",
4987
+ "metadataToken": 100666244,
4988
+ "canonicalSignature": "(System.Net.Http.Headers.MediaTypeHeaderValue):void",
4989
+ "normalizedSignature": "constructor|(System.Net.Http.Headers.MediaTypeHeaderValue):void|static=false",
4990
+ "isStatic": false,
4991
+ "parameterCount": 1,
4992
+ "visibility": "Protected",
4993
+ "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4994
+ "declaringAssemblyName": "System.Net.Http"
4995
+ },
4736
4996
  {
4737
4997
  "stableId": "System.Net.Http:System.Net.Http.Headers.MediaTypeHeaderValue::.ctor(System.String):void",
4738
4998
  "metadataToken": 100666245,
@@ -4740,6 +5000,7 @@
4740
5000
  "normalizedSignature": "constructor|(System.String):void|static=false",
4741
5001
  "isStatic": false,
4742
5002
  "parameterCount": 1,
5003
+ "visibility": "Public",
4743
5004
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4744
5005
  "declaringAssemblyName": "System.Net.Http"
4745
5006
  },
@@ -4750,6 +5011,7 @@
4750
5011
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
4751
5012
  "isStatic": false,
4752
5013
  "parameterCount": 2,
5014
+ "visibility": "Public",
4753
5015
  "declaringClrType": "System.Net.Http.Headers.MediaTypeHeaderValue",
4754
5016
  "declaringAssemblyName": "System.Net.Http"
4755
5017
  }
@@ -4792,6 +5054,7 @@
4792
5054
  "isVirtual": false,
4793
5055
  "isOverride": false,
4794
5056
  "isSealed": false,
5057
+ "visibility": "Public",
4795
5058
  "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
4796
5059
  "declaringAssemblyName": "System.Net.Http",
4797
5060
  "isExtensionMethod": false
@@ -4811,6 +5074,7 @@
4811
5074
  "isVirtual": false,
4812
5075
  "isOverride": false,
4813
5076
  "isSealed": false,
5077
+ "visibility": "Public",
4814
5078
  "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
4815
5079
  "declaringAssemblyName": "System.Net.Http",
4816
5080
  "isExtensionMethod": false,
@@ -4836,6 +5100,7 @@
4836
5100
  "isVirtual": true,
4837
5101
  "isOverride": false,
4838
5102
  "isSealed": false,
5103
+ "visibility": "Public",
4839
5104
  "declaringClrType": "System.ICloneable",
4840
5105
  "declaringAssemblyName": "System.Private.CoreLib",
4841
5106
  "isExtensionMethod": false,
@@ -4856,6 +5121,7 @@
4856
5121
  "isVirtual": true,
4857
5122
  "isOverride": false,
4858
5123
  "isSealed": false,
5124
+ "visibility": "Public",
4859
5125
  "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
4860
5126
  "declaringAssemblyName": "System.Net.Http",
4861
5127
  "isExtensionMethod": false
@@ -4877,6 +5143,7 @@
4877
5143
  "isAbstract": false,
4878
5144
  "isVirtual": false,
4879
5145
  "isOverride": false,
5146
+ "visibility": "Public",
4880
5147
  "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
4881
5148
  "declaringAssemblyName": "System.Net.Http"
4882
5149
  }
@@ -4891,6 +5158,7 @@
4891
5158
  "normalizedSignature": "constructor|(System.String):void|static=false",
4892
5159
  "isStatic": false,
4893
5160
  "parameterCount": 1,
5161
+ "visibility": "Public",
4894
5162
  "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
4895
5163
  "declaringAssemblyName": "System.Net.Http"
4896
5164
  },
@@ -4901,6 +5169,7 @@
4901
5169
  "normalizedSignature": "constructor|(System.String,System.Double):void|static=false",
4902
5170
  "isStatic": false,
4903
5171
  "parameterCount": 2,
5172
+ "visibility": "Public",
4904
5173
  "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
4905
5174
  "declaringAssemblyName": "System.Net.Http"
4906
5175
  }
@@ -4943,6 +5212,7 @@
4943
5212
  "isVirtual": true,
4944
5213
  "isOverride": true,
4945
5214
  "isSealed": false,
5215
+ "visibility": "Public",
4946
5216
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
4947
5217
  "declaringAssemblyName": "System.Net.Http",
4948
5218
  "isExtensionMethod": false
@@ -4962,6 +5232,7 @@
4962
5232
  "isVirtual": true,
4963
5233
  "isOverride": true,
4964
5234
  "isSealed": false,
5235
+ "visibility": "Public",
4965
5236
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
4966
5237
  "declaringAssemblyName": "System.Net.Http",
4967
5238
  "isExtensionMethod": false
@@ -4981,6 +5252,7 @@
4981
5252
  "isVirtual": false,
4982
5253
  "isOverride": false,
4983
5254
  "isSealed": false,
5255
+ "visibility": "Public",
4984
5256
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
4985
5257
  "declaringAssemblyName": "System.Net.Http",
4986
5258
  "isExtensionMethod": false
@@ -5000,6 +5272,7 @@
5000
5272
  "isVirtual": false,
5001
5273
  "isOverride": false,
5002
5274
  "isSealed": false,
5275
+ "visibility": "Public",
5003
5276
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
5004
5277
  "declaringAssemblyName": "System.Net.Http",
5005
5278
  "isExtensionMethod": false,
@@ -5025,6 +5298,7 @@
5025
5298
  "isVirtual": true,
5026
5299
  "isOverride": true,
5027
5300
  "isSealed": false,
5301
+ "visibility": "Public",
5028
5302
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
5029
5303
  "declaringAssemblyName": "System.Net.Http",
5030
5304
  "isExtensionMethod": false
@@ -5044,6 +5318,7 @@
5044
5318
  "isVirtual": true,
5045
5319
  "isOverride": false,
5046
5320
  "isSealed": false,
5321
+ "visibility": "Public",
5047
5322
  "declaringClrType": "System.ICloneable",
5048
5323
  "declaringAssemblyName": "System.Private.CoreLib",
5049
5324
  "isExtensionMethod": false,
@@ -5066,6 +5341,7 @@
5066
5341
  "isAbstract": false,
5067
5342
  "isVirtual": false,
5068
5343
  "isOverride": false,
5344
+ "visibility": "Public",
5069
5345
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
5070
5346
  "declaringAssemblyName": "System.Net.Http"
5071
5347
  },
@@ -5084,6 +5360,7 @@
5084
5360
  "isAbstract": false,
5085
5361
  "isVirtual": false,
5086
5362
  "isOverride": false,
5363
+ "visibility": "Public",
5087
5364
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
5088
5365
  "declaringAssemblyName": "System.Net.Http"
5089
5366
  }
@@ -5098,6 +5375,7 @@
5098
5375
  "normalizedSignature": "constructor|(System.String):void|static=false",
5099
5376
  "isStatic": false,
5100
5377
  "parameterCount": 1,
5378
+ "visibility": "Public",
5101
5379
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
5102
5380
  "declaringAssemblyName": "System.Net.Http"
5103
5381
  },
@@ -5108,6 +5386,18 @@
5108
5386
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
5109
5387
  "isStatic": false,
5110
5388
  "parameterCount": 2,
5389
+ "visibility": "Public",
5390
+ "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
5391
+ "declaringAssemblyName": "System.Net.Http"
5392
+ },
5393
+ {
5394
+ "stableId": "System.Net.Http:System.Net.Http.Headers.NameValueHeaderValue::.ctor(System.Net.Http.Headers.NameValueHeaderValue):void",
5395
+ "metadataToken": 100666271,
5396
+ "canonicalSignature": "(System.Net.Http.Headers.NameValueHeaderValue):void",
5397
+ "normalizedSignature": "constructor|(System.Net.Http.Headers.NameValueHeaderValue):void|static=false",
5398
+ "isStatic": false,
5399
+ "parameterCount": 1,
5400
+ "visibility": "ProtectedInternal",
5111
5401
  "declaringClrType": "System.Net.Http.Headers.NameValueHeaderValue",
5112
5402
  "declaringAssemblyName": "System.Net.Http"
5113
5403
  }
@@ -5150,6 +5440,7 @@
5150
5440
  "isVirtual": true,
5151
5441
  "isOverride": true,
5152
5442
  "isSealed": false,
5443
+ "visibility": "Public",
5153
5444
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5154
5445
  "declaringAssemblyName": "System.Net.Http",
5155
5446
  "isExtensionMethod": false
@@ -5169,6 +5460,7 @@
5169
5460
  "isVirtual": true,
5170
5461
  "isOverride": true,
5171
5462
  "isSealed": false,
5463
+ "visibility": "Public",
5172
5464
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5173
5465
  "declaringAssemblyName": "System.Net.Http",
5174
5466
  "isExtensionMethod": false
@@ -5188,6 +5480,7 @@
5188
5480
  "isVirtual": true,
5189
5481
  "isOverride": true,
5190
5482
  "isSealed": false,
5483
+ "visibility": "Public",
5191
5484
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5192
5485
  "declaringAssemblyName": "System.Net.Http",
5193
5486
  "isExtensionMethod": false
@@ -5207,6 +5500,7 @@
5207
5500
  "isVirtual": false,
5208
5501
  "isOverride": false,
5209
5502
  "isSealed": false,
5503
+ "visibility": "Public",
5210
5504
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5211
5505
  "declaringAssemblyName": "System.Net.Http",
5212
5506
  "isExtensionMethod": false
@@ -5226,6 +5520,7 @@
5226
5520
  "isVirtual": false,
5227
5521
  "isOverride": false,
5228
5522
  "isSealed": false,
5523
+ "visibility": "Public",
5229
5524
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5230
5525
  "declaringAssemblyName": "System.Net.Http",
5231
5526
  "isExtensionMethod": false,
@@ -5251,6 +5546,7 @@
5251
5546
  "isVirtual": true,
5252
5547
  "isOverride": false,
5253
5548
  "isSealed": false,
5549
+ "visibility": "Public",
5254
5550
  "declaringClrType": "System.ICloneable",
5255
5551
  "declaringAssemblyName": "System.Private.CoreLib",
5256
5552
  "isExtensionMethod": false,
@@ -5271,6 +5567,7 @@
5271
5567
  "isVirtual": true,
5272
5568
  "isOverride": false,
5273
5569
  "isSealed": false,
5570
+ "visibility": "Public",
5274
5571
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5275
5572
  "declaringAssemblyName": "System.Net.Http",
5276
5573
  "isExtensionMethod": false
@@ -5292,6 +5589,7 @@
5292
5589
  "isAbstract": false,
5293
5590
  "isVirtual": false,
5294
5591
  "isOverride": false,
5592
+ "visibility": "Public",
5295
5593
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5296
5594
  "declaringAssemblyName": "System.Net.Http"
5297
5595
  }
@@ -5306,6 +5604,7 @@
5306
5604
  "normalizedSignature": "constructor|(System.String):void|static=false",
5307
5605
  "isStatic": false,
5308
5606
  "parameterCount": 1,
5607
+ "visibility": "Public",
5309
5608
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5310
5609
  "declaringAssemblyName": "System.Net.Http"
5311
5610
  },
@@ -5316,6 +5615,18 @@
5316
5615
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
5317
5616
  "isStatic": false,
5318
5617
  "parameterCount": 2,
5618
+ "visibility": "Public",
5619
+ "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5620
+ "declaringAssemblyName": "System.Net.Http"
5621
+ },
5622
+ {
5623
+ "stableId": "System.Net.Http:System.Net.Http.Headers.NameValueWithParametersHeaderValue::.ctor(System.Net.Http.Headers.NameValueWithParametersHeaderValue):void",
5624
+ "metadataToken": 100666295,
5625
+ "canonicalSignature": "(System.Net.Http.Headers.NameValueWithParametersHeaderValue):void",
5626
+ "normalizedSignature": "constructor|(System.Net.Http.Headers.NameValueWithParametersHeaderValue):void|static=false",
5627
+ "isStatic": false,
5628
+ "parameterCount": 1,
5629
+ "visibility": "Protected",
5319
5630
  "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5320
5631
  "declaringAssemblyName": "System.Net.Http"
5321
5632
  }
@@ -5358,6 +5669,7 @@
5358
5669
  "isVirtual": true,
5359
5670
  "isOverride": true,
5360
5671
  "isSealed": false,
5672
+ "visibility": "Public",
5361
5673
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5362
5674
  "declaringAssemblyName": "System.Net.Http",
5363
5675
  "isExtensionMethod": false
@@ -5377,6 +5689,7 @@
5377
5689
  "isVirtual": true,
5378
5690
  "isOverride": true,
5379
5691
  "isSealed": false,
5692
+ "visibility": "Public",
5380
5693
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5381
5694
  "declaringAssemblyName": "System.Net.Http",
5382
5695
  "isExtensionMethod": false
@@ -5396,6 +5709,7 @@
5396
5709
  "isVirtual": true,
5397
5710
  "isOverride": true,
5398
5711
  "isSealed": false,
5712
+ "visibility": "Public",
5399
5713
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5400
5714
  "declaringAssemblyName": "System.Net.Http",
5401
5715
  "isExtensionMethod": false
@@ -5415,6 +5729,7 @@
5415
5729
  "isVirtual": false,
5416
5730
  "isOverride": false,
5417
5731
  "isSealed": false,
5732
+ "visibility": "Public",
5418
5733
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5419
5734
  "declaringAssemblyName": "System.Net.Http",
5420
5735
  "isExtensionMethod": false
@@ -5434,6 +5749,7 @@
5434
5749
  "isVirtual": false,
5435
5750
  "isOverride": false,
5436
5751
  "isSealed": false,
5752
+ "visibility": "Public",
5437
5753
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5438
5754
  "declaringAssemblyName": "System.Net.Http",
5439
5755
  "isExtensionMethod": false,
@@ -5459,6 +5775,7 @@
5459
5775
  "isVirtual": true,
5460
5776
  "isOverride": false,
5461
5777
  "isSealed": false,
5778
+ "visibility": "Public",
5462
5779
  "declaringClrType": "System.ICloneable",
5463
5780
  "declaringAssemblyName": "System.Private.CoreLib",
5464
5781
  "isExtensionMethod": false,
@@ -5481,6 +5798,7 @@
5481
5798
  "isAbstract": false,
5482
5799
  "isVirtual": false,
5483
5800
  "isOverride": false,
5801
+ "visibility": "Public",
5484
5802
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5485
5803
  "declaringAssemblyName": "System.Net.Http"
5486
5804
  },
@@ -5499,6 +5817,7 @@
5499
5817
  "isAbstract": false,
5500
5818
  "isVirtual": false,
5501
5819
  "isOverride": false,
5820
+ "visibility": "Public",
5502
5821
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5503
5822
  "declaringAssemblyName": "System.Net.Http"
5504
5823
  }
@@ -5513,6 +5832,7 @@
5513
5832
  "normalizedSignature": "constructor|(System.String):void|static=false",
5514
5833
  "isStatic": false,
5515
5834
  "parameterCount": 1,
5835
+ "visibility": "Public",
5516
5836
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5517
5837
  "declaringAssemblyName": "System.Net.Http"
5518
5838
  },
@@ -5523,6 +5843,7 @@
5523
5843
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
5524
5844
  "isStatic": false,
5525
5845
  "parameterCount": 2,
5846
+ "visibility": "Public",
5526
5847
  "declaringClrType": "System.Net.Http.Headers.ProductHeaderValue",
5527
5848
  "declaringAssemblyName": "System.Net.Http"
5528
5849
  }
@@ -5565,6 +5886,7 @@
5565
5886
  "isVirtual": true,
5566
5887
  "isOverride": true,
5567
5888
  "isSealed": false,
5889
+ "visibility": "Public",
5568
5890
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5569
5891
  "declaringAssemblyName": "System.Net.Http",
5570
5892
  "isExtensionMethod": false
@@ -5584,6 +5906,7 @@
5584
5906
  "isVirtual": true,
5585
5907
  "isOverride": true,
5586
5908
  "isSealed": false,
5909
+ "visibility": "Public",
5587
5910
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5588
5911
  "declaringAssemblyName": "System.Net.Http",
5589
5912
  "isExtensionMethod": false
@@ -5603,6 +5926,7 @@
5603
5926
  "isVirtual": true,
5604
5927
  "isOverride": true,
5605
5928
  "isSealed": false,
5929
+ "visibility": "Public",
5606
5930
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5607
5931
  "declaringAssemblyName": "System.Net.Http",
5608
5932
  "isExtensionMethod": false
@@ -5622,6 +5946,7 @@
5622
5946
  "isVirtual": false,
5623
5947
  "isOverride": false,
5624
5948
  "isSealed": false,
5949
+ "visibility": "Public",
5625
5950
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5626
5951
  "declaringAssemblyName": "System.Net.Http",
5627
5952
  "isExtensionMethod": false
@@ -5641,6 +5966,7 @@
5641
5966
  "isVirtual": false,
5642
5967
  "isOverride": false,
5643
5968
  "isSealed": false,
5969
+ "visibility": "Public",
5644
5970
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5645
5971
  "declaringAssemblyName": "System.Net.Http",
5646
5972
  "isExtensionMethod": false,
@@ -5666,6 +5992,7 @@
5666
5992
  "isVirtual": true,
5667
5993
  "isOverride": false,
5668
5994
  "isSealed": false,
5995
+ "visibility": "Public",
5669
5996
  "declaringClrType": "System.ICloneable",
5670
5997
  "declaringAssemblyName": "System.Private.CoreLib",
5671
5998
  "isExtensionMethod": false,
@@ -5688,6 +6015,7 @@
5688
6015
  "isAbstract": false,
5689
6016
  "isVirtual": false,
5690
6017
  "isOverride": false,
6018
+ "visibility": "Public",
5691
6019
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5692
6020
  "declaringAssemblyName": "System.Net.Http"
5693
6021
  },
@@ -5706,6 +6034,7 @@
5706
6034
  "isAbstract": false,
5707
6035
  "isVirtual": false,
5708
6036
  "isOverride": false,
6037
+ "visibility": "Public",
5709
6038
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5710
6039
  "declaringAssemblyName": "System.Net.Http"
5711
6040
  }
@@ -5720,6 +6049,7 @@
5720
6049
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
5721
6050
  "isStatic": false,
5722
6051
  "parameterCount": 2,
6052
+ "visibility": "Public",
5723
6053
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5724
6054
  "declaringAssemblyName": "System.Net.Http"
5725
6055
  },
@@ -5730,6 +6060,7 @@
5730
6060
  "normalizedSignature": "constructor|(System.Net.Http.Headers.ProductHeaderValue):void|static=false",
5731
6061
  "isStatic": false,
5732
6062
  "parameterCount": 1,
6063
+ "visibility": "Public",
5733
6064
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5734
6065
  "declaringAssemblyName": "System.Net.Http"
5735
6066
  },
@@ -5740,6 +6071,7 @@
5740
6071
  "normalizedSignature": "constructor|(System.String):void|static=false",
5741
6072
  "isStatic": false,
5742
6073
  "parameterCount": 1,
6074
+ "visibility": "Public",
5743
6075
  "declaringClrType": "System.Net.Http.Headers.ProductInfoHeaderValue",
5744
6076
  "declaringAssemblyName": "System.Net.Http"
5745
6077
  }
@@ -5782,6 +6114,7 @@
5782
6114
  "isVirtual": true,
5783
6115
  "isOverride": true,
5784
6116
  "isSealed": false,
6117
+ "visibility": "Public",
5785
6118
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5786
6119
  "declaringAssemblyName": "System.Net.Http",
5787
6120
  "isExtensionMethod": false
@@ -5801,6 +6134,7 @@
5801
6134
  "isVirtual": true,
5802
6135
  "isOverride": true,
5803
6136
  "isSealed": false,
6137
+ "visibility": "Public",
5804
6138
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5805
6139
  "declaringAssemblyName": "System.Net.Http",
5806
6140
  "isExtensionMethod": false
@@ -5820,6 +6154,7 @@
5820
6154
  "isVirtual": true,
5821
6155
  "isOverride": true,
5822
6156
  "isSealed": false,
6157
+ "visibility": "Public",
5823
6158
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5824
6159
  "declaringAssemblyName": "System.Net.Http",
5825
6160
  "isExtensionMethod": false
@@ -5839,6 +6174,7 @@
5839
6174
  "isVirtual": false,
5840
6175
  "isOverride": false,
5841
6176
  "isSealed": false,
6177
+ "visibility": "Public",
5842
6178
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5843
6179
  "declaringAssemblyName": "System.Net.Http",
5844
6180
  "isExtensionMethod": false
@@ -5858,6 +6194,7 @@
5858
6194
  "isVirtual": false,
5859
6195
  "isOverride": false,
5860
6196
  "isSealed": false,
6197
+ "visibility": "Public",
5861
6198
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5862
6199
  "declaringAssemblyName": "System.Net.Http",
5863
6200
  "isExtensionMethod": false,
@@ -5883,6 +6220,7 @@
5883
6220
  "isVirtual": true,
5884
6221
  "isOverride": false,
5885
6222
  "isSealed": false,
6223
+ "visibility": "Public",
5886
6224
  "declaringClrType": "System.ICloneable",
5887
6225
  "declaringAssemblyName": "System.Private.CoreLib",
5888
6226
  "isExtensionMethod": false,
@@ -5905,6 +6243,7 @@
5905
6243
  "isAbstract": false,
5906
6244
  "isVirtual": false,
5907
6245
  "isOverride": false,
6246
+ "visibility": "Public",
5908
6247
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5909
6248
  "declaringAssemblyName": "System.Net.Http"
5910
6249
  },
@@ -5923,6 +6262,7 @@
5923
6262
  "isAbstract": false,
5924
6263
  "isVirtual": false,
5925
6264
  "isOverride": false,
6265
+ "visibility": "Public",
5926
6266
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5927
6267
  "declaringAssemblyName": "System.Net.Http"
5928
6268
  }
@@ -5937,6 +6277,7 @@
5937
6277
  "normalizedSignature": "constructor|(System.DateTimeOffset):void|static=false",
5938
6278
  "isStatic": false,
5939
6279
  "parameterCount": 1,
6280
+ "visibility": "Public",
5940
6281
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5941
6282
  "declaringAssemblyName": "System.Net.Http"
5942
6283
  },
@@ -5947,6 +6288,7 @@
5947
6288
  "normalizedSignature": "constructor|(System.Net.Http.Headers.EntityTagHeaderValue):void|static=false",
5948
6289
  "isStatic": false,
5949
6290
  "parameterCount": 1,
6291
+ "visibility": "Public",
5950
6292
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5951
6293
  "declaringAssemblyName": "System.Net.Http"
5952
6294
  },
@@ -5957,6 +6299,7 @@
5957
6299
  "normalizedSignature": "constructor|(System.String):void|static=false",
5958
6300
  "isStatic": false,
5959
6301
  "parameterCount": 1,
6302
+ "visibility": "Public",
5960
6303
  "declaringClrType": "System.Net.Http.Headers.RangeConditionHeaderValue",
5961
6304
  "declaringAssemblyName": "System.Net.Http"
5962
6305
  }
@@ -5999,6 +6342,7 @@
5999
6342
  "isVirtual": true,
6000
6343
  "isOverride": true,
6001
6344
  "isSealed": false,
6345
+ "visibility": "Public",
6002
6346
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6003
6347
  "declaringAssemblyName": "System.Net.Http",
6004
6348
  "isExtensionMethod": false
@@ -6018,6 +6362,7 @@
6018
6362
  "isVirtual": true,
6019
6363
  "isOverride": true,
6020
6364
  "isSealed": false,
6365
+ "visibility": "Public",
6021
6366
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6022
6367
  "declaringAssemblyName": "System.Net.Http",
6023
6368
  "isExtensionMethod": false
@@ -6037,6 +6382,7 @@
6037
6382
  "isVirtual": true,
6038
6383
  "isOverride": true,
6039
6384
  "isSealed": false,
6385
+ "visibility": "Public",
6040
6386
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6041
6387
  "declaringAssemblyName": "System.Net.Http",
6042
6388
  "isExtensionMethod": false
@@ -6056,6 +6402,7 @@
6056
6402
  "isVirtual": false,
6057
6403
  "isOverride": false,
6058
6404
  "isSealed": false,
6405
+ "visibility": "Public",
6059
6406
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6060
6407
  "declaringAssemblyName": "System.Net.Http",
6061
6408
  "isExtensionMethod": false
@@ -6075,6 +6422,7 @@
6075
6422
  "isVirtual": false,
6076
6423
  "isOverride": false,
6077
6424
  "isSealed": false,
6425
+ "visibility": "Public",
6078
6426
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6079
6427
  "declaringAssemblyName": "System.Net.Http",
6080
6428
  "isExtensionMethod": false,
@@ -6100,6 +6448,7 @@
6100
6448
  "isVirtual": true,
6101
6449
  "isOverride": false,
6102
6450
  "isSealed": false,
6451
+ "visibility": "Public",
6103
6452
  "declaringClrType": "System.ICloneable",
6104
6453
  "declaringAssemblyName": "System.Private.CoreLib",
6105
6454
  "isExtensionMethod": false,
@@ -6122,6 +6471,7 @@
6122
6471
  "isAbstract": false,
6123
6472
  "isVirtual": false,
6124
6473
  "isOverride": false,
6474
+ "visibility": "Public",
6125
6475
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6126
6476
  "declaringAssemblyName": "System.Net.Http"
6127
6477
  },
@@ -6140,6 +6490,7 @@
6140
6490
  "isAbstract": false,
6141
6491
  "isVirtual": false,
6142
6492
  "isOverride": false,
6493
+ "visibility": "Public",
6143
6494
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6144
6495
  "declaringAssemblyName": "System.Net.Http"
6145
6496
  }
@@ -6154,6 +6505,7 @@
6154
6505
  "normalizedSignature": "constructor|():void|static=false",
6155
6506
  "isStatic": false,
6156
6507
  "parameterCount": 0,
6508
+ "visibility": "Public",
6157
6509
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6158
6510
  "declaringAssemblyName": "System.Net.Http"
6159
6511
  },
@@ -6164,6 +6516,7 @@
6164
6516
  "normalizedSignature": "constructor|(System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
6165
6517
  "isStatic": false,
6166
6518
  "parameterCount": 2,
6519
+ "visibility": "Public",
6167
6520
  "declaringClrType": "System.Net.Http.Headers.RangeHeaderValue",
6168
6521
  "declaringAssemblyName": "System.Net.Http"
6169
6522
  }
@@ -6206,6 +6559,7 @@
6206
6559
  "isVirtual": true,
6207
6560
  "isOverride": true,
6208
6561
  "isSealed": false,
6562
+ "visibility": "Public",
6209
6563
  "declaringClrType": "System.Net.Http.Headers.RangeItemHeaderValue",
6210
6564
  "declaringAssemblyName": "System.Net.Http",
6211
6565
  "isExtensionMethod": false
@@ -6225,6 +6579,7 @@
6225
6579
  "isVirtual": true,
6226
6580
  "isOverride": true,
6227
6581
  "isSealed": false,
6582
+ "visibility": "Public",
6228
6583
  "declaringClrType": "System.Net.Http.Headers.RangeItemHeaderValue",
6229
6584
  "declaringAssemblyName": "System.Net.Http",
6230
6585
  "isExtensionMethod": false
@@ -6244,6 +6599,7 @@
6244
6599
  "isVirtual": true,
6245
6600
  "isOverride": true,
6246
6601
  "isSealed": false,
6602
+ "visibility": "Public",
6247
6603
  "declaringClrType": "System.Net.Http.Headers.RangeItemHeaderValue",
6248
6604
  "declaringAssemblyName": "System.Net.Http",
6249
6605
  "isExtensionMethod": false
@@ -6263,6 +6619,7 @@
6263
6619
  "isVirtual": true,
6264
6620
  "isOverride": false,
6265
6621
  "isSealed": false,
6622
+ "visibility": "Public",
6266
6623
  "declaringClrType": "System.ICloneable",
6267
6624
  "declaringAssemblyName": "System.Private.CoreLib",
6268
6625
  "isExtensionMethod": false,
@@ -6285,6 +6642,7 @@
6285
6642
  "isAbstract": false,
6286
6643
  "isVirtual": false,
6287
6644
  "isOverride": false,
6645
+ "visibility": "Public",
6288
6646
  "declaringClrType": "System.Net.Http.Headers.RangeItemHeaderValue",
6289
6647
  "declaringAssemblyName": "System.Net.Http"
6290
6648
  },
@@ -6303,6 +6661,7 @@
6303
6661
  "isAbstract": false,
6304
6662
  "isVirtual": false,
6305
6663
  "isOverride": false,
6664
+ "visibility": "Public",
6306
6665
  "declaringClrType": "System.Net.Http.Headers.RangeItemHeaderValue",
6307
6666
  "declaringAssemblyName": "System.Net.Http"
6308
6667
  }
@@ -6317,6 +6676,7 @@
6317
6676
  "normalizedSignature": "constructor|(System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
6318
6677
  "isStatic": false,
6319
6678
  "parameterCount": 2,
6679
+ "visibility": "Public",
6320
6680
  "declaringClrType": "System.Net.Http.Headers.RangeItemHeaderValue",
6321
6681
  "declaringAssemblyName": "System.Net.Http"
6322
6682
  }
@@ -6359,6 +6719,7 @@
6359
6719
  "isVirtual": true,
6360
6720
  "isOverride": true,
6361
6721
  "isSealed": false,
6722
+ "visibility": "Public",
6362
6723
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6363
6724
  "declaringAssemblyName": "System.Net.Http",
6364
6725
  "isExtensionMethod": false
@@ -6378,6 +6739,7 @@
6378
6739
  "isVirtual": true,
6379
6740
  "isOverride": true,
6380
6741
  "isSealed": false,
6742
+ "visibility": "Public",
6381
6743
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6382
6744
  "declaringAssemblyName": "System.Net.Http",
6383
6745
  "isExtensionMethod": false
@@ -6397,6 +6759,7 @@
6397
6759
  "isVirtual": true,
6398
6760
  "isOverride": true,
6399
6761
  "isSealed": false,
6762
+ "visibility": "Public",
6400
6763
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6401
6764
  "declaringAssemblyName": "System.Net.Http",
6402
6765
  "isExtensionMethod": false
@@ -6416,6 +6779,7 @@
6416
6779
  "isVirtual": false,
6417
6780
  "isOverride": false,
6418
6781
  "isSealed": false,
6782
+ "visibility": "Public",
6419
6783
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6420
6784
  "declaringAssemblyName": "System.Net.Http",
6421
6785
  "isExtensionMethod": false
@@ -6435,6 +6799,7 @@
6435
6799
  "isVirtual": false,
6436
6800
  "isOverride": false,
6437
6801
  "isSealed": false,
6802
+ "visibility": "Public",
6438
6803
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6439
6804
  "declaringAssemblyName": "System.Net.Http",
6440
6805
  "isExtensionMethod": false,
@@ -6460,6 +6825,7 @@
6460
6825
  "isVirtual": true,
6461
6826
  "isOverride": false,
6462
6827
  "isSealed": false,
6828
+ "visibility": "Public",
6463
6829
  "declaringClrType": "System.ICloneable",
6464
6830
  "declaringAssemblyName": "System.Private.CoreLib",
6465
6831
  "isExtensionMethod": false,
@@ -6482,6 +6848,7 @@
6482
6848
  "isAbstract": false,
6483
6849
  "isVirtual": false,
6484
6850
  "isOverride": false,
6851
+ "visibility": "Public",
6485
6852
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6486
6853
  "declaringAssemblyName": "System.Net.Http"
6487
6854
  },
@@ -6500,6 +6867,7 @@
6500
6867
  "isAbstract": false,
6501
6868
  "isVirtual": false,
6502
6869
  "isOverride": false,
6870
+ "visibility": "Public",
6503
6871
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6504
6872
  "declaringAssemblyName": "System.Net.Http"
6505
6873
  }
@@ -6514,6 +6882,7 @@
6514
6882
  "normalizedSignature": "constructor|(System.DateTimeOffset):void|static=false",
6515
6883
  "isStatic": false,
6516
6884
  "parameterCount": 1,
6885
+ "visibility": "Public",
6517
6886
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6518
6887
  "declaringAssemblyName": "System.Net.Http"
6519
6888
  },
@@ -6524,6 +6893,7 @@
6524
6893
  "normalizedSignature": "constructor|(System.TimeSpan):void|static=false",
6525
6894
  "isStatic": false,
6526
6895
  "parameterCount": 1,
6896
+ "visibility": "Public",
6527
6897
  "declaringClrType": "System.Net.Http.Headers.RetryConditionHeaderValue",
6528
6898
  "declaringAssemblyName": "System.Net.Http"
6529
6899
  }
@@ -6566,6 +6936,7 @@
6566
6936
  "isVirtual": true,
6567
6937
  "isOverride": true,
6568
6938
  "isSealed": false,
6939
+ "visibility": "Public",
6569
6940
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6570
6941
  "declaringAssemblyName": "System.Net.Http",
6571
6942
  "isExtensionMethod": false
@@ -6585,6 +6956,7 @@
6585
6956
  "isVirtual": true,
6586
6957
  "isOverride": true,
6587
6958
  "isSealed": false,
6959
+ "visibility": "Public",
6588
6960
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6589
6961
  "declaringAssemblyName": "System.Net.Http",
6590
6962
  "isExtensionMethod": false
@@ -6604,6 +6976,7 @@
6604
6976
  "isVirtual": true,
6605
6977
  "isOverride": true,
6606
6978
  "isSealed": false,
6979
+ "visibility": "Public",
6607
6980
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6608
6981
  "declaringAssemblyName": "System.Net.Http",
6609
6982
  "isExtensionMethod": false
@@ -6623,6 +6996,7 @@
6623
6996
  "isVirtual": false,
6624
6997
  "isOverride": false,
6625
6998
  "isSealed": false,
6999
+ "visibility": "Public",
6626
7000
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6627
7001
  "declaringAssemblyName": "System.Net.Http",
6628
7002
  "isExtensionMethod": false
@@ -6642,6 +7016,7 @@
6642
7016
  "isVirtual": false,
6643
7017
  "isOverride": false,
6644
7018
  "isSealed": false,
7019
+ "visibility": "Public",
6645
7020
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6646
7021
  "declaringAssemblyName": "System.Net.Http",
6647
7022
  "isExtensionMethod": false,
@@ -6667,6 +7042,7 @@
6667
7042
  "isVirtual": true,
6668
7043
  "isOverride": false,
6669
7044
  "isSealed": false,
7045
+ "visibility": "Public",
6670
7046
  "declaringClrType": "System.ICloneable",
6671
7047
  "declaringAssemblyName": "System.Private.CoreLib",
6672
7048
  "isExtensionMethod": false,
@@ -6689,6 +7065,7 @@
6689
7065
  "isAbstract": false,
6690
7066
  "isVirtual": false,
6691
7067
  "isOverride": false,
7068
+ "visibility": "Public",
6692
7069
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6693
7070
  "declaringAssemblyName": "System.Net.Http"
6694
7071
  },
@@ -6707,6 +7084,7 @@
6707
7084
  "isAbstract": false,
6708
7085
  "isVirtual": false,
6709
7086
  "isOverride": false,
7087
+ "visibility": "Public",
6710
7088
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6711
7089
  "declaringAssemblyName": "System.Net.Http"
6712
7090
  }
@@ -6721,6 +7099,7 @@
6721
7099
  "normalizedSignature": "constructor|(System.String):void|static=false",
6722
7100
  "isStatic": false,
6723
7101
  "parameterCount": 1,
7102
+ "visibility": "Public",
6724
7103
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6725
7104
  "declaringAssemblyName": "System.Net.Http"
6726
7105
  },
@@ -6731,6 +7110,7 @@
6731
7110
  "normalizedSignature": "constructor|(System.String,System.Double):void|static=false",
6732
7111
  "isStatic": false,
6733
7112
  "parameterCount": 2,
7113
+ "visibility": "Public",
6734
7114
  "declaringClrType": "System.Net.Http.Headers.StringWithQualityHeaderValue",
6735
7115
  "declaringAssemblyName": "System.Net.Http"
6736
7116
  }
@@ -6773,6 +7153,7 @@
6773
7153
  "isVirtual": false,
6774
7154
  "isOverride": false,
6775
7155
  "isSealed": false,
7156
+ "visibility": "Public",
6776
7157
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6777
7158
  "declaringAssemblyName": "System.Net.Http",
6778
7159
  "isExtensionMethod": false
@@ -6792,6 +7173,7 @@
6792
7173
  "isVirtual": false,
6793
7174
  "isOverride": false,
6794
7175
  "isSealed": false,
7176
+ "visibility": "Public",
6795
7177
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6796
7178
  "declaringAssemblyName": "System.Net.Http",
6797
7179
  "isExtensionMethod": false,
@@ -6817,6 +7199,7 @@
6817
7199
  "isVirtual": true,
6818
7200
  "isOverride": true,
6819
7201
  "isSealed": false,
7202
+ "visibility": "Public",
6820
7203
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6821
7204
  "declaringAssemblyName": "System.Net.Http",
6822
7205
  "isExtensionMethod": false
@@ -6836,6 +7219,7 @@
6836
7219
  "isVirtual": true,
6837
7220
  "isOverride": true,
6838
7221
  "isSealed": false,
7222
+ "visibility": "Public",
6839
7223
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6840
7224
  "declaringAssemblyName": "System.Net.Http",
6841
7225
  "isExtensionMethod": false
@@ -6855,6 +7239,7 @@
6855
7239
  "isVirtual": true,
6856
7240
  "isOverride": true,
6857
7241
  "isSealed": false,
7242
+ "visibility": "Public",
6858
7243
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6859
7244
  "declaringAssemblyName": "System.Net.Http",
6860
7245
  "isExtensionMethod": false
@@ -6874,6 +7259,7 @@
6874
7259
  "isVirtual": true,
6875
7260
  "isOverride": false,
6876
7261
  "isSealed": false,
7262
+ "visibility": "Public",
6877
7263
  "declaringClrType": "System.ICloneable",
6878
7264
  "declaringAssemblyName": "System.Private.CoreLib",
6879
7265
  "isExtensionMethod": false,
@@ -6896,6 +7282,7 @@
6896
7282
  "isAbstract": false,
6897
7283
  "isVirtual": false,
6898
7284
  "isOverride": false,
7285
+ "visibility": "Public",
6899
7286
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6900
7287
  "declaringAssemblyName": "System.Net.Http"
6901
7288
  },
@@ -6914,6 +7301,7 @@
6914
7301
  "isAbstract": false,
6915
7302
  "isVirtual": false,
6916
7303
  "isOverride": false,
7304
+ "visibility": "Public",
6917
7305
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6918
7306
  "declaringAssemblyName": "System.Net.Http"
6919
7307
  }
@@ -6921,6 +7309,17 @@
6921
7309
  "fields": [],
6922
7310
  "events": [],
6923
7311
  "constructors": [
7312
+ {
7313
+ "stableId": "System.Net.Http:System.Net.Http.Headers.TransferCodingHeaderValue::.ctor(System.Net.Http.Headers.TransferCodingHeaderValue):void",
7314
+ "metadataToken": 100666430,
7315
+ "canonicalSignature": "(System.Net.Http.Headers.TransferCodingHeaderValue):void",
7316
+ "normalizedSignature": "constructor|(System.Net.Http.Headers.TransferCodingHeaderValue):void|static=false",
7317
+ "isStatic": false,
7318
+ "parameterCount": 1,
7319
+ "visibility": "Protected",
7320
+ "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
7321
+ "declaringAssemblyName": "System.Net.Http"
7322
+ },
6924
7323
  {
6925
7324
  "stableId": "System.Net.Http:System.Net.Http.Headers.TransferCodingHeaderValue::.ctor(System.String):void",
6926
7325
  "metadataToken": 100666431,
@@ -6928,6 +7327,7 @@
6928
7327
  "normalizedSignature": "constructor|(System.String):void|static=false",
6929
7328
  "isStatic": false,
6930
7329
  "parameterCount": 1,
7330
+ "visibility": "Public",
6931
7331
  "declaringClrType": "System.Net.Http.Headers.TransferCodingHeaderValue",
6932
7332
  "declaringAssemblyName": "System.Net.Http"
6933
7333
  }
@@ -6970,6 +7370,7 @@
6970
7370
  "isVirtual": false,
6971
7371
  "isOverride": false,
6972
7372
  "isSealed": false,
7373
+ "visibility": "Public",
6973
7374
  "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
6974
7375
  "declaringAssemblyName": "System.Net.Http",
6975
7376
  "isExtensionMethod": false
@@ -6989,6 +7390,7 @@
6989
7390
  "isVirtual": false,
6990
7391
  "isOverride": false,
6991
7392
  "isSealed": false,
7393
+ "visibility": "Public",
6992
7394
  "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
6993
7395
  "declaringAssemblyName": "System.Net.Http",
6994
7396
  "isExtensionMethod": false,
@@ -7014,6 +7416,7 @@
7014
7416
  "isVirtual": true,
7015
7417
  "isOverride": false,
7016
7418
  "isSealed": false,
7419
+ "visibility": "Public",
7017
7420
  "declaringClrType": "System.ICloneable",
7018
7421
  "declaringAssemblyName": "System.Private.CoreLib",
7019
7422
  "isExtensionMethod": false,
@@ -7034,6 +7437,7 @@
7034
7437
  "isVirtual": true,
7035
7438
  "isOverride": false,
7036
7439
  "isSealed": false,
7440
+ "visibility": "Public",
7037
7441
  "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
7038
7442
  "declaringAssemblyName": "System.Net.Http",
7039
7443
  "isExtensionMethod": false
@@ -7055,6 +7459,7 @@
7055
7459
  "isAbstract": false,
7056
7460
  "isVirtual": false,
7057
7461
  "isOverride": false,
7462
+ "visibility": "Public",
7058
7463
  "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
7059
7464
  "declaringAssemblyName": "System.Net.Http"
7060
7465
  }
@@ -7069,6 +7474,7 @@
7069
7474
  "normalizedSignature": "constructor|(System.String):void|static=false",
7070
7475
  "isStatic": false,
7071
7476
  "parameterCount": 1,
7477
+ "visibility": "Public",
7072
7478
  "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
7073
7479
  "declaringAssemblyName": "System.Net.Http"
7074
7480
  },
@@ -7079,6 +7485,7 @@
7079
7485
  "normalizedSignature": "constructor|(System.String,System.Double):void|static=false",
7080
7486
  "isStatic": false,
7081
7487
  "parameterCount": 2,
7488
+ "visibility": "Public",
7082
7489
  "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
7083
7490
  "declaringAssemblyName": "System.Net.Http"
7084
7491
  }
@@ -7121,6 +7528,7 @@
7121
7528
  "isVirtual": true,
7122
7529
  "isOverride": true,
7123
7530
  "isSealed": false,
7531
+ "visibility": "Public",
7124
7532
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7125
7533
  "declaringAssemblyName": "System.Net.Http",
7126
7534
  "isExtensionMethod": false
@@ -7140,6 +7548,7 @@
7140
7548
  "isVirtual": true,
7141
7549
  "isOverride": true,
7142
7550
  "isSealed": false,
7551
+ "visibility": "Public",
7143
7552
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7144
7553
  "declaringAssemblyName": "System.Net.Http",
7145
7554
  "isExtensionMethod": false
@@ -7159,6 +7568,7 @@
7159
7568
  "isVirtual": true,
7160
7569
  "isOverride": true,
7161
7570
  "isSealed": false,
7571
+ "visibility": "Public",
7162
7572
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7163
7573
  "declaringAssemblyName": "System.Net.Http",
7164
7574
  "isExtensionMethod": false
@@ -7178,6 +7588,7 @@
7178
7588
  "isVirtual": false,
7179
7589
  "isOverride": false,
7180
7590
  "isSealed": false,
7591
+ "visibility": "Public",
7181
7592
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7182
7593
  "declaringAssemblyName": "System.Net.Http",
7183
7594
  "isExtensionMethod": false
@@ -7197,6 +7608,7 @@
7197
7608
  "isVirtual": false,
7198
7609
  "isOverride": false,
7199
7610
  "isSealed": false,
7611
+ "visibility": "Public",
7200
7612
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7201
7613
  "declaringAssemblyName": "System.Net.Http",
7202
7614
  "isExtensionMethod": false,
@@ -7222,6 +7634,7 @@
7222
7634
  "isVirtual": true,
7223
7635
  "isOverride": false,
7224
7636
  "isSealed": false,
7637
+ "visibility": "Public",
7225
7638
  "declaringClrType": "System.ICloneable",
7226
7639
  "declaringAssemblyName": "System.Private.CoreLib",
7227
7640
  "isExtensionMethod": false,
@@ -7244,6 +7657,7 @@
7244
7657
  "isAbstract": false,
7245
7658
  "isVirtual": false,
7246
7659
  "isOverride": false,
7660
+ "visibility": "Public",
7247
7661
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7248
7662
  "declaringAssemblyName": "System.Net.Http"
7249
7663
  },
@@ -7262,6 +7676,7 @@
7262
7676
  "isAbstract": false,
7263
7677
  "isVirtual": false,
7264
7678
  "isOverride": false,
7679
+ "visibility": "Public",
7265
7680
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7266
7681
  "declaringAssemblyName": "System.Net.Http"
7267
7682
  },
@@ -7280,6 +7695,7 @@
7280
7695
  "isAbstract": false,
7281
7696
  "isVirtual": false,
7282
7697
  "isOverride": false,
7698
+ "visibility": "Public",
7283
7699
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7284
7700
  "declaringAssemblyName": "System.Net.Http"
7285
7701
  },
@@ -7298,6 +7714,7 @@
7298
7714
  "isAbstract": false,
7299
7715
  "isVirtual": false,
7300
7716
  "isOverride": false,
7717
+ "visibility": "Public",
7301
7718
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7302
7719
  "declaringAssemblyName": "System.Net.Http"
7303
7720
  }
@@ -7312,6 +7729,7 @@
7312
7729
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
7313
7730
  "isStatic": false,
7314
7731
  "parameterCount": 2,
7732
+ "visibility": "Public",
7315
7733
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7316
7734
  "declaringAssemblyName": "System.Net.Http"
7317
7735
  },
@@ -7322,6 +7740,7 @@
7322
7740
  "normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
7323
7741
  "isStatic": false,
7324
7742
  "parameterCount": 3,
7743
+ "visibility": "Public",
7325
7744
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7326
7745
  "declaringAssemblyName": "System.Net.Http"
7327
7746
  },
@@ -7332,6 +7751,7 @@
7332
7751
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String):void|static=false",
7333
7752
  "isStatic": false,
7334
7753
  "parameterCount": 4,
7754
+ "visibility": "Public",
7335
7755
  "declaringClrType": "System.Net.Http.Headers.ViaHeaderValue",
7336
7756
  "declaringAssemblyName": "System.Net.Http"
7337
7757
  }
@@ -7374,6 +7794,7 @@
7374
7794
  "isVirtual": true,
7375
7795
  "isOverride": true,
7376
7796
  "isSealed": false,
7797
+ "visibility": "Public",
7377
7798
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7378
7799
  "declaringAssemblyName": "System.Net.Http",
7379
7800
  "isExtensionMethod": false
@@ -7393,6 +7814,7 @@
7393
7814
  "isVirtual": true,
7394
7815
  "isOverride": true,
7395
7816
  "isSealed": false,
7817
+ "visibility": "Public",
7396
7818
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7397
7819
  "declaringAssemblyName": "System.Net.Http",
7398
7820
  "isExtensionMethod": false
@@ -7412,6 +7834,7 @@
7412
7834
  "isVirtual": true,
7413
7835
  "isOverride": true,
7414
7836
  "isSealed": false,
7837
+ "visibility": "Public",
7415
7838
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7416
7839
  "declaringAssemblyName": "System.Net.Http",
7417
7840
  "isExtensionMethod": false
@@ -7431,6 +7854,7 @@
7431
7854
  "isVirtual": false,
7432
7855
  "isOverride": false,
7433
7856
  "isSealed": false,
7857
+ "visibility": "Public",
7434
7858
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7435
7859
  "declaringAssemblyName": "System.Net.Http",
7436
7860
  "isExtensionMethod": false
@@ -7450,6 +7874,7 @@
7450
7874
  "isVirtual": false,
7451
7875
  "isOverride": false,
7452
7876
  "isSealed": false,
7877
+ "visibility": "Public",
7453
7878
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7454
7879
  "declaringAssemblyName": "System.Net.Http",
7455
7880
  "isExtensionMethod": false,
@@ -7475,6 +7900,7 @@
7475
7900
  "isVirtual": true,
7476
7901
  "isOverride": false,
7477
7902
  "isSealed": false,
7903
+ "visibility": "Public",
7478
7904
  "declaringClrType": "System.ICloneable",
7479
7905
  "declaringAssemblyName": "System.Private.CoreLib",
7480
7906
  "isExtensionMethod": false,
@@ -7497,6 +7923,7 @@
7497
7923
  "isAbstract": false,
7498
7924
  "isVirtual": false,
7499
7925
  "isOverride": false,
7926
+ "visibility": "Public",
7500
7927
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7501
7928
  "declaringAssemblyName": "System.Net.Http"
7502
7929
  },
@@ -7515,6 +7942,7 @@
7515
7942
  "isAbstract": false,
7516
7943
  "isVirtual": false,
7517
7944
  "isOverride": false,
7945
+ "visibility": "Public",
7518
7946
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7519
7947
  "declaringAssemblyName": "System.Net.Http"
7520
7948
  },
@@ -7533,6 +7961,7 @@
7533
7961
  "isAbstract": false,
7534
7962
  "isVirtual": false,
7535
7963
  "isOverride": false,
7964
+ "visibility": "Public",
7536
7965
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7537
7966
  "declaringAssemblyName": "System.Net.Http"
7538
7967
  },
@@ -7551,6 +7980,7 @@
7551
7980
  "isAbstract": false,
7552
7981
  "isVirtual": false,
7553
7982
  "isOverride": false,
7983
+ "visibility": "Public",
7554
7984
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7555
7985
  "declaringAssemblyName": "System.Net.Http"
7556
7986
  }
@@ -7565,6 +7995,7 @@
7565
7995
  "normalizedSignature": "constructor|(System.Int32,System.String,System.String):void|static=false",
7566
7996
  "isStatic": false,
7567
7997
  "parameterCount": 3,
7998
+ "visibility": "Public",
7568
7999
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7569
8000
  "declaringAssemblyName": "System.Net.Http"
7570
8001
  },
@@ -7575,6 +8006,7 @@
7575
8006
  "normalizedSignature": "constructor|(System.Int32,System.String,System.String,System.DateTimeOffset):void|static=false",
7576
8007
  "isStatic": false,
7577
8008
  "parameterCount": 4,
8009
+ "visibility": "Public",
7578
8010
  "declaringClrType": "System.Net.Http.Headers.WarningHeaderValue",
7579
8011
  "declaringAssemblyName": "System.Net.Http"
7580
8012
  }