@tsonic/dotnet 10.0.1 → 10.0.3

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 (295) 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 +0 -1
  4. package/Microsoft.VisualBasic/bindings.json +635 -68
  5. package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
  8. package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -3
  10. package/Microsoft.Win32/bindings.json +107 -24
  11. package/Microsoft.Win32/internal/index.d.ts +0 -1
  12. package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
  13. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +37 -6
  14. package/System/bindings.json +11622 -2308
  15. package/System/internal/index.d.ts +78 -41
  16. package/System.Buffers/bindings.json +371 -62
  17. package/System.Buffers/internal/index.d.ts +15 -16
  18. package/System.Buffers.Binary/bindings.json +126 -0
  19. package/System.Buffers.Text/bindings.json +67 -0
  20. package/System.Buffers.Text/internal/index.d.ts +1 -1
  21. package/System.Buffers.Text.d.ts +1 -1
  22. package/System.Buffers.d.ts +1 -1
  23. package/System.CodeDom.Compiler/bindings.json +142 -4
  24. package/System.CodeDom.Compiler/internal/index.d.ts +5 -2
  25. package/System.CodeDom.Compiler.d.ts +1 -1
  26. package/System.Collections/bindings.json +1094 -69
  27. package/System.Collections/internal/index.d.ts +35 -13
  28. package/System.Collections.Concurrent/bindings.json +353 -90
  29. package/System.Collections.Concurrent/internal/index.d.ts +4 -3
  30. package/System.Collections.Frozen/bindings.json +158 -48
  31. package/System.Collections.Generic/bindings.json +1910 -634
  32. package/System.Collections.Generic/internal/index.d.ts +6 -13
  33. package/System.Collections.Immutable/bindings.json +1321 -292
  34. package/System.Collections.Immutable/internal/index.d.ts +0 -13
  35. package/System.Collections.ObjectModel/bindings.json +1123 -199
  36. package/System.Collections.ObjectModel/internal/index.d.ts +22 -6
  37. package/System.Collections.ObjectModel.d.ts +3 -3
  38. package/System.Collections.Specialized/bindings.json +763 -58
  39. package/System.Collections.Specialized/internal/index.d.ts +14 -14
  40. package/System.ComponentModel/bindings.json +3590 -166
  41. package/System.ComponentModel/internal/index.d.ts +117 -61
  42. package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
  43. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +51 -23
  44. package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
  45. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +5 -4
  46. package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
  47. package/System.ComponentModel.DataAnnotations.d.ts +2 -2
  48. package/System.ComponentModel.Design/bindings.json +714 -40
  49. package/System.ComponentModel.Design/internal/index.d.ts +23 -19
  50. package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
  51. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +16 -14
  52. package/System.ComponentModel.Design.d.ts +1 -1
  53. package/System.ComponentModel.d.ts +2 -2
  54. package/System.Configuration.Assemblies/bindings.json +19 -8
  55. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  56. package/System.Configuration.Assemblies.d.ts +1 -1
  57. package/System.Data/bindings.json +3325 -302
  58. package/System.Data/internal/index.d.ts +102 -59
  59. package/System.Data.Common/bindings.json +3047 -241
  60. package/System.Data.Common/internal/index.d.ts +162 -72
  61. package/System.Data.Common.d.ts +3 -3
  62. package/System.Data.SqlTypes/bindings.json +754 -71
  63. package/System.Data.SqlTypes/internal/index.d.ts +3 -3
  64. package/System.Data.d.ts +3 -3
  65. package/System.Diagnostics/bindings.json +1737 -130
  66. package/System.Diagnostics/internal/index.d.ts +97 -80
  67. package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
  68. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -22
  69. package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
  70. package/System.Diagnostics.Contracts/bindings.json +68 -4
  71. package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
  72. package/System.Diagnostics.Metrics/bindings.json +565 -55
  73. package/System.Diagnostics.Metrics/internal/index.d.ts +29 -27
  74. package/System.Diagnostics.SymbolStore/bindings.json +106 -4
  75. package/System.Diagnostics.Tracing/bindings.json +979 -160
  76. package/System.Diagnostics.Tracing/internal/index.d.ts +34 -23
  77. package/System.Diagnostics.d.ts +2 -2
  78. package/System.Drawing/bindings.json +611 -4
  79. package/System.Drawing/internal/index.d.ts +1 -1
  80. package/System.Drawing.d.ts +1 -1
  81. package/System.Dynamic/bindings.json +346 -24
  82. package/System.Dynamic/internal/index.d.ts +15 -16
  83. package/System.Formats.Asn1/bindings.json +229 -12
  84. package/System.Formats.Tar/bindings.json +120 -16
  85. package/System.Formats.Tar/internal/index.d.ts +1 -1
  86. package/System.Globalization/bindings.json +1088 -53
  87. package/System.Globalization/internal/index.d.ts +10 -7
  88. package/System.IO/bindings.json +2163 -110
  89. package/System.IO/internal/index.d.ts +40 -24
  90. package/System.IO.Compression/bindings.json +466 -38
  91. package/System.IO.Compression/internal/index.d.ts +10 -5
  92. package/System.IO.Compression.d.ts +2 -2
  93. package/System.IO.Enumeration/bindings.json +221 -22
  94. package/System.IO.Enumeration/internal/index.d.ts +13 -7
  95. package/System.IO.IsolatedStorage/bindings.json +250 -11
  96. package/System.IO.IsolatedStorage/internal/index.d.ts +7 -5
  97. package/System.IO.IsolatedStorage.d.ts +2 -2
  98. package/System.IO.MemoryMappedFiles/bindings.json +138 -16
  99. package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -8
  100. package/System.IO.MemoryMappedFiles.d.ts +4 -3
  101. package/System.IO.Pipelines/bindings.json +147 -3
  102. package/System.IO.Pipelines/internal/index.d.ts +5 -3
  103. package/System.IO.Pipes/bindings.json +889 -54
  104. package/System.IO.Pipes/internal/index.d.ts +30 -15
  105. package/System.IO.Pipes.d.ts +4 -3
  106. package/System.IO.d.ts +2 -2
  107. package/System.Linq/bindings.json +944 -79
  108. package/System.Linq/internal/index.d.ts +0 -4
  109. package/System.Linq.Expressions/bindings.json +1998 -57
  110. package/System.Linq.Expressions/internal/index.d.ts +78 -49
  111. package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
  112. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -2
  113. package/System.Linq.Expressions.Interpreter.d.ts +1 -1
  114. package/System.Linq.Expressions.d.ts +1 -1
  115. package/System.Net/bindings.json +2083 -248
  116. package/System.Net/internal/index.d.ts +128 -117
  117. package/System.Net.Cache/bindings.json +53 -12
  118. package/System.Net.Cache/internal/index.d.ts +1 -1
  119. package/System.Net.Cache.d.ts +1 -1
  120. package/System.Net.Http/bindings.json +2104 -105
  121. package/System.Net.Http/internal/index.d.ts +107 -37
  122. package/System.Net.Http.Headers/bindings.json +456 -24
  123. package/System.Net.Http.Headers/internal/index.d.ts +38 -35
  124. package/System.Net.Http.Json/bindings.json +171 -0
  125. package/System.Net.Http.Json/internal/index.d.ts +9 -2
  126. package/System.Net.Http.Metrics/bindings.json +5 -0
  127. package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
  128. package/System.Net.Mail/bindings.json +1127 -101
  129. package/System.Net.Mail/internal/index.d.ts +39 -24
  130. package/System.Net.Mime/bindings.json +82 -4
  131. package/System.Net.Mime/internal/index.d.ts +5 -4
  132. package/System.Net.Mime.d.ts +1 -1
  133. package/System.Net.NetworkInformation/bindings.json +857 -61
  134. package/System.Net.NetworkInformation/internal/index.d.ts +25 -34
  135. package/System.Net.NetworkInformation.d.ts +2 -2
  136. package/System.Net.Quic/bindings.json +157 -16
  137. package/System.Net.Quic/internal/index.d.ts +6 -7
  138. package/System.Net.Quic.d.ts +2 -2
  139. package/System.Net.Security/bindings.json +798 -37
  140. package/System.Net.Security/internal/index.d.ts +29 -24
  141. package/System.Net.Security.d.ts +2 -2
  142. package/System.Net.ServerSentEvents/bindings.json +31 -13
  143. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -4
  144. package/System.Net.Sockets/bindings.json +1157 -78
  145. package/System.Net.Sockets/internal/index.d.ts +35 -26
  146. package/System.Net.Sockets.d.ts +2 -2
  147. package/System.Net.WebSockets/bindings.json +311 -26
  148. package/System.Net.WebSockets/internal/index.d.ts +19 -17
  149. package/System.Net.WebSockets.d.ts +2 -2
  150. package/System.Net.d.ts +2 -2
  151. package/System.Numerics/bindings.json +3546 -957
  152. package/System.Reflection/bindings.json +1913 -132
  153. package/System.Reflection/internal/index.d.ts +64 -56
  154. package/System.Reflection.Emit/bindings.json +2509 -57
  155. package/System.Reflection.Emit/internal/index.d.ts +92 -22
  156. package/System.Reflection.Emit.d.ts +1 -1
  157. package/System.Reflection.Metadata/bindings.json +1936 -231
  158. package/System.Reflection.Metadata/internal/index.d.ts +8 -11
  159. package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
  160. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
  161. package/System.Reflection.PortableExecutable/bindings.json +583 -39
  162. package/System.Reflection.PortableExecutable/internal/index.d.ts +9 -5
  163. package/System.Resources/bindings.json +323 -17
  164. package/System.Resources/internal/index.d.ts +9 -5
  165. package/System.Resources.d.ts +1 -1
  166. package/System.Runtime/bindings.json +65 -8
  167. package/System.Runtime/internal/index.d.ts +4 -2
  168. package/System.Runtime.CompilerServices/bindings.json +718 -139
  169. package/System.Runtime.CompilerServices/internal/index.d.ts +13 -15
  170. package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
  171. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  172. package/System.Runtime.ConstrainedExecution.d.ts +1 -1
  173. package/System.Runtime.ExceptionServices/bindings.json +11 -0
  174. package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
  175. package/System.Runtime.InteropServices/bindings.json +1858 -265
  176. package/System.Runtime.InteropServices/internal/index.d.ts +26 -19
  177. package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
  178. package/System.Runtime.InteropServices.Java/bindings.json +12 -0
  179. package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
  180. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
  181. package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
  182. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -7
  183. package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
  184. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
  185. package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
  186. package/System.Runtime.InteropServices.d.ts +1 -1
  187. package/System.Runtime.Intrinsics/bindings.json +1296 -40
  188. package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
  189. package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
  190. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  191. package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
  192. package/System.Runtime.Loader/bindings.json +130 -0
  193. package/System.Runtime.Loader/internal/index.d.ts +4 -1
  194. package/System.Runtime.Remoting/bindings.json +2 -0
  195. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  196. package/System.Runtime.Remoting.d.ts +1 -1
  197. package/System.Runtime.Serialization/bindings.json +920 -17
  198. package/System.Runtime.Serialization/internal/index.d.ts +65 -37
  199. package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
  200. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -21
  201. package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
  202. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +3 -3
  203. package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
  204. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
  205. package/System.Runtime.Serialization.Formatters.d.ts +1 -1
  206. package/System.Runtime.Serialization.Json/bindings.json +56 -0
  207. package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
  208. package/System.Runtime.Serialization.d.ts +2 -2
  209. package/System.Runtime.Versioning/bindings.json +62 -8
  210. package/System.Runtime.Versioning/internal/index.d.ts +7 -7
  211. package/System.Runtime.Versioning.d.ts +1 -1
  212. package/System.Security/bindings.json +265 -12
  213. package/System.Security/internal/index.d.ts +21 -13
  214. package/System.Security.AccessControl/bindings.json +4082 -797
  215. package/System.Security.AccessControl/internal/index.d.ts +114 -93
  216. package/System.Security.AccessControl.d.ts +2 -1
  217. package/System.Security.Authentication/bindings.json +80 -16
  218. package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
  219. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -3
  220. package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
  221. package/System.Security.Claims/bindings.json +436 -0
  222. package/System.Security.Claims/internal/index.d.ts +18 -7
  223. package/System.Security.Claims.d.ts +2 -1
  224. package/System.Security.Cryptography/bindings.json +11592 -237
  225. package/System.Security.Cryptography/internal/index.d.ts +415 -106
  226. package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
  227. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +15 -17
  228. package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
  229. package/System.Security.Cryptography.d.ts +2 -2
  230. package/System.Security.Permissions/bindings.json +88 -14
  231. package/System.Security.Permissions/internal/index.d.ts +3 -3
  232. package/System.Security.Permissions.d.ts +1 -1
  233. package/System.Security.Policy/bindings.json +42 -1
  234. package/System.Security.Policy/internal/index.d.ts +3 -3
  235. package/System.Security.Principal/bindings.json +355 -28
  236. package/System.Security.Principal/internal/index.d.ts +10 -8
  237. package/System.Security.Principal.d.ts +1 -1
  238. package/System.Text/bindings.json +800 -31
  239. package/System.Text/internal/index.d.ts +11 -14
  240. package/System.Text.Encodings.Web/bindings.json +87 -4
  241. package/System.Text.Encodings.Web/internal/index.d.ts +4 -4
  242. package/System.Text.Json/bindings.json +574 -49
  243. package/System.Text.Json/internal/index.d.ts +18 -18
  244. package/System.Text.Json.Nodes/bindings.json +152 -19
  245. package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
  246. package/System.Text.Json.Schema/bindings.json +10 -0
  247. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  248. package/System.Text.Json.Schema.d.ts +1 -1
  249. package/System.Text.Json.Serialization/bindings.json +295 -54
  250. package/System.Text.Json.Serialization/internal/index.d.ts +18 -14
  251. package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
  252. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +40 -35
  253. package/System.Text.RegularExpressions/bindings.json +1319 -103
  254. package/System.Text.RegularExpressions/internal/index.d.ts +12 -12
  255. package/System.Text.RegularExpressions.d.ts +1 -1
  256. package/System.Text.Unicode/bindings.json +185 -0
  257. package/System.Text.Unicode/internal/index.d.ts +1 -1
  258. package/System.Text.Unicode.d.ts +1 -1
  259. package/System.Threading/bindings.json +1270 -64
  260. package/System.Threading/internal/index.d.ts +26 -28
  261. package/System.Threading.Channels/bindings.json +143 -29
  262. package/System.Threading.Channels/internal/index.d.ts +9 -8
  263. package/System.Threading.Tasks/bindings.json +719 -29
  264. package/System.Threading.Tasks/internal/index.d.ts +12 -6
  265. package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
  266. package/System.Threading.Tasks.Sources/bindings.json +34 -11
  267. package/System.Timers/bindings.json +50 -4
  268. package/System.Timers/internal/index.d.ts +6 -5
  269. package/System.Timers.d.ts +2 -2
  270. package/System.Transactions/bindings.json +269 -32
  271. package/System.Transactions/internal/index.d.ts +3 -9
  272. package/System.Web/bindings.json +32 -0
  273. package/System.Windows.Input/bindings.json +3 -0
  274. package/System.Windows.Markup/bindings.json +4 -0
  275. package/System.Windows.Markup/internal/index.d.ts +1 -1
  276. package/System.Windows.Markup.d.ts +1 -1
  277. package/System.Xml/bindings.json +2447 -210
  278. package/System.Xml/internal/index.d.ts +97 -90
  279. package/System.Xml.Linq/bindings.json +361 -24
  280. package/System.Xml.Linq/internal/index.d.ts +17 -13
  281. package/System.Xml.Resolvers/bindings.json +26 -4
  282. package/System.Xml.Schema/bindings.json +830 -56
  283. package/System.Xml.Schema/internal/index.d.ts +115 -91
  284. package/System.Xml.Serialization/bindings.json +4421 -149
  285. package/System.Xml.Serialization/internal/index.d.ts +128 -70
  286. package/System.Xml.Serialization.d.ts +4 -4
  287. package/System.Xml.XPath/bindings.json +287 -35
  288. package/System.Xml.XPath/internal/index.d.ts +5 -5
  289. package/System.Xml.Xsl/bindings.json +174 -8
  290. package/System.Xml.Xsl/internal/index.d.ts +6 -5
  291. package/System.Xml.Xsl.Runtime/bindings.json +613 -58
  292. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -9
  293. package/System.Xml.Xsl.d.ts +1 -1
  294. package/System.d.ts +1 -1
  295. package/package.json +1 -1
@@ -25,16 +25,16 @@
25
25
  "clrName": "System.IComparable"
26
26
  },
27
27
  {
28
- "stableId": "System.Private.CoreLib:System.IConvertible",
29
- "clrName": "System.IConvertible"
28
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
29
+ "clrName": "System.ISpanFormattable"
30
30
  },
31
31
  {
32
32
  "stableId": "System.Private.CoreLib:System.IFormattable",
33
33
  "clrName": "System.IFormattable"
34
34
  },
35
35
  {
36
- "stableId": "System.Private.CoreLib:System.ISpanFormattable",
37
- "clrName": "System.ISpanFormattable"
36
+ "stableId": "System.Private.CoreLib:System.IConvertible",
37
+ "clrName": "System.IConvertible"
38
38
  }
39
39
  ],
40
40
  "methods": [],
@@ -48,6 +48,7 @@
48
48
  "isStatic": false,
49
49
  "isReadOnly": false,
50
50
  "isLiteral": false,
51
+ "visibility": "Public",
51
52
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
52
53
  "declaringAssemblyName": "System.IO.IsolatedStorage"
53
54
  },
@@ -59,6 +60,7 @@
59
60
  "isStatic": true,
60
61
  "isReadOnly": false,
61
62
  "isLiteral": true,
63
+ "visibility": "Public",
62
64
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
63
65
  "declaringAssemblyName": "System.IO.IsolatedStorage"
64
66
  },
@@ -70,6 +72,7 @@
70
72
  "isStatic": true,
71
73
  "isReadOnly": false,
72
74
  "isLiteral": true,
75
+ "visibility": "Public",
73
76
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
74
77
  "declaringAssemblyName": "System.IO.IsolatedStorage"
75
78
  },
@@ -81,6 +84,7 @@
81
84
  "isStatic": true,
82
85
  "isReadOnly": false,
83
86
  "isLiteral": true,
87
+ "visibility": "Public",
84
88
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
85
89
  "declaringAssemblyName": "System.IO.IsolatedStorage"
86
90
  },
@@ -92,6 +96,7 @@
92
96
  "isStatic": true,
93
97
  "isReadOnly": false,
94
98
  "isLiteral": true,
99
+ "visibility": "Public",
95
100
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
96
101
  "declaringAssemblyName": "System.IO.IsolatedStorage"
97
102
  },
@@ -103,6 +108,7 @@
103
108
  "isStatic": true,
104
109
  "isReadOnly": false,
105
110
  "isLiteral": true,
111
+ "visibility": "Public",
106
112
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
107
113
  "declaringAssemblyName": "System.IO.IsolatedStorage"
108
114
  },
@@ -114,6 +120,7 @@
114
120
  "isStatic": true,
115
121
  "isReadOnly": false,
116
122
  "isLiteral": true,
123
+ "visibility": "Public",
117
124
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
118
125
  "declaringAssemblyName": "System.IO.IsolatedStorage"
119
126
  },
@@ -125,6 +132,7 @@
125
132
  "isStatic": true,
126
133
  "isReadOnly": false,
127
134
  "isLiteral": true,
135
+ "visibility": "Public",
128
136
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageScope",
129
137
  "declaringAssemblyName": "System.IO.IsolatedStorage"
130
138
  }
@@ -159,6 +167,7 @@
159
167
  "isVirtual": true,
160
168
  "isOverride": false,
161
169
  "isSealed": false,
170
+ "visibility": "Public",
162
171
  "declaringClrType": "System.IO.IsolatedStorage.INormalizeForIsolatedStorage",
163
172
  "declaringAssemblyName": "System.IO.IsolatedStorage",
164
173
  "isExtensionMethod": false
@@ -200,6 +209,7 @@
200
209
  "isVirtual": true,
201
210
  "isOverride": false,
202
211
  "isSealed": false,
212
+ "visibility": "Public",
203
213
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
204
214
  "declaringAssemblyName": "System.IO.IsolatedStorage",
205
215
  "isExtensionMethod": false
@@ -219,6 +229,47 @@
219
229
  "isVirtual": true,
220
230
  "isOverride": false,
221
231
  "isSealed": false,
232
+ "visibility": "Public",
233
+ "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
234
+ "declaringAssemblyName": "System.IO.IsolatedStorage",
235
+ "isExtensionMethod": false
236
+ },
237
+ {
238
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorage::InitStore(System.IO.IsolatedStorage.IsolatedStorageScope,System.Type):System.Void",
239
+ "clrName": "InitStore",
240
+ "metadataToken": 100663457,
241
+ "canonicalSignature": "(System.IO.IsolatedStorage.IsolatedStorageScope,System.Type):System.Void",
242
+ "normalizedSignature": "InitStore|(System.IO.IsolatedStorage.IsolatedStorageScope,System.Type):System.Void|static=false",
243
+ "emitScope": "ClassSurface",
244
+ "provenance": "Original",
245
+ "arity": 0,
246
+ "parameterCount": 2,
247
+ "isStatic": false,
248
+ "isAbstract": false,
249
+ "isVirtual": false,
250
+ "isOverride": false,
251
+ "isSealed": false,
252
+ "visibility": "Protected",
253
+ "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
254
+ "declaringAssemblyName": "System.IO.IsolatedStorage",
255
+ "isExtensionMethod": false
256
+ },
257
+ {
258
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorage::InitStore(System.IO.IsolatedStorage.IsolatedStorageScope,System.Type,System.Type):System.Void",
259
+ "clrName": "InitStore",
260
+ "metadataToken": 100663458,
261
+ "canonicalSignature": "(System.IO.IsolatedStorage.IsolatedStorageScope,System.Type,System.Type):System.Void",
262
+ "normalizedSignature": "InitStore|(System.IO.IsolatedStorage.IsolatedStorageScope,System.Type,System.Type):System.Void|static=false",
263
+ "emitScope": "ClassSurface",
264
+ "provenance": "Original",
265
+ "arity": 0,
266
+ "parameterCount": 3,
267
+ "isStatic": false,
268
+ "isAbstract": false,
269
+ "isVirtual": false,
270
+ "isOverride": false,
271
+ "isSealed": false,
272
+ "visibility": "Protected",
222
273
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
223
274
  "declaringAssemblyName": "System.IO.IsolatedStorage",
224
275
  "isExtensionMethod": false
@@ -240,6 +291,7 @@
240
291
  "isAbstract": false,
241
292
  "isVirtual": false,
242
293
  "isOverride": false,
294
+ "visibility": "Public",
243
295
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
244
296
  "declaringAssemblyName": "System.IO.IsolatedStorage"
245
297
  },
@@ -258,6 +310,7 @@
258
310
  "isAbstract": false,
259
311
  "isVirtual": false,
260
312
  "isOverride": false,
313
+ "visibility": "Public",
261
314
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
262
315
  "declaringAssemblyName": "System.IO.IsolatedStorage"
263
316
  },
@@ -276,6 +329,7 @@
276
329
  "isAbstract": false,
277
330
  "isVirtual": false,
278
331
  "isOverride": false,
332
+ "visibility": "Public",
279
333
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
280
334
  "declaringAssemblyName": "System.IO.IsolatedStorage"
281
335
  },
@@ -294,6 +348,7 @@
294
348
  "isAbstract": false,
295
349
  "isVirtual": true,
296
350
  "isOverride": false,
351
+ "visibility": "Public",
297
352
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
298
353
  "declaringAssemblyName": "System.IO.IsolatedStorage"
299
354
  },
@@ -312,6 +367,7 @@
312
367
  "isAbstract": false,
313
368
  "isVirtual": true,
314
369
  "isOverride": false,
370
+ "visibility": "Public",
315
371
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
316
372
  "declaringAssemblyName": "System.IO.IsolatedStorage"
317
373
  },
@@ -330,6 +386,7 @@
330
386
  "isAbstract": false,
331
387
  "isVirtual": true,
332
388
  "isOverride": false,
389
+ "visibility": "Public",
333
390
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
334
391
  "declaringAssemblyName": "System.IO.IsolatedStorage"
335
392
  },
@@ -348,6 +405,7 @@
348
405
  "isAbstract": false,
349
406
  "isVirtual": true,
350
407
  "isOverride": false,
408
+ "visibility": "Public",
351
409
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
352
410
  "declaringAssemblyName": "System.IO.IsolatedStorage"
353
411
  },
@@ -366,6 +424,7 @@
366
424
  "isAbstract": false,
367
425
  "isVirtual": true,
368
426
  "isOverride": false,
427
+ "visibility": "Public",
369
428
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
370
429
  "declaringAssemblyName": "System.IO.IsolatedStorage"
371
430
  },
@@ -374,23 +433,74 @@
374
433
  "clrName": "Scope",
375
434
  "metadataToken": 385876016,
376
435
  "canonicalSignature": ":System.IO.IsolatedStorage.IsolatedStorageScope",
377
- "normalizedSignature": "Scope|:System.IO.IsolatedStorage.IsolatedStorageScope|static=false|accessor=get",
436
+ "normalizedSignature": "Scope|:System.IO.IsolatedStorage.IsolatedStorageScope|static=false|accessor=getset",
378
437
  "emitScope": "ClassSurface",
379
438
  "provenance": "Original",
380
439
  "isIndexer": false,
381
440
  "hasGetter": true,
382
- "hasSetter": false,
441
+ "hasSetter": true,
383
442
  "isStatic": false,
384
443
  "isAbstract": false,
385
444
  "isVirtual": false,
386
445
  "isOverride": false,
446
+ "visibility": "Public",
447
+ "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
448
+ "declaringAssemblyName": "System.IO.IsolatedStorage"
449
+ },
450
+ {
451
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorage::SeparatorExternal:System.Char",
452
+ "clrName": "SeparatorExternal",
453
+ "metadataToken": 385876017,
454
+ "canonicalSignature": ":System.Char",
455
+ "normalizedSignature": "SeparatorExternal|:System.Char|static=false|accessor=get",
456
+ "emitScope": "ClassSurface",
457
+ "provenance": "Original",
458
+ "isIndexer": false,
459
+ "hasGetter": true,
460
+ "hasSetter": false,
461
+ "isStatic": false,
462
+ "isAbstract": false,
463
+ "isVirtual": true,
464
+ "isOverride": false,
465
+ "visibility": "Protected",
466
+ "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
467
+ "declaringAssemblyName": "System.IO.IsolatedStorage"
468
+ },
469
+ {
470
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorage::SeparatorInternal:System.Char",
471
+ "clrName": "SeparatorInternal",
472
+ "metadataToken": 385876018,
473
+ "canonicalSignature": ":System.Char",
474
+ "normalizedSignature": "SeparatorInternal|:System.Char|static=false|accessor=get",
475
+ "emitScope": "ClassSurface",
476
+ "provenance": "Original",
477
+ "isIndexer": false,
478
+ "hasGetter": true,
479
+ "hasSetter": false,
480
+ "isStatic": false,
481
+ "isAbstract": false,
482
+ "isVirtual": true,
483
+ "isOverride": false,
484
+ "visibility": "Protected",
387
485
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
388
486
  "declaringAssemblyName": "System.IO.IsolatedStorage"
389
487
  }
390
488
  ],
391
489
  "fields": [],
392
490
  "events": [],
393
- "constructors": []
491
+ "constructors": [
492
+ {
493
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorage::.ctor():void",
494
+ "metadataToken": 100663440,
495
+ "canonicalSignature": "():void",
496
+ "normalizedSignature": "constructor|():void|static=false",
497
+ "isStatic": false,
498
+ "parameterCount": 0,
499
+ "visibility": "Protected",
500
+ "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorage",
501
+ "declaringAssemblyName": "System.IO.IsolatedStorage"
502
+ }
503
+ ]
394
504
  },
395
505
  {
396
506
  "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageException",
@@ -429,6 +539,7 @@
429
539
  "isVirtual": true,
430
540
  "isOverride": false,
431
541
  "isSealed": false,
542
+ "visibility": "Public",
432
543
  "declaringClrType": "System.Runtime.Serialization.ISerializable",
433
544
  "declaringAssemblyName": "System.Private.CoreLib",
434
545
  "isExtensionMethod": false,
@@ -449,6 +560,7 @@
449
560
  "isVirtual": true,
450
561
  "isOverride": false,
451
562
  "isSealed": false,
563
+ "visibility": "Public",
452
564
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageException",
453
565
  "declaringAssemblyName": "System.IO.IsolatedStorage",
454
566
  "isExtensionMethod": false
@@ -465,6 +577,7 @@
465
577
  "normalizedSignature": "constructor|():void|static=false",
466
578
  "isStatic": false,
467
579
  "parameterCount": 0,
580
+ "visibility": "Public",
468
581
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageException",
469
582
  "declaringAssemblyName": "System.IO.IsolatedStorage"
470
583
  },
@@ -475,6 +588,7 @@
475
588
  "normalizedSignature": "constructor|(System.String):void|static=false",
476
589
  "isStatic": false,
477
590
  "parameterCount": 1,
591
+ "visibility": "Public",
478
592
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageException",
479
593
  "declaringAssemblyName": "System.IO.IsolatedStorage"
480
594
  },
@@ -485,6 +599,18 @@
485
599
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
486
600
  "isStatic": false,
487
601
  "parameterCount": 2,
602
+ "visibility": "Public",
603
+ "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageException",
604
+ "declaringAssemblyName": "System.IO.IsolatedStorage"
605
+ },
606
+ {
607
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
608
+ "metadataToken": 100663331,
609
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
610
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
611
+ "isStatic": false,
612
+ "parameterCount": 2,
613
+ "visibility": "Protected",
488
614
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageException",
489
615
  "declaringAssemblyName": "System.IO.IsolatedStorage"
490
616
  }
@@ -527,6 +653,7 @@
527
653
  "isVirtual": false,
528
654
  "isOverride": false,
529
655
  "isSealed": false,
656
+ "visibility": "Public",
530
657
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
531
658
  "declaringAssemblyName": "System.IO.IsolatedStorage",
532
659
  "isExtensionMethod": false
@@ -546,6 +673,7 @@
546
673
  "isVirtual": false,
547
674
  "isOverride": false,
548
675
  "isSealed": false,
676
+ "visibility": "Public",
549
677
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
550
678
  "declaringAssemblyName": "System.IO.IsolatedStorage",
551
679
  "isExtensionMethod": false
@@ -565,6 +693,7 @@
565
693
  "isVirtual": false,
566
694
  "isOverride": false,
567
695
  "isSealed": false,
696
+ "visibility": "Public",
568
697
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
569
698
  "declaringAssemblyName": "System.IO.IsolatedStorage",
570
699
  "isExtensionMethod": false
@@ -584,6 +713,7 @@
584
713
  "isVirtual": false,
585
714
  "isOverride": false,
586
715
  "isSealed": false,
716
+ "visibility": "Public",
587
717
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
588
718
  "declaringAssemblyName": "System.IO.IsolatedStorage",
589
719
  "isExtensionMethod": false
@@ -603,6 +733,7 @@
603
733
  "isVirtual": false,
604
734
  "isOverride": false,
605
735
  "isSealed": false,
736
+ "visibility": "Public",
606
737
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
607
738
  "declaringAssemblyName": "System.IO.IsolatedStorage",
608
739
  "isExtensionMethod": false
@@ -622,6 +753,7 @@
622
753
  "isVirtual": false,
623
754
  "isOverride": false,
624
755
  "isSealed": false,
756
+ "visibility": "Public",
625
757
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
626
758
  "declaringAssemblyName": "System.IO.IsolatedStorage",
627
759
  "isExtensionMethod": false
@@ -641,6 +773,7 @@
641
773
  "isVirtual": false,
642
774
  "isOverride": false,
643
775
  "isSealed": false,
776
+ "visibility": "Public",
644
777
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
645
778
  "declaringAssemblyName": "System.IO.IsolatedStorage",
646
779
  "isExtensionMethod": false
@@ -660,6 +793,7 @@
660
793
  "isVirtual": false,
661
794
  "isOverride": false,
662
795
  "isSealed": false,
796
+ "visibility": "Public",
663
797
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
664
798
  "declaringAssemblyName": "System.IO.IsolatedStorage",
665
799
  "isExtensionMethod": false
@@ -679,6 +813,7 @@
679
813
  "isVirtual": false,
680
814
  "isOverride": false,
681
815
  "isSealed": false,
816
+ "visibility": "Public",
682
817
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
683
818
  "declaringAssemblyName": "System.IO.IsolatedStorage",
684
819
  "isExtensionMethod": false
@@ -698,6 +833,7 @@
698
833
  "isVirtual": false,
699
834
  "isOverride": false,
700
835
  "isSealed": false,
836
+ "visibility": "Public",
701
837
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
702
838
  "declaringAssemblyName": "System.IO.IsolatedStorage",
703
839
  "isExtensionMethod": false
@@ -717,6 +853,7 @@
717
853
  "isVirtual": false,
718
854
  "isOverride": false,
719
855
  "isSealed": false,
856
+ "visibility": "Public",
720
857
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
721
858
  "declaringAssemblyName": "System.IO.IsolatedStorage",
722
859
  "isExtensionMethod": false
@@ -736,6 +873,7 @@
736
873
  "isVirtual": false,
737
874
  "isOverride": false,
738
875
  "isSealed": false,
876
+ "visibility": "Public",
739
877
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
740
878
  "declaringAssemblyName": "System.IO.IsolatedStorage",
741
879
  "isExtensionMethod": false
@@ -755,6 +893,7 @@
755
893
  "isVirtual": false,
756
894
  "isOverride": false,
757
895
  "isSealed": false,
896
+ "visibility": "Public",
758
897
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
759
898
  "declaringAssemblyName": "System.IO.IsolatedStorage",
760
899
  "isExtensionMethod": false
@@ -774,6 +913,7 @@
774
913
  "isVirtual": false,
775
914
  "isOverride": false,
776
915
  "isSealed": false,
916
+ "visibility": "Public",
777
917
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
778
918
  "declaringAssemblyName": "System.IO.IsolatedStorage",
779
919
  "isExtensionMethod": false
@@ -793,6 +933,7 @@
793
933
  "isVirtual": false,
794
934
  "isOverride": false,
795
935
  "isSealed": false,
936
+ "visibility": "Public",
796
937
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
797
938
  "declaringAssemblyName": "System.IO.IsolatedStorage",
798
939
  "isExtensionMethod": false
@@ -812,6 +953,7 @@
812
953
  "isVirtual": false,
813
954
  "isOverride": false,
814
955
  "isSealed": false,
956
+ "visibility": "Public",
815
957
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
816
958
  "declaringAssemblyName": "System.IO.IsolatedStorage",
817
959
  "isExtensionMethod": false
@@ -831,6 +973,7 @@
831
973
  "isVirtual": false,
832
974
  "isOverride": false,
833
975
  "isSealed": false,
976
+ "visibility": "Public",
834
977
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
835
978
  "declaringAssemblyName": "System.IO.IsolatedStorage",
836
979
  "isExtensionMethod": false
@@ -850,6 +993,7 @@
850
993
  "isVirtual": false,
851
994
  "isOverride": false,
852
995
  "isSealed": false,
996
+ "visibility": "Public",
853
997
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
854
998
  "declaringAssemblyName": "System.IO.IsolatedStorage",
855
999
  "isExtensionMethod": false
@@ -869,6 +1013,7 @@
869
1013
  "isVirtual": false,
870
1014
  "isOverride": false,
871
1015
  "isSealed": false,
1016
+ "visibility": "Public",
872
1017
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
873
1018
  "declaringAssemblyName": "System.IO.IsolatedStorage",
874
1019
  "isExtensionMethod": false
@@ -888,6 +1033,7 @@
888
1033
  "isVirtual": false,
889
1034
  "isOverride": false,
890
1035
  "isSealed": false,
1036
+ "visibility": "Public",
891
1037
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
892
1038
  "declaringAssemblyName": "System.IO.IsolatedStorage",
893
1039
  "isExtensionMethod": false
@@ -907,6 +1053,7 @@
907
1053
  "isVirtual": false,
908
1054
  "isOverride": false,
909
1055
  "isSealed": false,
1056
+ "visibility": "Public",
910
1057
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
911
1058
  "declaringAssemblyName": "System.IO.IsolatedStorage",
912
1059
  "isExtensionMethod": false
@@ -926,6 +1073,7 @@
926
1073
  "isVirtual": false,
927
1074
  "isOverride": false,
928
1075
  "isSealed": false,
1076
+ "visibility": "Public",
929
1077
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
930
1078
  "declaringAssemblyName": "System.IO.IsolatedStorage",
931
1079
  "isExtensionMethod": false
@@ -945,6 +1093,7 @@
945
1093
  "isVirtual": false,
946
1094
  "isOverride": false,
947
1095
  "isSealed": false,
1096
+ "visibility": "Public",
948
1097
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
949
1098
  "declaringAssemblyName": "System.IO.IsolatedStorage",
950
1099
  "isExtensionMethod": false
@@ -964,6 +1113,7 @@
964
1113
  "isVirtual": false,
965
1114
  "isOverride": false,
966
1115
  "isSealed": false,
1116
+ "visibility": "Public",
967
1117
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
968
1118
  "declaringAssemblyName": "System.IO.IsolatedStorage",
969
1119
  "isExtensionMethod": false
@@ -983,6 +1133,7 @@
983
1133
  "isVirtual": false,
984
1134
  "isOverride": false,
985
1135
  "isSealed": false,
1136
+ "visibility": "Public",
986
1137
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
987
1138
  "declaringAssemblyName": "System.IO.IsolatedStorage",
988
1139
  "isExtensionMethod": false
@@ -1002,6 +1153,7 @@
1002
1153
  "isVirtual": false,
1003
1154
  "isOverride": false,
1004
1155
  "isSealed": false,
1156
+ "visibility": "Public",
1005
1157
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1006
1158
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1007
1159
  "isExtensionMethod": false
@@ -1021,6 +1173,7 @@
1021
1173
  "isVirtual": false,
1022
1174
  "isOverride": false,
1023
1175
  "isSealed": false,
1176
+ "visibility": "Public",
1024
1177
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1025
1178
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1026
1179
  "isExtensionMethod": false
@@ -1040,6 +1193,7 @@
1040
1193
  "isVirtual": false,
1041
1194
  "isOverride": false,
1042
1195
  "isSealed": false,
1196
+ "visibility": "Public",
1043
1197
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1044
1198
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1045
1199
  "isExtensionMethod": false
@@ -1059,6 +1213,7 @@
1059
1213
  "isVirtual": false,
1060
1214
  "isOverride": false,
1061
1215
  "isSealed": false,
1216
+ "visibility": "Public",
1062
1217
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1063
1218
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1064
1219
  "isExtensionMethod": false
@@ -1078,6 +1233,7 @@
1078
1233
  "isVirtual": false,
1079
1234
  "isOverride": false,
1080
1235
  "isSealed": false,
1236
+ "visibility": "Public",
1081
1237
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1082
1238
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1083
1239
  "isExtensionMethod": false
@@ -1097,6 +1253,7 @@
1097
1253
  "isVirtual": false,
1098
1254
  "isOverride": false,
1099
1255
  "isSealed": false,
1256
+ "visibility": "Public",
1100
1257
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1101
1258
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1102
1259
  "isExtensionMethod": false
@@ -1116,6 +1273,7 @@
1116
1273
  "isVirtual": false,
1117
1274
  "isOverride": false,
1118
1275
  "isSealed": false,
1276
+ "visibility": "Public",
1119
1277
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1120
1278
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1121
1279
  "isExtensionMethod": false
@@ -1135,6 +1293,7 @@
1135
1293
  "isVirtual": false,
1136
1294
  "isOverride": false,
1137
1295
  "isSealed": false,
1296
+ "visibility": "Public",
1138
1297
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1139
1298
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1140
1299
  "isExtensionMethod": false
@@ -1154,6 +1313,7 @@
1154
1313
  "isVirtual": true,
1155
1314
  "isOverride": false,
1156
1315
  "isSealed": true,
1316
+ "visibility": "Public",
1157
1317
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1158
1318
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1159
1319
  "isExtensionMethod": false
@@ -1173,6 +1333,7 @@
1173
1333
  "isVirtual": true,
1174
1334
  "isOverride": true,
1175
1335
  "isSealed": false,
1336
+ "visibility": "Public",
1176
1337
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1177
1338
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1178
1339
  "isExtensionMethod": false
@@ -1192,6 +1353,7 @@
1192
1353
  "isVirtual": true,
1193
1354
  "isOverride": true,
1194
1355
  "isSealed": false,
1356
+ "visibility": "Public",
1195
1357
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1196
1358
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1197
1359
  "isExtensionMethod": false
@@ -1211,6 +1373,7 @@
1211
1373
  "isVirtual": false,
1212
1374
  "isOverride": false,
1213
1375
  "isSealed": false,
1376
+ "visibility": "Public",
1214
1377
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1215
1378
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1216
1379
  "isExtensionMethod": false
@@ -1230,6 +1393,7 @@
1230
1393
  "isVirtual": true,
1231
1394
  "isOverride": false,
1232
1395
  "isSealed": false,
1396
+ "visibility": "Public",
1233
1397
  "declaringClrType": "System.IDisposable",
1234
1398
  "declaringAssemblyName": "System.Private.CoreLib",
1235
1399
  "isExtensionMethod": false,
@@ -1252,6 +1416,7 @@
1252
1416
  "isAbstract": false,
1253
1417
  "isVirtual": true,
1254
1418
  "isOverride": true,
1419
+ "visibility": "Public",
1255
1420
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1256
1421
  "declaringAssemblyName": "System.IO.IsolatedStorage"
1257
1422
  },
@@ -1270,6 +1435,7 @@
1270
1435
  "isAbstract": false,
1271
1436
  "isVirtual": true,
1272
1437
  "isOverride": true,
1438
+ "visibility": "Public",
1273
1439
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1274
1440
  "declaringAssemblyName": "System.IO.IsolatedStorage"
1275
1441
  },
@@ -1288,6 +1454,7 @@
1288
1454
  "isAbstract": false,
1289
1455
  "isVirtual": true,
1290
1456
  "isOverride": true,
1457
+ "visibility": "Public",
1291
1458
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1292
1459
  "declaringAssemblyName": "System.IO.IsolatedStorage"
1293
1460
  },
@@ -1306,6 +1473,7 @@
1306
1473
  "isAbstract": false,
1307
1474
  "isVirtual": true,
1308
1475
  "isOverride": true,
1476
+ "visibility": "Public",
1309
1477
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1310
1478
  "declaringAssemblyName": "System.IO.IsolatedStorage"
1311
1479
  },
@@ -1324,6 +1492,7 @@
1324
1492
  "isAbstract": false,
1325
1493
  "isVirtual": true,
1326
1494
  "isOverride": true,
1495
+ "visibility": "Public",
1327
1496
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1328
1497
  "declaringAssemblyName": "System.IO.IsolatedStorage"
1329
1498
  },
@@ -1342,6 +1511,7 @@
1342
1511
  "isAbstract": false,
1343
1512
  "isVirtual": false,
1344
1513
  "isOverride": false,
1514
+ "visibility": "Public",
1345
1515
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFile",
1346
1516
  "declaringAssemblyName": "System.IO.IsolatedStorage"
1347
1517
  }
@@ -1366,16 +1536,36 @@
1366
1536
  "clrName": "System.IO.FileStream"
1367
1537
  },
1368
1538
  "interfaces": [
1369
- {
1370
- "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
1371
- "clrName": "System.IAsyncDisposable"
1372
- },
1373
1539
  {
1374
1540
  "stableId": "System.Private.CoreLib:System.IDisposable",
1375
1541
  "clrName": "System.IDisposable"
1542
+ },
1543
+ {
1544
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
1545
+ "clrName": "System.IAsyncDisposable"
1376
1546
  }
1377
1547
  ],
1378
1548
  "methods": [
1549
+ {
1550
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::Dispose(System.Boolean):System.Void",
1551
+ "clrName": "Dispose",
1552
+ "metadataToken": 100663415,
1553
+ "canonicalSignature": "(System.Boolean):System.Void",
1554
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
1555
+ "emitScope": "ClassSurface",
1556
+ "provenance": "Original",
1557
+ "arity": 0,
1558
+ "parameterCount": 1,
1559
+ "isStatic": false,
1560
+ "isAbstract": false,
1561
+ "isVirtual": true,
1562
+ "isOverride": true,
1563
+ "isSealed": false,
1564
+ "visibility": "Protected",
1565
+ "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1566
+ "declaringAssemblyName": "System.IO.IsolatedStorage",
1567
+ "isExtensionMethod": false
1568
+ },
1379
1569
  {
1380
1570
  "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::DisposeAsync():System.Threading.Tasks.ValueTask",
1381
1571
  "clrName": "DisposeAsync",
@@ -1391,6 +1581,7 @@
1391
1581
  "isVirtual": true,
1392
1582
  "isOverride": true,
1393
1583
  "isSealed": false,
1584
+ "visibility": "Public",
1394
1585
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1395
1586
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1396
1587
  "isExtensionMethod": false
@@ -1410,6 +1601,7 @@
1410
1601
  "isVirtual": true,
1411
1602
  "isOverride": true,
1412
1603
  "isSealed": false,
1604
+ "visibility": "Public",
1413
1605
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1414
1606
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1415
1607
  "isExtensionMethod": false
@@ -1429,6 +1621,7 @@
1429
1621
  "isVirtual": true,
1430
1622
  "isOverride": true,
1431
1623
  "isSealed": false,
1624
+ "visibility": "Public",
1432
1625
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1433
1626
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1434
1627
  "isExtensionMethod": false
@@ -1448,6 +1641,7 @@
1448
1641
  "isVirtual": true,
1449
1642
  "isOverride": true,
1450
1643
  "isSealed": false,
1644
+ "visibility": "Public",
1451
1645
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1452
1646
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1453
1647
  "isExtensionMethod": false
@@ -1467,6 +1661,7 @@
1467
1661
  "isVirtual": true,
1468
1662
  "isOverride": true,
1469
1663
  "isSealed": false,
1664
+ "visibility": "Public",
1470
1665
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1471
1666
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1472
1667
  "isExtensionMethod": false
@@ -1486,6 +1681,7 @@
1486
1681
  "isVirtual": true,
1487
1682
  "isOverride": true,
1488
1683
  "isSealed": false,
1684
+ "visibility": "Public",
1489
1685
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1490
1686
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1491
1687
  "isExtensionMethod": false
@@ -1505,6 +1701,7 @@
1505
1701
  "isVirtual": true,
1506
1702
  "isOverride": true,
1507
1703
  "isSealed": false,
1704
+ "visibility": "Public",
1508
1705
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1509
1706
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1510
1707
  "isExtensionMethod": false
@@ -1524,6 +1721,7 @@
1524
1721
  "isVirtual": true,
1525
1722
  "isOverride": true,
1526
1723
  "isSealed": false,
1724
+ "visibility": "Public",
1527
1725
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1528
1726
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1529
1727
  "isExtensionMethod": false
@@ -1543,6 +1741,7 @@
1543
1741
  "isVirtual": true,
1544
1742
  "isOverride": true,
1545
1743
  "isSealed": false,
1744
+ "visibility": "Public",
1546
1745
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1547
1746
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1548
1747
  "isExtensionMethod": false
@@ -1562,6 +1761,7 @@
1562
1761
  "isVirtual": true,
1563
1762
  "isOverride": true,
1564
1763
  "isSealed": false,
1764
+ "visibility": "Public",
1565
1765
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1566
1766
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1567
1767
  "isExtensionMethod": false
@@ -1581,6 +1781,7 @@
1581
1781
  "isVirtual": true,
1582
1782
  "isOverride": true,
1583
1783
  "isSealed": false,
1784
+ "visibility": "Public",
1584
1785
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1585
1786
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1586
1787
  "isExtensionMethod": false
@@ -1600,6 +1801,7 @@
1600
1801
  "isVirtual": true,
1601
1802
  "isOverride": true,
1602
1803
  "isSealed": false,
1804
+ "visibility": "Public",
1603
1805
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1604
1806
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1605
1807
  "isExtensionMethod": false
@@ -1619,6 +1821,7 @@
1619
1821
  "isVirtual": true,
1620
1822
  "isOverride": true,
1621
1823
  "isSealed": false,
1824
+ "visibility": "Public",
1622
1825
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1623
1826
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1624
1827
  "isExtensionMethod": false
@@ -1638,6 +1841,7 @@
1638
1841
  "isVirtual": true,
1639
1842
  "isOverride": true,
1640
1843
  "isSealed": false,
1844
+ "visibility": "Public",
1641
1845
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1642
1846
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1643
1847
  "isExtensionMethod": false
@@ -1657,6 +1861,7 @@
1657
1861
  "isVirtual": true,
1658
1862
  "isOverride": true,
1659
1863
  "isSealed": false,
1864
+ "visibility": "Public",
1660
1865
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1661
1866
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1662
1867
  "isExtensionMethod": false
@@ -1676,6 +1881,7 @@
1676
1881
  "isVirtual": true,
1677
1882
  "isOverride": true,
1678
1883
  "isSealed": false,
1884
+ "visibility": "Public",
1679
1885
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1680
1886
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1681
1887
  "isExtensionMethod": false
@@ -1695,6 +1901,7 @@
1695
1901
  "isVirtual": true,
1696
1902
  "isOverride": true,
1697
1903
  "isSealed": false,
1904
+ "visibility": "Public",
1698
1905
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1699
1906
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1700
1907
  "isExtensionMethod": false
@@ -1714,6 +1921,7 @@
1714
1921
  "isVirtual": true,
1715
1922
  "isOverride": true,
1716
1923
  "isSealed": false,
1924
+ "visibility": "Public",
1717
1925
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1718
1926
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1719
1927
  "isExtensionMethod": false
@@ -1733,6 +1941,7 @@
1733
1941
  "isVirtual": true,
1734
1942
  "isOverride": true,
1735
1943
  "isSealed": false,
1944
+ "visibility": "Public",
1736
1945
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1737
1946
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1738
1947
  "isExtensionMethod": false
@@ -1752,6 +1961,7 @@
1752
1961
  "isVirtual": true,
1753
1962
  "isOverride": true,
1754
1963
  "isSealed": false,
1964
+ "visibility": "Public",
1755
1965
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1756
1966
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1757
1967
  "isExtensionMethod": false
@@ -1771,6 +1981,7 @@
1771
1981
  "isVirtual": true,
1772
1982
  "isOverride": true,
1773
1983
  "isSealed": false,
1984
+ "visibility": "Public",
1774
1985
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1775
1986
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1776
1987
  "isExtensionMethod": false
@@ -1790,6 +2001,7 @@
1790
2001
  "isVirtual": true,
1791
2002
  "isOverride": true,
1792
2003
  "isSealed": false,
2004
+ "visibility": "Public",
1793
2005
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1794
2006
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1795
2007
  "isExtensionMethod": false
@@ -1809,6 +2021,7 @@
1809
2021
  "isVirtual": true,
1810
2022
  "isOverride": false,
1811
2023
  "isSealed": false,
2024
+ "visibility": "Public",
1812
2025
  "declaringClrType": "System.IDisposable",
1813
2026
  "declaringAssemblyName": "System.Private.CoreLib",
1814
2027
  "isExtensionMethod": false,
@@ -1829,6 +2042,7 @@
1829
2042
  "isVirtual": true,
1830
2043
  "isOverride": false,
1831
2044
  "isSealed": false,
2045
+ "visibility": "Public",
1832
2046
  "declaringClrType": "System.IAsyncDisposable",
1833
2047
  "declaringAssemblyName": "System.Private.CoreLib",
1834
2048
  "isExtensionMethod": false,
@@ -1849,6 +2063,7 @@
1849
2063
  "isVirtual": true,
1850
2064
  "isOverride": false,
1851
2065
  "isSealed": false,
2066
+ "visibility": "Public",
1852
2067
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1853
2068
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1854
2069
  "isExtensionMethod": false
@@ -1868,6 +2083,7 @@
1868
2083
  "isVirtual": false,
1869
2084
  "isOverride": false,
1870
2085
  "isSealed": false,
2086
+ "visibility": "Public",
1871
2087
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1872
2088
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1873
2089
  "isExtensionMethod": false
@@ -1887,6 +2103,7 @@
1887
2103
  "isVirtual": true,
1888
2104
  "isOverride": false,
1889
2105
  "isSealed": false,
2106
+ "visibility": "Public",
1890
2107
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1891
2108
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1892
2109
  "isExtensionMethod": false
@@ -1906,6 +2123,7 @@
1906
2123
  "isVirtual": true,
1907
2124
  "isOverride": false,
1908
2125
  "isSealed": false,
2126
+ "visibility": "Public",
1909
2127
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1910
2128
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1911
2129
  "isExtensionMethod": false
@@ -1925,6 +2143,7 @@
1925
2143
  "isVirtual": true,
1926
2144
  "isOverride": false,
1927
2145
  "isSealed": false,
2146
+ "visibility": "Public",
1928
2147
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1929
2148
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1930
2149
  "isExtensionMethod": false
@@ -1944,6 +2163,7 @@
1944
2163
  "isVirtual": false,
1945
2164
  "isOverride": false,
1946
2165
  "isSealed": false,
2166
+ "visibility": "Public",
1947
2167
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1948
2168
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1949
2169
  "isExtensionMethod": false
@@ -1963,6 +2183,7 @@
1963
2183
  "isVirtual": true,
1964
2184
  "isOverride": false,
1965
2185
  "isSealed": false,
2186
+ "visibility": "Public",
1966
2187
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1967
2188
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1968
2189
  "isExtensionMethod": false
@@ -1982,6 +2203,7 @@
1982
2203
  "isVirtual": true,
1983
2204
  "isOverride": false,
1984
2205
  "isSealed": false,
2206
+ "visibility": "Public",
1985
2207
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
1986
2208
  "declaringAssemblyName": "System.IO.IsolatedStorage",
1987
2209
  "isExtensionMethod": false
@@ -2001,6 +2223,7 @@
2001
2223
  "isVirtual": false,
2002
2224
  "isOverride": false,
2003
2225
  "isSealed": false,
2226
+ "visibility": "Public",
2004
2227
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2005
2228
  "declaringAssemblyName": "System.IO.IsolatedStorage",
2006
2229
  "isExtensionMethod": false
@@ -2022,6 +2245,7 @@
2022
2245
  "isAbstract": false,
2023
2246
  "isVirtual": true,
2024
2247
  "isOverride": true,
2248
+ "visibility": "Public",
2025
2249
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2026
2250
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2027
2251
  },
@@ -2040,6 +2264,7 @@
2040
2264
  "isAbstract": false,
2041
2265
  "isVirtual": true,
2042
2266
  "isOverride": true,
2267
+ "visibility": "Public",
2043
2268
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2044
2269
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2045
2270
  },
@@ -2058,6 +2283,7 @@
2058
2283
  "isAbstract": false,
2059
2284
  "isVirtual": true,
2060
2285
  "isOverride": true,
2286
+ "visibility": "Public",
2061
2287
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2062
2288
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2063
2289
  },
@@ -2076,6 +2302,7 @@
2076
2302
  "isAbstract": false,
2077
2303
  "isVirtual": true,
2078
2304
  "isOverride": true,
2305
+ "visibility": "Public",
2079
2306
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2080
2307
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2081
2308
  },
@@ -2094,6 +2321,7 @@
2094
2321
  "isAbstract": false,
2095
2322
  "isVirtual": true,
2096
2323
  "isOverride": true,
2324
+ "visibility": "Public",
2097
2325
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2098
2326
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2099
2327
  },
@@ -2112,6 +2340,7 @@
2112
2340
  "isAbstract": false,
2113
2341
  "isVirtual": true,
2114
2342
  "isOverride": true,
2343
+ "visibility": "Public",
2115
2344
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2116
2345
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2117
2346
  },
@@ -2130,6 +2359,7 @@
2130
2359
  "isAbstract": false,
2131
2360
  "isVirtual": true,
2132
2361
  "isOverride": true,
2362
+ "visibility": "Public",
2133
2363
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2134
2364
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2135
2365
  },
@@ -2148,6 +2378,7 @@
2148
2378
  "isAbstract": false,
2149
2379
  "isVirtual": true,
2150
2380
  "isOverride": true,
2381
+ "visibility": "Public",
2151
2382
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2152
2383
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2153
2384
  }
@@ -2162,6 +2393,7 @@
2162
2393
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode):void|static=false",
2163
2394
  "isStatic": false,
2164
2395
  "parameterCount": 2,
2396
+ "visibility": "Public",
2165
2397
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2166
2398
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2167
2399
  },
@@ -2172,6 +2404,7 @@
2172
2404
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode,System.IO.IsolatedStorage.IsolatedStorageFile):void|static=false",
2173
2405
  "isStatic": false,
2174
2406
  "parameterCount": 3,
2407
+ "visibility": "Public",
2175
2408
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2176
2409
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2177
2410
  },
@@ -2182,6 +2415,7 @@
2182
2415
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode,System.IO.FileAccess):void|static=false",
2183
2416
  "isStatic": false,
2184
2417
  "parameterCount": 3,
2418
+ "visibility": "Public",
2185
2419
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2186
2420
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2187
2421
  },
@@ -2192,6 +2426,7 @@
2192
2426
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.IsolatedStorage.IsolatedStorageFile):void|static=false",
2193
2427
  "isStatic": false,
2194
2428
  "parameterCount": 4,
2429
+ "visibility": "Public",
2195
2430
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2196
2431
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2197
2432
  },
@@ -2202,6 +2437,7 @@
2202
2437
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare):void|static=false",
2203
2438
  "isStatic": false,
2204
2439
  "parameterCount": 4,
2440
+ "visibility": "Public",
2205
2441
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2206
2442
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2207
2443
  },
@@ -2212,6 +2448,7 @@
2212
2448
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.IsolatedStorage.IsolatedStorageFile):void|static=false",
2213
2449
  "isStatic": false,
2214
2450
  "parameterCount": 5,
2451
+ "visibility": "Public",
2215
2452
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2216
2453
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2217
2454
  },
@@ -2222,6 +2459,7 @@
2222
2459
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32):void|static=false",
2223
2460
  "isStatic": false,
2224
2461
  "parameterCount": 5,
2462
+ "visibility": "Public",
2225
2463
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2226
2464
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2227
2465
  },
@@ -2232,6 +2470,7 @@
2232
2470
  "normalizedSignature": "constructor|(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.IsolatedStorage.IsolatedStorageFile):void|static=false",
2233
2471
  "isStatic": false,
2234
2472
  "parameterCount": 6,
2473
+ "visibility": "Public",
2235
2474
  "declaringClrType": "System.IO.IsolatedStorage.IsolatedStorageFileStream",
2236
2475
  "declaringAssemblyName": "System.IO.IsolatedStorage"
2237
2476
  }