@tsonic/dotnet 10.0.12 → 10.0.16

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 (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -8698,26 +8698,6 @@
8698
8698
  "declaringAssemblyName": "System.Data.Common",
8699
8699
  "isExtensionMethod": false
8700
8700
  },
8701
- {
8702
- "stableId": "System.Data.Common:System.Data.ConstraintCollection::GetEnumerator():System.Collections.IEnumerator",
8703
- "clrName": "GetEnumerator",
8704
- "metadataToken": 0,
8705
- "canonicalSignature": "():System.Collections.IEnumerator",
8706
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8707
- "emitScope": "ClassSurface",
8708
- "provenance": "BaseOverload",
8709
- "arity": 0,
8710
- "parameterCount": 0,
8711
- "isStatic": false,
8712
- "isAbstract": false,
8713
- "isVirtual": true,
8714
- "isOverride": false,
8715
- "isSealed": false,
8716
- "visibility": "Public",
8717
- "declaringClrType": "System.Data.ConstraintCollection",
8718
- "declaringAssemblyName": "System.Data.Common",
8719
- "isExtensionMethod": false
8720
- },
8721
8701
  {
8722
8702
  "stableId": "System.Data.Common:System.Data.ConstraintCollection::get_Item(System.Int32):System.Data.Constraint",
8723
8703
  "clrName": "get_Item",
@@ -8897,26 +8877,6 @@
8897
8877
  "declaringAssemblyName": "System.Private.CoreLib",
8898
8878
  "isExtensionMethod": false,
8899
8879
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
8900
- },
8901
- {
8902
- "stableId": "System.Data.Common:System.Data.ConstraintException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
8903
- "clrName": "GetObjectData",
8904
- "metadataToken": 0,
8905
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
8906
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
8907
- "emitScope": "ClassSurface",
8908
- "provenance": "BaseOverload",
8909
- "arity": 0,
8910
- "parameterCount": 2,
8911
- "isStatic": false,
8912
- "isAbstract": false,
8913
- "isVirtual": true,
8914
- "isOverride": false,
8915
- "isSealed": false,
8916
- "visibility": "Public",
8917
- "declaringClrType": "System.Data.ConstraintException",
8918
- "declaringAssemblyName": "System.Data.Common",
8919
- "isExtensionMethod": false
8920
8880
  }
8921
8881
  ],
8922
8882
  "properties": [],
@@ -9160,66 +9120,6 @@
9160
9120
  "declaringAssemblyName": "System.ComponentModel",
9161
9121
  "isExtensionMethod": false,
9162
9122
  "sourceInterface": "System.IServiceProvider"
9163
- },
9164
- {
9165
- "stableId": "System.Data.Common:System.Data.DataColumn::Dispose():System.Void",
9166
- "clrName": "Dispose",
9167
- "metadataToken": 0,
9168
- "canonicalSignature": "():System.Void",
9169
- "normalizedSignature": "Dispose|():System.Void|static=false",
9170
- "emitScope": "ClassSurface",
9171
- "provenance": "BaseOverload",
9172
- "arity": 0,
9173
- "parameterCount": 0,
9174
- "isStatic": false,
9175
- "isAbstract": false,
9176
- "isVirtual": true,
9177
- "isOverride": false,
9178
- "isSealed": false,
9179
- "visibility": "Public",
9180
- "declaringClrType": "System.Data.DataColumn",
9181
- "declaringAssemblyName": "System.Data.Common",
9182
- "isExtensionMethod": false
9183
- },
9184
- {
9185
- "stableId": "System.Data.Common:System.Data.DataColumn::Dispose(System.Boolean):System.Void",
9186
- "clrName": "Dispose",
9187
- "metadataToken": 0,
9188
- "canonicalSignature": "(System.Boolean):System.Void",
9189
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
9190
- "emitScope": "ClassSurface",
9191
- "provenance": "BaseOverload",
9192
- "arity": 0,
9193
- "parameterCount": 1,
9194
- "isStatic": false,
9195
- "isAbstract": false,
9196
- "isVirtual": true,
9197
- "isOverride": false,
9198
- "isSealed": false,
9199
- "visibility": "Protected",
9200
- "declaringClrType": "System.Data.DataColumn",
9201
- "declaringAssemblyName": "System.Data.Common",
9202
- "isExtensionMethod": false
9203
- },
9204
- {
9205
- "stableId": "System.Data.Common:System.Data.DataColumn::GetService(System.Type):System.Object",
9206
- "clrName": "GetService",
9207
- "metadataToken": 0,
9208
- "canonicalSignature": "(System.Type):System.Object",
9209
- "normalizedSignature": "GetService|(System.Type):System.Object|static=false",
9210
- "emitScope": "ClassSurface",
9211
- "provenance": "BaseOverload",
9212
- "arity": 0,
9213
- "parameterCount": 1,
9214
- "isStatic": false,
9215
- "isAbstract": false,
9216
- "isVirtual": true,
9217
- "isOverride": false,
9218
- "isSealed": false,
9219
- "visibility": "Public",
9220
- "declaringClrType": "System.Data.DataColumn",
9221
- "declaringAssemblyName": "System.Data.Common",
9222
- "isExtensionMethod": false
9223
9123
  }
9224
9124
  ],
9225
9125
  "properties": [
@@ -10144,26 +10044,6 @@
10144
10044
  "declaringAssemblyName": "System.Data.Common",
10145
10045
  "isExtensionMethod": false
10146
10046
  },
10147
- {
10148
- "stableId": "System.Data.Common:System.Data.DataColumnCollection::GetEnumerator():System.Collections.IEnumerator",
10149
- "clrName": "GetEnumerator",
10150
- "metadataToken": 0,
10151
- "canonicalSignature": "():System.Collections.IEnumerator",
10152
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
10153
- "emitScope": "ClassSurface",
10154
- "provenance": "BaseOverload",
10155
- "arity": 0,
10156
- "parameterCount": 0,
10157
- "isStatic": false,
10158
- "isAbstract": false,
10159
- "isVirtual": true,
10160
- "isOverride": false,
10161
- "isSealed": false,
10162
- "visibility": "Public",
10163
- "declaringClrType": "System.Data.DataColumnCollection",
10164
- "declaringAssemblyName": "System.Data.Common",
10165
- "isExtensionMethod": false
10166
- },
10167
10047
  {
10168
10048
  "stableId": "System.Data.Common:System.Data.DataColumnCollection::get_Item(System.Int32):System.Data.DataColumn",
10169
10049
  "clrName": "get_Item",
@@ -10343,26 +10223,6 @@
10343
10223
  "declaringAssemblyName": "System.Private.CoreLib",
10344
10224
  "isExtensionMethod": false,
10345
10225
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
10346
- },
10347
- {
10348
- "stableId": "System.Data.Common:System.Data.DataException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10349
- "clrName": "GetObjectData",
10350
- "metadataToken": 0,
10351
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10352
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
10353
- "emitScope": "ClassSurface",
10354
- "provenance": "BaseOverload",
10355
- "arity": 0,
10356
- "parameterCount": 2,
10357
- "isStatic": false,
10358
- "isAbstract": false,
10359
- "isVirtual": true,
10360
- "isOverride": false,
10361
- "isSealed": false,
10362
- "visibility": "Public",
10363
- "declaringClrType": "System.Data.DataException",
10364
- "declaringAssemblyName": "System.Data.Common",
10365
- "isExtensionMethod": false
10366
10226
  }
10367
10227
  ],
10368
10228
  "properties": [],
@@ -11303,26 +11163,6 @@
11303
11163
  "declaringAssemblyName": "System.Data.Common",
11304
11164
  "isExtensionMethod": false
11305
11165
  },
11306
- {
11307
- "stableId": "System.Data.Common:System.Data.DataRelationCollection::GetEnumerator():System.Collections.IEnumerator",
11308
- "clrName": "GetEnumerator",
11309
- "metadataToken": 0,
11310
- "canonicalSignature": "():System.Collections.IEnumerator",
11311
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
11312
- "emitScope": "ClassSurface",
11313
- "provenance": "BaseOverload",
11314
- "arity": 0,
11315
- "parameterCount": 0,
11316
- "isStatic": false,
11317
- "isAbstract": false,
11318
- "isVirtual": true,
11319
- "isOverride": false,
11320
- "isSealed": false,
11321
- "visibility": "Public",
11322
- "declaringClrType": "System.Data.DataRelationCollection",
11323
- "declaringAssemblyName": "System.Data.Common",
11324
- "isExtensionMethod": false
11325
- },
11326
11166
  {
11327
11167
  "stableId": "System.Data.Common:System.Data.DataRelationCollection::get_Item(System.Int32):System.Data.DataRelation",
11328
11168
  "clrName": "get_Item",
@@ -15561,66 +15401,6 @@
15561
15401
  "declaringAssemblyName": "System.Private.CoreLib",
15562
15402
  "isExtensionMethod": false,
15563
15403
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
15564
- },
15565
- {
15566
- "stableId": "System.Data.Common:System.Data.DataSet::Dispose():System.Void",
15567
- "clrName": "Dispose",
15568
- "metadataToken": 0,
15569
- "canonicalSignature": "():System.Void",
15570
- "normalizedSignature": "Dispose|():System.Void|static=false",
15571
- "emitScope": "ClassSurface",
15572
- "provenance": "BaseOverload",
15573
- "arity": 0,
15574
- "parameterCount": 0,
15575
- "isStatic": false,
15576
- "isAbstract": false,
15577
- "isVirtual": true,
15578
- "isOverride": false,
15579
- "isSealed": false,
15580
- "visibility": "Public",
15581
- "declaringClrType": "System.Data.DataSet",
15582
- "declaringAssemblyName": "System.Data.Common",
15583
- "isExtensionMethod": false
15584
- },
15585
- {
15586
- "stableId": "System.Data.Common:System.Data.DataSet::Dispose(System.Boolean):System.Void",
15587
- "clrName": "Dispose",
15588
- "metadataToken": 0,
15589
- "canonicalSignature": "(System.Boolean):System.Void",
15590
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
15591
- "emitScope": "ClassSurface",
15592
- "provenance": "BaseOverload",
15593
- "arity": 0,
15594
- "parameterCount": 1,
15595
- "isStatic": false,
15596
- "isAbstract": false,
15597
- "isVirtual": true,
15598
- "isOverride": false,
15599
- "isSealed": false,
15600
- "visibility": "Protected",
15601
- "declaringClrType": "System.Data.DataSet",
15602
- "declaringAssemblyName": "System.Data.Common",
15603
- "isExtensionMethod": false
15604
- },
15605
- {
15606
- "stableId": "System.Data.Common:System.Data.DataSet::GetService(System.Type):System.Object",
15607
- "clrName": "GetService",
15608
- "metadataToken": 0,
15609
- "canonicalSignature": "(System.Type):System.Object",
15610
- "normalizedSignature": "GetService|(System.Type):System.Object|static=false",
15611
- "emitScope": "ClassSurface",
15612
- "provenance": "BaseOverload",
15613
- "arity": 0,
15614
- "parameterCount": 1,
15615
- "isStatic": false,
15616
- "isAbstract": false,
15617
- "isVirtual": true,
15618
- "isOverride": false,
15619
- "isSealed": false,
15620
- "visibility": "Public",
15621
- "declaringClrType": "System.Data.DataSet",
15622
- "declaringAssemblyName": "System.Data.Common",
15623
- "isExtensionMethod": false
15624
15404
  }
15625
15405
  ],
15626
15406
  "properties": [
@@ -17930,104 +17710,44 @@
17930
17710
  "declaringAssemblyName": "System.Private.Xml",
17931
17711
  "isExtensionMethod": false,
17932
17712
  "sourceInterface": "System.Xml.Serialization.IXmlSerializable"
17933
- },
17713
+ }
17714
+ ],
17715
+ "properties": [
17934
17716
  {
17935
- "stableId": "System.Data.Common:System.Data.DataTable::Dispose():System.Void",
17936
- "clrName": "Dispose",
17937
- "metadataToken": 0,
17938
- "canonicalSignature": "():System.Void",
17939
- "normalizedSignature": "Dispose|():System.Void|static=false",
17717
+ "stableId": "System.Data.Common:System.Data.DataTable::CaseSensitive:System.Boolean",
17718
+ "clrName": "CaseSensitive",
17719
+ "metadataToken": 385876714,
17720
+ "canonicalSignature": ":System.Boolean",
17721
+ "normalizedSignature": "CaseSensitive|:System.Boolean|static=false|accessor=getset",
17940
17722
  "emitScope": "ClassSurface",
17941
- "provenance": "BaseOverload",
17942
- "arity": 0,
17943
- "parameterCount": 0,
17723
+ "provenance": "Original",
17724
+ "isIndexer": false,
17725
+ "hasGetter": true,
17726
+ "hasSetter": true,
17944
17727
  "isStatic": false,
17945
17728
  "isAbstract": false,
17946
- "isVirtual": true,
17729
+ "isVirtual": false,
17947
17730
  "isOverride": false,
17948
- "isSealed": false,
17949
17731
  "visibility": "Public",
17950
17732
  "declaringClrType": "System.Data.DataTable",
17951
- "declaringAssemblyName": "System.Data.Common",
17952
- "isExtensionMethod": false
17733
+ "declaringAssemblyName": "System.Data.Common"
17953
17734
  },
17954
17735
  {
17955
- "stableId": "System.Data.Common:System.Data.DataTable::Dispose(System.Boolean):System.Void",
17956
- "clrName": "Dispose",
17957
- "metadataToken": 0,
17958
- "canonicalSignature": "(System.Boolean):System.Void",
17959
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
17736
+ "stableId": "System.Data.Common:System.Data.DataTable::IsInitialized:System.Boolean",
17737
+ "clrName": "IsInitialized",
17738
+ "metadataToken": 385876716,
17739
+ "canonicalSignature": ":System.Boolean",
17740
+ "normalizedSignature": "IsInitialized|:System.Boolean|static=false|accessor=get",
17960
17741
  "emitScope": "ClassSurface",
17961
- "provenance": "BaseOverload",
17962
- "arity": 0,
17963
- "parameterCount": 1,
17742
+ "provenance": "Original",
17743
+ "isIndexer": false,
17744
+ "hasGetter": true,
17745
+ "hasSetter": false,
17964
17746
  "isStatic": false,
17965
17747
  "isAbstract": false,
17966
17748
  "isVirtual": true,
17967
17749
  "isOverride": false,
17968
- "isSealed": false,
17969
- "visibility": "Protected",
17970
- "declaringClrType": "System.Data.DataTable",
17971
- "declaringAssemblyName": "System.Data.Common",
17972
- "isExtensionMethod": false
17973
- },
17974
- {
17975
- "stableId": "System.Data.Common:System.Data.DataTable::GetService(System.Type):System.Object",
17976
- "clrName": "GetService",
17977
- "metadataToken": 0,
17978
- "canonicalSignature": "(System.Type):System.Object",
17979
- "normalizedSignature": "GetService|(System.Type):System.Object|static=false",
17980
- "emitScope": "ClassSurface",
17981
- "provenance": "BaseOverload",
17982
- "arity": 0,
17983
- "parameterCount": 1,
17984
- "isStatic": false,
17985
- "isAbstract": false,
17986
- "isVirtual": true,
17987
- "isOverride": false,
17988
- "isSealed": false,
17989
- "visibility": "Public",
17990
- "declaringClrType": "System.Data.DataTable",
17991
- "declaringAssemblyName": "System.Data.Common",
17992
- "isExtensionMethod": false
17993
- }
17994
- ],
17995
- "properties": [
17996
- {
17997
- "stableId": "System.Data.Common:System.Data.DataTable::CaseSensitive:System.Boolean",
17998
- "clrName": "CaseSensitive",
17999
- "metadataToken": 385876714,
18000
- "canonicalSignature": ":System.Boolean",
18001
- "normalizedSignature": "CaseSensitive|:System.Boolean|static=false|accessor=getset",
18002
- "emitScope": "ClassSurface",
18003
- "provenance": "Original",
18004
- "isIndexer": false,
18005
- "hasGetter": true,
18006
- "hasSetter": true,
18007
- "isStatic": false,
18008
- "isAbstract": false,
18009
- "isVirtual": false,
18010
- "isOverride": false,
18011
- "visibility": "Public",
18012
- "declaringClrType": "System.Data.DataTable",
18013
- "declaringAssemblyName": "System.Data.Common"
18014
- },
18015
- {
18016
- "stableId": "System.Data.Common:System.Data.DataTable::IsInitialized:System.Boolean",
18017
- "clrName": "IsInitialized",
18018
- "metadataToken": 385876716,
18019
- "canonicalSignature": ":System.Boolean",
18020
- "normalizedSignature": "IsInitialized|:System.Boolean|static=false|accessor=get",
18021
- "emitScope": "ClassSurface",
18022
- "provenance": "Original",
18023
- "isIndexer": false,
18024
- "hasGetter": true,
18025
- "hasSetter": false,
18026
- "isStatic": false,
18027
- "isAbstract": false,
18028
- "isVirtual": true,
18029
- "isOverride": false,
18030
- "visibility": "Public",
17750
+ "visibility": "Public",
18031
17751
  "declaringClrType": "System.Data.DataTable",
18032
17752
  "declaringAssemblyName": "System.Data.Common"
18033
17753
  },
@@ -19116,26 +18836,6 @@
19116
18836
  "declaringAssemblyName": "System.Data.Common",
19117
18837
  "isExtensionMethod": false
19118
18838
  },
19119
- {
19120
- "stableId": "System.Data.Common:System.Data.DataTableCollection::GetEnumerator():System.Collections.IEnumerator",
19121
- "clrName": "GetEnumerator",
19122
- "metadataToken": 0,
19123
- "canonicalSignature": "():System.Collections.IEnumerator",
19124
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
19125
- "emitScope": "ClassSurface",
19126
- "provenance": "BaseOverload",
19127
- "arity": 0,
19128
- "parameterCount": 0,
19129
- "isStatic": false,
19130
- "isAbstract": false,
19131
- "isVirtual": true,
19132
- "isOverride": false,
19133
- "isSealed": false,
19134
- "visibility": "Public",
19135
- "declaringClrType": "System.Data.DataTableCollection",
19136
- "declaringAssemblyName": "System.Data.Common",
19137
- "isExtensionMethod": false
19138
- },
19139
18839
  {
19140
18840
  "stableId": "System.Data.Common:System.Data.DataTableCollection::get_Item(System.Int32):System.Data.DataTable",
19141
18841
  "clrName": "get_Item",
@@ -20499,106 +20199,6 @@
20499
20199
  "isExtensionMethod": false,
20500
20200
  "sourceInterface": "System.Collections.IEnumerable"
20501
20201
  },
20502
- {
20503
- "stableId": "System.Data.Common:System.Data.DataTableReader::Dispose():System.Void",
20504
- "clrName": "Dispose",
20505
- "metadataToken": 0,
20506
- "canonicalSignature": "():System.Void",
20507
- "normalizedSignature": "Dispose|():System.Void|static=false",
20508
- "emitScope": "ClassSurface",
20509
- "provenance": "BaseOverload",
20510
- "arity": 0,
20511
- "parameterCount": 0,
20512
- "isStatic": false,
20513
- "isAbstract": false,
20514
- "isVirtual": true,
20515
- "isOverride": false,
20516
- "isSealed": false,
20517
- "visibility": "Public",
20518
- "declaringClrType": "System.Data.DataTableReader",
20519
- "declaringAssemblyName": "System.Data.Common",
20520
- "isExtensionMethod": false
20521
- },
20522
- {
20523
- "stableId": "System.Data.Common:System.Data.DataTableReader::Dispose(System.Boolean):System.Void",
20524
- "clrName": "Dispose",
20525
- "metadataToken": 0,
20526
- "canonicalSignature": "(System.Boolean):System.Void",
20527
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
20528
- "emitScope": "ClassSurface",
20529
- "provenance": "BaseOverload",
20530
- "arity": 0,
20531
- "parameterCount": 1,
20532
- "isStatic": false,
20533
- "isAbstract": false,
20534
- "isVirtual": true,
20535
- "isOverride": false,
20536
- "isSealed": false,
20537
- "visibility": "Protected",
20538
- "declaringClrType": "System.Data.DataTableReader",
20539
- "declaringAssemblyName": "System.Data.Common",
20540
- "isExtensionMethod": false
20541
- },
20542
- {
20543
- "stableId": "System.Data.Common:System.Data.DataTableReader::DisposeAsync():System.Threading.Tasks.ValueTask",
20544
- "clrName": "DisposeAsync",
20545
- "metadataToken": 0,
20546
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
20547
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
20548
- "emitScope": "ClassSurface",
20549
- "provenance": "BaseOverload",
20550
- "arity": 0,
20551
- "parameterCount": 0,
20552
- "isStatic": false,
20553
- "isAbstract": false,
20554
- "isVirtual": true,
20555
- "isOverride": false,
20556
- "isSealed": false,
20557
- "visibility": "Public",
20558
- "declaringClrType": "System.Data.DataTableReader",
20559
- "declaringAssemblyName": "System.Data.Common",
20560
- "isExtensionMethod": false
20561
- },
20562
- {
20563
- "stableId": "System.Data.Common:System.Data.DataTableReader::GetData(System.Int32):System.Data.Common.DbDataReader",
20564
- "clrName": "GetData",
20565
- "metadataToken": 0,
20566
- "canonicalSignature": "(System.Int32):System.Data.Common.DbDataReader",
20567
- "normalizedSignature": "GetData|(System.Int32):System.Data.Common.DbDataReader|static=false",
20568
- "emitScope": "ClassSurface",
20569
- "provenance": "BaseOverload",
20570
- "arity": 0,
20571
- "parameterCount": 1,
20572
- "isStatic": false,
20573
- "isAbstract": false,
20574
- "isVirtual": false,
20575
- "isOverride": false,
20576
- "isSealed": false,
20577
- "visibility": "Public",
20578
- "declaringClrType": "System.Data.DataTableReader",
20579
- "declaringAssemblyName": "System.Data.Common",
20580
- "isExtensionMethod": false
20581
- },
20582
- {
20583
- "stableId": "System.Data.Common:System.Data.DataTableReader::GetData(System.Int32):System.Data.IDataReader",
20584
- "clrName": "GetData",
20585
- "metadataToken": 0,
20586
- "canonicalSignature": "(System.Int32):System.Data.IDataReader",
20587
- "normalizedSignature": "GetData|(System.Int32):System.Data.IDataReader|static=false",
20588
- "emitScope": "ClassSurface",
20589
- "provenance": "BaseOverload",
20590
- "arity": 0,
20591
- "parameterCount": 1,
20592
- "isStatic": false,
20593
- "isAbstract": false,
20594
- "isVirtual": true,
20595
- "isOverride": false,
20596
- "isSealed": false,
20597
- "visibility": "Public",
20598
- "declaringClrType": "System.Data.DataTableReader",
20599
- "declaringAssemblyName": "System.Data.Common",
20600
- "isExtensionMethod": false
20601
- },
20602
20202
  {
20603
20203
  "stableId": "System.Data.Common:System.Data.DataTableReader::get_Item(System.Int32):System.Object",
20604
20204
  "clrName": "get_Item",
@@ -21820,7 +21420,7 @@
21820
21420
  "isAbstract": false,
21821
21421
  "isVirtual": true,
21822
21422
  "isOverride": false,
21823
- "isSealed": false,
21423
+ "isSealed": true,
21824
21424
  "visibility": "Public",
21825
21425
  "declaringClrType": "System.Data.DataView",
21826
21426
  "declaringAssemblyName": "System.Data.Common",
@@ -21845,26 +21445,6 @@
21845
21445
  "declaringClrType": "System.Data.DataView",
21846
21446
  "declaringAssemblyName": "System.Data.Common",
21847
21447
  "isExtensionMethod": false
21848
- },
21849
- {
21850
- "stableId": "System.Data.Common:System.Data.DataView::GetService(System.Type):System.Object",
21851
- "clrName": "GetService",
21852
- "metadataToken": 0,
21853
- "canonicalSignature": "(System.Type):System.Object",
21854
- "normalizedSignature": "GetService|(System.Type):System.Object|static=false",
21855
- "emitScope": "ClassSurface",
21856
- "provenance": "BaseOverload",
21857
- "arity": 0,
21858
- "parameterCount": 1,
21859
- "isStatic": false,
21860
- "isAbstract": false,
21861
- "isVirtual": true,
21862
- "isOverride": false,
21863
- "isSealed": false,
21864
- "visibility": "Public",
21865
- "declaringClrType": "System.Data.DataView",
21866
- "declaringAssemblyName": "System.Data.Common",
21867
- "isExtensionMethod": false
21868
21448
  }
21869
21449
  ],
21870
21450
  "properties": [
@@ -23061,66 +22641,6 @@
23061
22641
  "declaringAssemblyName": "System.Private.CoreLib",
23062
22642
  "isExtensionMethod": false,
23063
22643
  "sourceInterface": "System.Collections.IList"
23064
- },
23065
- {
23066
- "stableId": "System.Data.Common:System.Data.DataViewManager::Dispose():System.Void",
23067
- "clrName": "Dispose",
23068
- "metadataToken": 0,
23069
- "canonicalSignature": "():System.Void",
23070
- "normalizedSignature": "Dispose|():System.Void|static=false",
23071
- "emitScope": "ClassSurface",
23072
- "provenance": "BaseOverload",
23073
- "arity": 0,
23074
- "parameterCount": 0,
23075
- "isStatic": false,
23076
- "isAbstract": false,
23077
- "isVirtual": true,
23078
- "isOverride": false,
23079
- "isSealed": false,
23080
- "visibility": "Public",
23081
- "declaringClrType": "System.Data.DataViewManager",
23082
- "declaringAssemblyName": "System.Data.Common",
23083
- "isExtensionMethod": false
23084
- },
23085
- {
23086
- "stableId": "System.Data.Common:System.Data.DataViewManager::Dispose(System.Boolean):System.Void",
23087
- "clrName": "Dispose",
23088
- "metadataToken": 0,
23089
- "canonicalSignature": "(System.Boolean):System.Void",
23090
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
23091
- "emitScope": "ClassSurface",
23092
- "provenance": "BaseOverload",
23093
- "arity": 0,
23094
- "parameterCount": 1,
23095
- "isStatic": false,
23096
- "isAbstract": false,
23097
- "isVirtual": true,
23098
- "isOverride": false,
23099
- "isSealed": false,
23100
- "visibility": "Protected",
23101
- "declaringClrType": "System.Data.DataViewManager",
23102
- "declaringAssemblyName": "System.Data.Common",
23103
- "isExtensionMethod": false
23104
- },
23105
- {
23106
- "stableId": "System.Data.Common:System.Data.DataViewManager::GetService(System.Type):System.Object",
23107
- "clrName": "GetService",
23108
- "metadataToken": 0,
23109
- "canonicalSignature": "(System.Type):System.Object",
23110
- "normalizedSignature": "GetService|(System.Type):System.Object|static=false",
23111
- "emitScope": "ClassSurface",
23112
- "provenance": "BaseOverload",
23113
- "arity": 0,
23114
- "parameterCount": 1,
23115
- "isStatic": false,
23116
- "isAbstract": false,
23117
- "isVirtual": true,
23118
- "isOverride": false,
23119
- "isSealed": false,
23120
- "visibility": "Public",
23121
- "declaringClrType": "System.Data.DataViewManager",
23122
- "declaringAssemblyName": "System.Data.Common",
23123
- "isExtensionMethod": false
23124
22644
  }
23125
22645
  ],
23126
22646
  "properties": [
@@ -24262,32 +23782,12 @@
24262
23782
  "declaringAssemblyName": "System.Private.CoreLib",
24263
23783
  "isExtensionMethod": false,
24264
23784
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
24265
- },
24266
- {
24267
- "stableId": "System.Data.Common:System.Data.DeletedRowInaccessibleException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
24268
- "clrName": "GetObjectData",
24269
- "metadataToken": 0,
24270
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
24271
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
24272
- "emitScope": "ClassSurface",
24273
- "provenance": "BaseOverload",
24274
- "arity": 0,
24275
- "parameterCount": 2,
24276
- "isStatic": false,
24277
- "isAbstract": false,
24278
- "isVirtual": true,
24279
- "isOverride": false,
24280
- "isSealed": false,
24281
- "visibility": "Public",
24282
- "declaringClrType": "System.Data.DeletedRowInaccessibleException",
24283
- "declaringAssemblyName": "System.Data.Common",
24284
- "isExtensionMethod": false
24285
- }
24286
- ],
24287
- "properties": [],
24288
- "fields": [],
24289
- "events": [],
24290
- "constructors": [
23785
+ }
23786
+ ],
23787
+ "properties": [],
23788
+ "fields": [],
23789
+ "events": [],
23790
+ "constructors": [
24291
23791
  {
24292
23792
  "stableId": "System.Data.Common:System.Data.DeletedRowInaccessibleException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
24293
23793
  "metadataToken": 100664840,
@@ -24376,26 +23876,6 @@
24376
23876
  "declaringAssemblyName": "System.Private.CoreLib",
24377
23877
  "isExtensionMethod": false,
24378
23878
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
24379
- },
24380
- {
24381
- "stableId": "System.Data.Common:System.Data.DuplicateNameException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
24382
- "clrName": "GetObjectData",
24383
- "metadataToken": 0,
24384
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
24385
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
24386
- "emitScope": "ClassSurface",
24387
- "provenance": "BaseOverload",
24388
- "arity": 0,
24389
- "parameterCount": 2,
24390
- "isStatic": false,
24391
- "isAbstract": false,
24392
- "isVirtual": true,
24393
- "isOverride": false,
24394
- "isSealed": false,
24395
- "visibility": "Public",
24396
- "declaringClrType": "System.Data.DuplicateNameException",
24397
- "declaringAssemblyName": "System.Data.Common",
24398
- "isExtensionMethod": false
24399
23879
  }
24400
23880
  ],
24401
23881
  "properties": [],
@@ -24590,26 +24070,6 @@
24590
24070
  "declaringAssemblyName": "System.Private.CoreLib",
24591
24071
  "isExtensionMethod": false,
24592
24072
  "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
24593
- },
24594
- {
24595
- "stableId": "System.Data.Common:System.Data.EnumerableRowCollection\u00601::GetEnumerator():System.Collections.IEnumerator",
24596
- "clrName": "GetEnumerator",
24597
- "metadataToken": 0,
24598
- "canonicalSignature": "():System.Collections.IEnumerator",
24599
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
24600
- "emitScope": "ClassSurface",
24601
- "provenance": "BaseOverload",
24602
- "arity": 0,
24603
- "parameterCount": 0,
24604
- "isStatic": false,
24605
- "isAbstract": false,
24606
- "isVirtual": true,
24607
- "isOverride": false,
24608
- "isSealed": false,
24609
- "visibility": "Public",
24610
- "declaringClrType": "System.Data.EnumerableRowCollection\u00601",
24611
- "declaringAssemblyName": "System.Data.Common",
24612
- "isExtensionMethod": false
24613
24073
  }
24614
24074
  ],
24615
24075
  "properties": [],
@@ -24659,26 +24119,6 @@
24659
24119
  "declaringAssemblyName": "System.Private.CoreLib",
24660
24120
  "isExtensionMethod": false,
24661
24121
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
24662
- },
24663
- {
24664
- "stableId": "System.Data.Common:System.Data.EvaluateException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
24665
- "clrName": "GetObjectData",
24666
- "metadataToken": 0,
24667
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
24668
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
24669
- "emitScope": "ClassSurface",
24670
- "provenance": "BaseOverload",
24671
- "arity": 0,
24672
- "parameterCount": 2,
24673
- "isStatic": false,
24674
- "isAbstract": false,
24675
- "isVirtual": true,
24676
- "isOverride": false,
24677
- "isSealed": false,
24678
- "visibility": "Public",
24679
- "declaringClrType": "System.Data.EvaluateException",
24680
- "declaringAssemblyName": "System.Data.Common",
24681
- "isExtensionMethod": false
24682
24122
  }
24683
24123
  ],
24684
24124
  "properties": [],
@@ -25146,26 +24586,6 @@
25146
24586
  "declaringAssemblyName": "System.Private.CoreLib",
25147
24587
  "isExtensionMethod": false,
25148
24588
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
25149
- },
25150
- {
25151
- "stableId": "System.Data.Common:System.Data.InRowChangingEventException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25152
- "clrName": "GetObjectData",
25153
- "metadataToken": 0,
25154
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25155
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
25156
- "emitScope": "ClassSurface",
25157
- "provenance": "BaseOverload",
25158
- "arity": 0,
25159
- "parameterCount": 2,
25160
- "isStatic": false,
25161
- "isAbstract": false,
25162
- "isVirtual": true,
25163
- "isOverride": false,
25164
- "isSealed": false,
25165
- "visibility": "Public",
25166
- "declaringClrType": "System.Data.InRowChangingEventException",
25167
- "declaringAssemblyName": "System.Data.Common",
25168
- "isExtensionMethod": false
25169
24589
  }
25170
24590
  ],
25171
24591
  "properties": [],
@@ -25542,26 +24962,6 @@
25542
24962
  "declaringAssemblyName": "System.Private.CoreLib",
25543
24963
  "isExtensionMethod": false,
25544
24964
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
25545
- },
25546
- {
25547
- "stableId": "System.Data.Common:System.Data.InvalidConstraintException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25548
- "clrName": "GetObjectData",
25549
- "metadataToken": 0,
25550
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25551
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
25552
- "emitScope": "ClassSurface",
25553
- "provenance": "BaseOverload",
25554
- "arity": 0,
25555
- "parameterCount": 2,
25556
- "isStatic": false,
25557
- "isAbstract": false,
25558
- "isVirtual": true,
25559
- "isOverride": false,
25560
- "isSealed": false,
25561
- "visibility": "Public",
25562
- "declaringClrType": "System.Data.InvalidConstraintException",
25563
- "declaringAssemblyName": "System.Data.Common",
25564
- "isExtensionMethod": false
25565
24965
  }
25566
24966
  ],
25567
24967
  "properties": [],
@@ -25656,26 +25056,6 @@
25656
25056
  "declaringAssemblyName": "System.Private.CoreLib",
25657
25057
  "isExtensionMethod": false,
25658
25058
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
25659
- },
25660
- {
25661
- "stableId": "System.Data.Common:System.Data.InvalidExpressionException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25662
- "clrName": "GetObjectData",
25663
- "metadataToken": 0,
25664
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25665
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
25666
- "emitScope": "ClassSurface",
25667
- "provenance": "BaseOverload",
25668
- "arity": 0,
25669
- "parameterCount": 2,
25670
- "isStatic": false,
25671
- "isAbstract": false,
25672
- "isVirtual": true,
25673
- "isOverride": false,
25674
- "isSealed": false,
25675
- "visibility": "Public",
25676
- "declaringClrType": "System.Data.InvalidExpressionException",
25677
- "declaringAssemblyName": "System.Data.Common",
25678
- "isExtensionMethod": false
25679
25059
  }
25680
25060
  ],
25681
25061
  "properties": [],
@@ -25842,26 +25222,6 @@
25842
25222
  "declaringAssemblyName": "System.Private.CoreLib",
25843
25223
  "isExtensionMethod": false,
25844
25224
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
25845
- },
25846
- {
25847
- "stableId": "System.Data.Common:System.Data.MissingPrimaryKeyException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25848
- "clrName": "GetObjectData",
25849
- "metadataToken": 0,
25850
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25851
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
25852
- "emitScope": "ClassSurface",
25853
- "provenance": "BaseOverload",
25854
- "arity": 0,
25855
- "parameterCount": 2,
25856
- "isStatic": false,
25857
- "isAbstract": false,
25858
- "isVirtual": true,
25859
- "isOverride": false,
25860
- "isSealed": false,
25861
- "visibility": "Public",
25862
- "declaringClrType": "System.Data.MissingPrimaryKeyException",
25863
- "declaringAssemblyName": "System.Data.Common",
25864
- "isExtensionMethod": false
25865
25225
  }
25866
25226
  ],
25867
25227
  "properties": [],
@@ -25956,26 +25316,6 @@
25956
25316
  "declaringAssemblyName": "System.Private.CoreLib",
25957
25317
  "isExtensionMethod": false,
25958
25318
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
25959
- },
25960
- {
25961
- "stableId": "System.Data.Common:System.Data.NoNullAllowedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25962
- "clrName": "GetObjectData",
25963
- "metadataToken": 0,
25964
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25965
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
25966
- "emitScope": "ClassSurface",
25967
- "provenance": "BaseOverload",
25968
- "arity": 0,
25969
- "parameterCount": 2,
25970
- "isStatic": false,
25971
- "isAbstract": false,
25972
- "isVirtual": true,
25973
- "isOverride": false,
25974
- "isSealed": false,
25975
- "visibility": "Public",
25976
- "declaringClrType": "System.Data.NoNullAllowedException",
25977
- "declaringAssemblyName": "System.Data.Common",
25978
- "isExtensionMethod": false
25979
25319
  }
25980
25320
  ],
25981
25321
  "properties": [],
@@ -26104,46 +25444,6 @@
26104
25444
  "declaringAssemblyName": "System.Private.CoreLib",
26105
25445
  "isExtensionMethod": false,
26106
25446
  "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
26107
- },
26108
- {
26109
- "stableId": "System.Data.Common:System.Data.OrderedEnumerableRowCollection\u00601::GetEnumerator():System.Collections.Generic.IEnumerator_1",
26110
- "clrName": "GetEnumerator",
26111
- "metadataToken": 0,
26112
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
26113
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
26114
- "emitScope": "ClassSurface",
26115
- "provenance": "BaseOverload",
26116
- "arity": 0,
26117
- "parameterCount": 0,
26118
- "isStatic": false,
26119
- "isAbstract": false,
26120
- "isVirtual": true,
26121
- "isOverride": false,
26122
- "isSealed": false,
26123
- "visibility": "Public",
26124
- "declaringClrType": "System.Data.OrderedEnumerableRowCollection\u00601",
26125
- "declaringAssemblyName": "System.Data.Common",
26126
- "isExtensionMethod": false
26127
- },
26128
- {
26129
- "stableId": "System.Data.Common:System.Data.OrderedEnumerableRowCollection\u00601::GetEnumerator():System.Collections.IEnumerator",
26130
- "clrName": "GetEnumerator",
26131
- "metadataToken": 0,
26132
- "canonicalSignature": "():System.Collections.IEnumerator",
26133
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
26134
- "emitScope": "ClassSurface",
26135
- "provenance": "BaseOverload",
26136
- "arity": 0,
26137
- "parameterCount": 0,
26138
- "isStatic": false,
26139
- "isAbstract": false,
26140
- "isVirtual": true,
26141
- "isOverride": false,
26142
- "isSealed": false,
26143
- "visibility": "Public",
26144
- "declaringClrType": "System.Data.OrderedEnumerableRowCollection\u00601",
26145
- "declaringAssemblyName": "System.Data.Common",
26146
- "isExtensionMethod": false
26147
25447
  }
26148
25448
  ],
26149
25449
  "properties": [],
@@ -26422,220 +25722,40 @@
26422
25722
  "declaringAssemblyName": "System.Private.CoreLib",
26423
25723
  "isExtensionMethod": false,
26424
25724
  "sourceInterface": "System.ICloneable"
26425
- },
25725
+ }
25726
+ ],
25727
+ "properties": [
26426
25728
  {
26427
- "stableId": "System.Data.Common:System.Data.PropertyCollection::Add(System.Object,System.Object):System.Void",
26428
- "clrName": "Add",
26429
- "metadataToken": 0,
26430
- "canonicalSignature": "(System.Object,System.Object):System.Void",
26431
- "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
26432
- "emitScope": "ClassSurface",
26433
- "provenance": "BaseOverload",
26434
- "arity": 0,
26435
- "parameterCount": 2,
25729
+ "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
25730
+ "clrName": "Keys",
25731
+ "metadataToken": 385881260,
25732
+ "canonicalSignature": ":System.Collections.ICollection",
25733
+ "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
25734
+ "emitScope": "ViewOnly",
25735
+ "provenance": "ExplicitView",
25736
+ "isIndexer": false,
25737
+ "hasGetter": true,
25738
+ "hasSetter": false,
26436
25739
  "isStatic": false,
26437
25740
  "isAbstract": false,
26438
25741
  "isVirtual": true,
26439
25742
  "isOverride": false,
26440
- "isSealed": false,
26441
25743
  "visibility": "Public",
26442
- "declaringClrType": "System.Data.PropertyCollection",
26443
- "declaringAssemblyName": "System.Data.Common",
26444
- "isExtensionMethod": false
25744
+ "sourceInterface": "System.Collections.IDictionary",
25745
+ "declaringClrType": "System.Collections.IDictionary",
25746
+ "declaringAssemblyName": "System.Private.CoreLib"
26445
25747
  },
26446
25748
  {
26447
- "stableId": "System.Data.Common:System.Data.PropertyCollection::Clear():System.Void",
26448
- "clrName": "Clear",
26449
- "metadataToken": 0,
26450
- "canonicalSignature": "():System.Void",
26451
- "normalizedSignature": "Clear|():System.Void|static=false",
26452
- "emitScope": "ClassSurface",
26453
- "provenance": "BaseOverload",
26454
- "arity": 0,
26455
- "parameterCount": 0,
26456
- "isStatic": false,
26457
- "isAbstract": false,
26458
- "isVirtual": true,
26459
- "isOverride": false,
26460
- "isSealed": false,
26461
- "visibility": "Public",
26462
- "declaringClrType": "System.Data.PropertyCollection",
26463
- "declaringAssemblyName": "System.Data.Common",
26464
- "isExtensionMethod": false
26465
- },
26466
- {
26467
- "stableId": "System.Data.Common:System.Data.PropertyCollection::Contains(System.Object):System.Boolean",
26468
- "clrName": "Contains",
26469
- "metadataToken": 0,
26470
- "canonicalSignature": "(System.Object):System.Boolean",
26471
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
26472
- "emitScope": "ClassSurface",
26473
- "provenance": "BaseOverload",
26474
- "arity": 0,
26475
- "parameterCount": 1,
26476
- "isStatic": false,
26477
- "isAbstract": false,
26478
- "isVirtual": true,
26479
- "isOverride": false,
26480
- "isSealed": false,
26481
- "visibility": "Public",
26482
- "declaringClrType": "System.Data.PropertyCollection",
26483
- "declaringAssemblyName": "System.Data.Common",
26484
- "isExtensionMethod": false
26485
- },
26486
- {
26487
- "stableId": "System.Data.Common:System.Data.PropertyCollection::CopyTo(System.Array,System.Int32):System.Void",
26488
- "clrName": "CopyTo",
26489
- "metadataToken": 0,
26490
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
26491
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
26492
- "emitScope": "ClassSurface",
26493
- "provenance": "BaseOverload",
26494
- "arity": 0,
26495
- "parameterCount": 2,
26496
- "isStatic": false,
26497
- "isAbstract": false,
26498
- "isVirtual": true,
26499
- "isOverride": false,
26500
- "isSealed": false,
26501
- "visibility": "Public",
26502
- "declaringClrType": "System.Data.PropertyCollection",
26503
- "declaringAssemblyName": "System.Data.Common",
26504
- "isExtensionMethod": false
26505
- },
26506
- {
26507
- "stableId": "System.Data.Common:System.Data.PropertyCollection::GetEnumerator():System.Collections.IDictionaryEnumerator",
26508
- "clrName": "GetEnumerator",
26509
- "metadataToken": 0,
26510
- "canonicalSignature": "():System.Collections.IDictionaryEnumerator",
26511
- "normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
26512
- "emitScope": "ClassSurface",
26513
- "provenance": "BaseOverload",
26514
- "arity": 0,
26515
- "parameterCount": 0,
26516
- "isStatic": false,
26517
- "isAbstract": false,
26518
- "isVirtual": true,
26519
- "isOverride": false,
26520
- "isSealed": false,
26521
- "visibility": "Public",
26522
- "declaringClrType": "System.Data.PropertyCollection",
26523
- "declaringAssemblyName": "System.Data.Common",
26524
- "isExtensionMethod": false
26525
- },
26526
- {
26527
- "stableId": "System.Data.Common:System.Data.PropertyCollection::GetEnumerator():System.Collections.IEnumerator",
26528
- "clrName": "GetEnumerator",
26529
- "metadataToken": 0,
26530
- "canonicalSignature": "():System.Collections.IEnumerator",
26531
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
26532
- "emitScope": "ClassSurface",
26533
- "provenance": "BaseOverload",
26534
- "arity": 0,
26535
- "parameterCount": 0,
26536
- "isStatic": false,
26537
- "isAbstract": false,
26538
- "isVirtual": true,
26539
- "isOverride": false,
26540
- "isSealed": false,
26541
- "visibility": "Public",
26542
- "declaringClrType": "System.Data.PropertyCollection",
26543
- "declaringAssemblyName": "System.Data.Common",
26544
- "isExtensionMethod": false
26545
- },
26546
- {
26547
- "stableId": "System.Data.Common:System.Data.PropertyCollection::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
26548
- "clrName": "GetObjectData",
26549
- "metadataToken": 0,
26550
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
26551
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
26552
- "emitScope": "ClassSurface",
26553
- "provenance": "BaseOverload",
26554
- "arity": 0,
26555
- "parameterCount": 2,
26556
- "isStatic": false,
26557
- "isAbstract": false,
26558
- "isVirtual": true,
26559
- "isOverride": false,
26560
- "isSealed": false,
26561
- "visibility": "Public",
26562
- "declaringClrType": "System.Data.PropertyCollection",
26563
- "declaringAssemblyName": "System.Data.Common",
26564
- "isExtensionMethod": false
26565
- },
26566
- {
26567
- "stableId": "System.Data.Common:System.Data.PropertyCollection::OnDeserialization(System.Object):System.Void",
26568
- "clrName": "OnDeserialization",
26569
- "metadataToken": 0,
26570
- "canonicalSignature": "(System.Object):System.Void",
26571
- "normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
26572
- "emitScope": "ClassSurface",
26573
- "provenance": "BaseOverload",
26574
- "arity": 0,
26575
- "parameterCount": 1,
26576
- "isStatic": false,
26577
- "isAbstract": false,
26578
- "isVirtual": true,
26579
- "isOverride": false,
26580
- "isSealed": false,
26581
- "visibility": "Public",
26582
- "declaringClrType": "System.Data.PropertyCollection",
26583
- "declaringAssemblyName": "System.Data.Common",
26584
- "isExtensionMethod": false
26585
- },
26586
- {
26587
- "stableId": "System.Data.Common:System.Data.PropertyCollection::Remove(System.Object):System.Void",
26588
- "clrName": "Remove",
26589
- "metadataToken": 0,
26590
- "canonicalSignature": "(System.Object):System.Void",
26591
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
26592
- "emitScope": "ClassSurface",
26593
- "provenance": "BaseOverload",
26594
- "arity": 0,
26595
- "parameterCount": 1,
26596
- "isStatic": false,
26597
- "isAbstract": false,
26598
- "isVirtual": true,
26599
- "isOverride": false,
26600
- "isSealed": false,
26601
- "visibility": "Public",
26602
- "declaringClrType": "System.Data.PropertyCollection",
26603
- "declaringAssemblyName": "System.Data.Common",
26604
- "isExtensionMethod": false
26605
- }
26606
- ],
26607
- "properties": [
26608
- {
26609
- "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
26610
- "clrName": "Keys",
26611
- "metadataToken": 385881260,
26612
- "canonicalSignature": ":System.Collections.ICollection",
26613
- "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
26614
- "emitScope": "ViewOnly",
26615
- "provenance": "ExplicitView",
26616
- "isIndexer": false,
26617
- "hasGetter": true,
26618
- "hasSetter": false,
26619
- "isStatic": false,
26620
- "isAbstract": false,
26621
- "isVirtual": true,
26622
- "isOverride": false,
26623
- "visibility": "Public",
26624
- "sourceInterface": "System.Collections.IDictionary",
26625
- "declaringClrType": "System.Collections.IDictionary",
26626
- "declaringAssemblyName": "System.Private.CoreLib"
26627
- },
26628
- {
26629
- "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
26630
- "clrName": "IsReadOnly",
26631
- "metadataToken": 385881262,
26632
- "canonicalSignature": ":System.Boolean",
26633
- "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
26634
- "emitScope": "ViewOnly",
26635
- "provenance": "ExplicitView",
26636
- "isIndexer": false,
26637
- "hasGetter": true,
26638
- "hasSetter": false,
25749
+ "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
25750
+ "clrName": "IsReadOnly",
25751
+ "metadataToken": 385881262,
25752
+ "canonicalSignature": ":System.Boolean",
25753
+ "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
25754
+ "emitScope": "ViewOnly",
25755
+ "provenance": "ExplicitView",
25756
+ "isIndexer": false,
25757
+ "hasGetter": true,
25758
+ "hasSetter": false,
26639
25759
  "isStatic": false,
26640
25760
  "isAbstract": false,
26641
25761
  "isVirtual": true,
@@ -26815,26 +25935,6 @@
26815
25935
  "declaringAssemblyName": "System.Private.CoreLib",
26816
25936
  "isExtensionMethod": false,
26817
25937
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
26818
- },
26819
- {
26820
- "stableId": "System.Data.Common:System.Data.ReadOnlyException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
26821
- "clrName": "GetObjectData",
26822
- "metadataToken": 0,
26823
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
26824
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
26825
- "emitScope": "ClassSurface",
26826
- "provenance": "BaseOverload",
26827
- "arity": 0,
26828
- "parameterCount": 2,
26829
- "isStatic": false,
26830
- "isAbstract": false,
26831
- "isVirtual": true,
26832
- "isOverride": false,
26833
- "isSealed": false,
26834
- "visibility": "Public",
26835
- "declaringClrType": "System.Data.ReadOnlyException",
26836
- "declaringAssemblyName": "System.Data.Common",
26837
- "isExtensionMethod": false
26838
25938
  }
26839
25939
  ],
26840
25940
  "properties": [],
@@ -26929,26 +26029,6 @@
26929
26029
  "declaringAssemblyName": "System.Private.CoreLib",
26930
26030
  "isExtensionMethod": false,
26931
26031
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
26932
- },
26933
- {
26934
- "stableId": "System.Data.Common:System.Data.RowNotInTableException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
26935
- "clrName": "GetObjectData",
26936
- "metadataToken": 0,
26937
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
26938
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
26939
- "emitScope": "ClassSurface",
26940
- "provenance": "BaseOverload",
26941
- "arity": 0,
26942
- "parameterCount": 2,
26943
- "isStatic": false,
26944
- "isAbstract": false,
26945
- "isVirtual": true,
26946
- "isOverride": false,
26947
- "isSealed": false,
26948
- "visibility": "Public",
26949
- "declaringClrType": "System.Data.RowNotInTableException",
26950
- "declaringAssemblyName": "System.Data.Common",
26951
- "isExtensionMethod": false
26952
26032
  }
26953
26033
  ],
26954
26034
  "properties": [],
@@ -27168,26 +26248,6 @@
27168
26248
  "declaringAssemblyName": "System.Private.CoreLib",
27169
26249
  "isExtensionMethod": false,
27170
26250
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
27171
- },
27172
- {
27173
- "stableId": "System.Data.Common:System.Data.StrongTypingException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
27174
- "clrName": "GetObjectData",
27175
- "metadataToken": 0,
27176
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
27177
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
27178
- "emitScope": "ClassSurface",
27179
- "provenance": "BaseOverload",
27180
- "arity": 0,
27181
- "parameterCount": 2,
27182
- "isStatic": false,
27183
- "isAbstract": false,
27184
- "isVirtual": true,
27185
- "isOverride": false,
27186
- "isSealed": false,
27187
- "visibility": "Public",
27188
- "declaringClrType": "System.Data.StrongTypingException",
27189
- "declaringAssemblyName": "System.Data.Common",
27190
- "isExtensionMethod": false
27191
26251
  }
27192
26252
  ],
27193
26253
  "properties": [],
@@ -27282,26 +26342,6 @@
27282
26342
  "declaringAssemblyName": "System.Private.CoreLib",
27283
26343
  "isExtensionMethod": false,
27284
26344
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
27285
- },
27286
- {
27287
- "stableId": "System.Data.Common:System.Data.SyntaxErrorException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
27288
- "clrName": "GetObjectData",
27289
- "metadataToken": 0,
27290
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
27291
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
27292
- "emitScope": "ClassSurface",
27293
- "provenance": "BaseOverload",
27294
- "arity": 0,
27295
- "parameterCount": 2,
27296
- "isStatic": false,
27297
- "isAbstract": false,
27298
- "isVirtual": true,
27299
- "isOverride": false,
27300
- "isSealed": false,
27301
- "visibility": "Public",
27302
- "declaringClrType": "System.Data.SyntaxErrorException",
27303
- "declaringAssemblyName": "System.Data.Common",
27304
- "isExtensionMethod": false
27305
26345
  }
27306
26346
  ],
27307
26347
  "properties": [],
@@ -27667,569 +26707,9 @@
27667
26707
  "declaringAssemblyName": "System.Private.CoreLib",
27668
26708
  "isExtensionMethod": false,
27669
26709
  "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
27670
- },
27671
- {
27672
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::BeginInit():System.Void",
27673
- "clrName": "BeginInit",
27674
- "metadataToken": 0,
27675
- "canonicalSignature": "():System.Void",
27676
- "normalizedSignature": "BeginInit|():System.Void|static=false",
27677
- "emitScope": "ClassSurface",
27678
- "provenance": "BaseOverload",
27679
- "arity": 0,
27680
- "parameterCount": 0,
27681
- "isStatic": false,
27682
- "isAbstract": false,
27683
- "isVirtual": true,
27684
- "isOverride": false,
27685
- "isSealed": false,
27686
- "visibility": "Public",
27687
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27688
- "declaringAssemblyName": "System.Data.Common",
27689
- "isExtensionMethod": false
27690
- },
27691
- {
27692
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::Dispose():System.Void",
27693
- "clrName": "Dispose",
27694
- "metadataToken": 0,
27695
- "canonicalSignature": "():System.Void",
27696
- "normalizedSignature": "Dispose|():System.Void|static=false",
27697
- "emitScope": "ClassSurface",
27698
- "provenance": "BaseOverload",
27699
- "arity": 0,
27700
- "parameterCount": 0,
27701
- "isStatic": false,
27702
- "isAbstract": false,
27703
- "isVirtual": true,
27704
- "isOverride": false,
27705
- "isSealed": false,
27706
- "visibility": "Public",
27707
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27708
- "declaringAssemblyName": "System.Data.Common",
27709
- "isExtensionMethod": false
27710
- },
27711
- {
27712
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::Dispose(System.Boolean):System.Void",
27713
- "clrName": "Dispose",
27714
- "metadataToken": 0,
27715
- "canonicalSignature": "(System.Boolean):System.Void",
27716
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
27717
- "emitScope": "ClassSurface",
27718
- "provenance": "BaseOverload",
27719
- "arity": 0,
27720
- "parameterCount": 1,
27721
- "isStatic": false,
27722
- "isAbstract": false,
27723
- "isVirtual": true,
27724
- "isOverride": false,
27725
- "isSealed": false,
27726
- "visibility": "Protected",
27727
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27728
- "declaringAssemblyName": "System.Data.Common",
27729
- "isExtensionMethod": false
27730
- },
27731
- {
27732
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::GetList():System.Collections.IList",
27733
- "clrName": "GetList",
27734
- "metadataToken": 0,
27735
- "canonicalSignature": "():System.Collections.IList",
27736
- "normalizedSignature": "GetList|():System.Collections.IList|static=false",
27737
- "emitScope": "ClassSurface",
27738
- "provenance": "BaseOverload",
27739
- "arity": 0,
27740
- "parameterCount": 0,
27741
- "isStatic": false,
27742
- "isAbstract": false,
27743
- "isVirtual": true,
27744
- "isOverride": false,
27745
- "isSealed": false,
27746
- "visibility": "Public",
27747
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27748
- "declaringAssemblyName": "System.Data.Common",
27749
- "isExtensionMethod": false
27750
- },
27751
- {
27752
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
27753
- "clrName": "GetObjectData",
27754
- "metadataToken": 0,
27755
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
27756
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
27757
- "emitScope": "ClassSurface",
27758
- "provenance": "BaseOverload",
27759
- "arity": 0,
27760
- "parameterCount": 2,
27761
- "isStatic": false,
27762
- "isAbstract": false,
27763
- "isVirtual": true,
27764
- "isOverride": false,
27765
- "isSealed": false,
27766
- "visibility": "Public",
27767
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27768
- "declaringAssemblyName": "System.Data.Common",
27769
- "isExtensionMethod": false
27770
- },
27771
- {
27772
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::GetSchema():System.Xml.Schema.XmlSchema",
27773
- "clrName": "GetSchema",
27774
- "metadataToken": 0,
27775
- "canonicalSignature": "():System.Xml.Schema.XmlSchema",
27776
- "normalizedSignature": "GetSchema|():System.Xml.Schema.XmlSchema|static=false",
27777
- "emitScope": "ClassSurface",
27778
- "provenance": "BaseOverload",
27779
- "arity": 0,
27780
- "parameterCount": 0,
27781
- "isStatic": false,
27782
- "isAbstract": false,
27783
- "isVirtual": true,
27784
- "isOverride": false,
27785
- "isSealed": false,
27786
- "visibility": "Protected",
27787
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27788
- "declaringAssemblyName": "System.Data.Common",
27789
- "isExtensionMethod": false
27790
- },
27791
- {
27792
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::GetService(System.Type):System.Object",
27793
- "clrName": "GetService",
27794
- "metadataToken": 0,
27795
- "canonicalSignature": "(System.Type):System.Object",
27796
- "normalizedSignature": "GetService|(System.Type):System.Object|static=false",
27797
- "emitScope": "ClassSurface",
27798
- "provenance": "BaseOverload",
27799
- "arity": 0,
27800
- "parameterCount": 1,
27801
- "isStatic": false,
27802
- "isAbstract": false,
27803
- "isVirtual": true,
27804
- "isOverride": false,
27805
- "isSealed": false,
27806
- "visibility": "Public",
27807
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27808
- "declaringAssemblyName": "System.Data.Common",
27809
- "isExtensionMethod": false
27810
- },
27811
- {
27812
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::ReadXml(System.IO.Stream):System.Data.XmlReadMode",
27813
- "clrName": "ReadXml",
27814
- "metadataToken": 0,
27815
- "canonicalSignature": "(System.IO.Stream):System.Data.XmlReadMode",
27816
- "normalizedSignature": "ReadXml|(System.IO.Stream):System.Data.XmlReadMode|static=false",
27817
- "emitScope": "ClassSurface",
27818
- "provenance": "BaseOverload",
27819
- "arity": 0,
27820
- "parameterCount": 1,
27821
- "isStatic": false,
27822
- "isAbstract": false,
27823
- "isVirtual": false,
27824
- "isOverride": false,
27825
- "isSealed": false,
27826
- "visibility": "Public",
27827
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27828
- "declaringAssemblyName": "System.Data.Common",
27829
- "isExtensionMethod": false
27830
- },
27831
- {
27832
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::ReadXml(System.IO.TextReader):System.Data.XmlReadMode",
27833
- "clrName": "ReadXml",
27834
- "metadataToken": 0,
27835
- "canonicalSignature": "(System.IO.TextReader):System.Data.XmlReadMode",
27836
- "normalizedSignature": "ReadXml|(System.IO.TextReader):System.Data.XmlReadMode|static=false",
27837
- "emitScope": "ClassSurface",
27838
- "provenance": "BaseOverload",
27839
- "arity": 0,
27840
- "parameterCount": 1,
27841
- "isStatic": false,
27842
- "isAbstract": false,
27843
- "isVirtual": false,
27844
- "isOverride": false,
27845
- "isSealed": false,
27846
- "visibility": "Public",
27847
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27848
- "declaringAssemblyName": "System.Data.Common",
27849
- "isExtensionMethod": false
27850
- },
27851
- {
27852
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::ReadXml(System.String):System.Data.XmlReadMode",
27853
- "clrName": "ReadXml",
27854
- "metadataToken": 0,
27855
- "canonicalSignature": "(System.String):System.Data.XmlReadMode",
27856
- "normalizedSignature": "ReadXml|(System.String):System.Data.XmlReadMode|static=false",
27857
- "emitScope": "ClassSurface",
27858
- "provenance": "BaseOverload",
27859
- "arity": 0,
27860
- "parameterCount": 1,
27861
- "isStatic": false,
27862
- "isAbstract": false,
27863
- "isVirtual": false,
27864
- "isOverride": false,
27865
- "isSealed": false,
27866
- "visibility": "Public",
27867
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27868
- "declaringAssemblyName": "System.Data.Common",
27869
- "isExtensionMethod": false
27870
- },
27871
- {
27872
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::ReadXml(System.Xml.XmlReader):System.Data.XmlReadMode",
27873
- "clrName": "ReadXml",
27874
- "metadataToken": 0,
27875
- "canonicalSignature": "(System.Xml.XmlReader):System.Data.XmlReadMode",
27876
- "normalizedSignature": "ReadXml|(System.Xml.XmlReader):System.Data.XmlReadMode|static=false",
27877
- "emitScope": "ClassSurface",
27878
- "provenance": "BaseOverload",
27879
- "arity": 0,
27880
- "parameterCount": 1,
27881
- "isStatic": false,
27882
- "isAbstract": false,
27883
- "isVirtual": false,
27884
- "isOverride": false,
27885
- "isSealed": false,
27886
- "visibility": "Public",
27887
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27888
- "declaringAssemblyName": "System.Data.Common",
27889
- "isExtensionMethod": false
27890
- },
27891
- {
27892
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::ReadXml(System.Xml.XmlReader):System.Void",
27893
- "clrName": "ReadXml",
27894
- "metadataToken": 0,
27895
- "canonicalSignature": "(System.Xml.XmlReader):System.Void",
27896
- "normalizedSignature": "ReadXml|(System.Xml.XmlReader):System.Void|static=false",
27897
- "emitScope": "ClassSurface",
27898
- "provenance": "BaseOverload",
27899
- "arity": 0,
27900
- "parameterCount": 1,
27901
- "isStatic": false,
27902
- "isAbstract": false,
27903
- "isVirtual": true,
27904
- "isOverride": false,
27905
- "isSealed": false,
27906
- "visibility": "Public",
27907
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27908
- "declaringAssemblyName": "System.Data.Common",
27909
- "isExtensionMethod": false
27910
- },
27911
- {
27912
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.Stream):System.Void",
27913
- "clrName": "WriteXml",
27914
- "metadataToken": 0,
27915
- "canonicalSignature": "(System.IO.Stream):System.Void",
27916
- "normalizedSignature": "WriteXml|(System.IO.Stream):System.Void|static=false",
27917
- "emitScope": "ClassSurface",
27918
- "provenance": "BaseOverload",
27919
- "arity": 0,
27920
- "parameterCount": 1,
27921
- "isStatic": false,
27922
- "isAbstract": false,
27923
- "isVirtual": false,
27924
- "isOverride": false,
27925
- "isSealed": false,
27926
- "visibility": "Public",
27927
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27928
- "declaringAssemblyName": "System.Data.Common",
27929
- "isExtensionMethod": false
27930
- },
27931
- {
27932
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.Stream,System.Boolean):System.Void",
27933
- "clrName": "WriteXml",
27934
- "metadataToken": 0,
27935
- "canonicalSignature": "(System.IO.Stream,System.Boolean):System.Void",
27936
- "normalizedSignature": "WriteXml|(System.IO.Stream,System.Boolean):System.Void|static=false",
27937
- "emitScope": "ClassSurface",
27938
- "provenance": "BaseOverload",
27939
- "arity": 0,
27940
- "parameterCount": 2,
27941
- "isStatic": false,
27942
- "isAbstract": false,
27943
- "isVirtual": false,
27944
- "isOverride": false,
27945
- "isSealed": false,
27946
- "visibility": "Public",
27947
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27948
- "declaringAssemblyName": "System.Data.Common",
27949
- "isExtensionMethod": false
27950
- },
27951
- {
27952
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.TextWriter):System.Void",
27953
- "clrName": "WriteXml",
27954
- "metadataToken": 0,
27955
- "canonicalSignature": "(System.IO.TextWriter):System.Void",
27956
- "normalizedSignature": "WriteXml|(System.IO.TextWriter):System.Void|static=false",
27957
- "emitScope": "ClassSurface",
27958
- "provenance": "BaseOverload",
27959
- "arity": 0,
27960
- "parameterCount": 1,
27961
- "isStatic": false,
27962
- "isAbstract": false,
27963
- "isVirtual": false,
27964
- "isOverride": false,
27965
- "isSealed": false,
27966
- "visibility": "Public",
27967
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27968
- "declaringAssemblyName": "System.Data.Common",
27969
- "isExtensionMethod": false
27970
- },
27971
- {
27972
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.TextWriter,System.Boolean):System.Void",
27973
- "clrName": "WriteXml",
27974
- "metadataToken": 0,
27975
- "canonicalSignature": "(System.IO.TextWriter,System.Boolean):System.Void",
27976
- "normalizedSignature": "WriteXml|(System.IO.TextWriter,System.Boolean):System.Void|static=false",
27977
- "emitScope": "ClassSurface",
27978
- "provenance": "BaseOverload",
27979
- "arity": 0,
27980
- "parameterCount": 2,
27981
- "isStatic": false,
27982
- "isAbstract": false,
27983
- "isVirtual": false,
27984
- "isOverride": false,
27985
- "isSealed": false,
27986
- "visibility": "Public",
27987
- "declaringClrType": "System.Data.TypedTableBase\u00601",
27988
- "declaringAssemblyName": "System.Data.Common",
27989
- "isExtensionMethod": false
27990
- },
27991
- {
27992
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.Xml.XmlWriter):System.Void",
27993
- "clrName": "WriteXml",
27994
- "metadataToken": 0,
27995
- "canonicalSignature": "(System.Xml.XmlWriter):System.Void",
27996
- "normalizedSignature": "WriteXml|(System.Xml.XmlWriter):System.Void|static=false",
27997
- "emitScope": "ClassSurface",
27998
- "provenance": "BaseOverload",
27999
- "arity": 0,
28000
- "parameterCount": 1,
28001
- "isStatic": false,
28002
- "isAbstract": false,
28003
- "isVirtual": false,
28004
- "isOverride": false,
28005
- "isSealed": false,
28006
- "visibility": "Public",
28007
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28008
- "declaringAssemblyName": "System.Data.Common",
28009
- "isExtensionMethod": false
28010
- },
28011
- {
28012
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.Xml.XmlWriter,System.Boolean):System.Void",
28013
- "clrName": "WriteXml",
28014
- "metadataToken": 0,
28015
- "canonicalSignature": "(System.Xml.XmlWriter,System.Boolean):System.Void",
28016
- "normalizedSignature": "WriteXml|(System.Xml.XmlWriter,System.Boolean):System.Void|static=false",
28017
- "emitScope": "ClassSurface",
28018
- "provenance": "BaseOverload",
28019
- "arity": 0,
28020
- "parameterCount": 2,
28021
- "isStatic": false,
28022
- "isAbstract": false,
28023
- "isVirtual": false,
28024
- "isOverride": false,
28025
- "isSealed": false,
28026
- "visibility": "Public",
28027
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28028
- "declaringAssemblyName": "System.Data.Common",
28029
- "isExtensionMethod": false
28030
- },
28031
- {
28032
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.String):System.Void",
28033
- "clrName": "WriteXml",
28034
- "metadataToken": 0,
28035
- "canonicalSignature": "(System.String):System.Void",
28036
- "normalizedSignature": "WriteXml|(System.String):System.Void|static=false",
28037
- "emitScope": "ClassSurface",
28038
- "provenance": "BaseOverload",
28039
- "arity": 0,
28040
- "parameterCount": 1,
28041
- "isStatic": false,
28042
- "isAbstract": false,
28043
- "isVirtual": false,
28044
- "isOverride": false,
28045
- "isSealed": false,
28046
- "visibility": "Public",
28047
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28048
- "declaringAssemblyName": "System.Data.Common",
28049
- "isExtensionMethod": false
28050
- },
28051
- {
28052
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.String,System.Boolean):System.Void",
28053
- "clrName": "WriteXml",
28054
- "metadataToken": 0,
28055
- "canonicalSignature": "(System.String,System.Boolean):System.Void",
28056
- "normalizedSignature": "WriteXml|(System.String,System.Boolean):System.Void|static=false",
28057
- "emitScope": "ClassSurface",
28058
- "provenance": "BaseOverload",
28059
- "arity": 0,
28060
- "parameterCount": 2,
28061
- "isStatic": false,
28062
- "isAbstract": false,
28063
- "isVirtual": false,
28064
- "isOverride": false,
28065
- "isSealed": false,
28066
- "visibility": "Public",
28067
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28068
- "declaringAssemblyName": "System.Data.Common",
28069
- "isExtensionMethod": false
28070
- },
28071
- {
28072
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.Stream,System.Data.XmlWriteMode):System.Void",
28073
- "clrName": "WriteXml",
28074
- "metadataToken": 0,
28075
- "canonicalSignature": "(System.IO.Stream,System.Data.XmlWriteMode):System.Void",
28076
- "normalizedSignature": "WriteXml|(System.IO.Stream,System.Data.XmlWriteMode):System.Void|static=false",
28077
- "emitScope": "ClassSurface",
28078
- "provenance": "BaseOverload",
28079
- "arity": 0,
28080
- "parameterCount": 2,
28081
- "isStatic": false,
28082
- "isAbstract": false,
28083
- "isVirtual": false,
28084
- "isOverride": false,
28085
- "isSealed": false,
28086
- "visibility": "Public",
28087
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28088
- "declaringAssemblyName": "System.Data.Common",
28089
- "isExtensionMethod": false
28090
- },
28091
- {
28092
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):System.Void",
28093
- "clrName": "WriteXml",
28094
- "metadataToken": 0,
28095
- "canonicalSignature": "(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):System.Void",
28096
- "normalizedSignature": "WriteXml|(System.IO.Stream,System.Data.XmlWriteMode,System.Boolean):System.Void|static=false",
28097
- "emitScope": "ClassSurface",
28098
- "provenance": "BaseOverload",
28099
- "arity": 0,
28100
- "parameterCount": 3,
28101
- "isStatic": false,
28102
- "isAbstract": false,
28103
- "isVirtual": false,
28104
- "isOverride": false,
28105
- "isSealed": false,
28106
- "visibility": "Public",
28107
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28108
- "declaringAssemblyName": "System.Data.Common",
28109
- "isExtensionMethod": false
28110
- },
28111
- {
28112
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode):System.Void",
28113
- "clrName": "WriteXml",
28114
- "metadataToken": 0,
28115
- "canonicalSignature": "(System.IO.TextWriter,System.Data.XmlWriteMode):System.Void",
28116
- "normalizedSignature": "WriteXml|(System.IO.TextWriter,System.Data.XmlWriteMode):System.Void|static=false",
28117
- "emitScope": "ClassSurface",
28118
- "provenance": "BaseOverload",
28119
- "arity": 0,
28120
- "parameterCount": 2,
28121
- "isStatic": false,
28122
- "isAbstract": false,
28123
- "isVirtual": false,
28124
- "isOverride": false,
28125
- "isSealed": false,
28126
- "visibility": "Public",
28127
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28128
- "declaringAssemblyName": "System.Data.Common",
28129
- "isExtensionMethod": false
28130
- },
28131
- {
28132
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):System.Void",
28133
- "clrName": "WriteXml",
28134
- "metadataToken": 0,
28135
- "canonicalSignature": "(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):System.Void",
28136
- "normalizedSignature": "WriteXml|(System.IO.TextWriter,System.Data.XmlWriteMode,System.Boolean):System.Void|static=false",
28137
- "emitScope": "ClassSurface",
28138
- "provenance": "BaseOverload",
28139
- "arity": 0,
28140
- "parameterCount": 3,
28141
- "isStatic": false,
28142
- "isAbstract": false,
28143
- "isVirtual": false,
28144
- "isOverride": false,
28145
- "isSealed": false,
28146
- "visibility": "Public",
28147
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28148
- "declaringAssemblyName": "System.Data.Common",
28149
- "isExtensionMethod": false
28150
- },
28151
- {
28152
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode):System.Void",
28153
- "clrName": "WriteXml",
28154
- "metadataToken": 0,
28155
- "canonicalSignature": "(System.Xml.XmlWriter,System.Data.XmlWriteMode):System.Void",
28156
- "normalizedSignature": "WriteXml|(System.Xml.XmlWriter,System.Data.XmlWriteMode):System.Void|static=false",
28157
- "emitScope": "ClassSurface",
28158
- "provenance": "BaseOverload",
28159
- "arity": 0,
28160
- "parameterCount": 2,
28161
- "isStatic": false,
28162
- "isAbstract": false,
28163
- "isVirtual": false,
28164
- "isOverride": false,
28165
- "isSealed": false,
28166
- "visibility": "Public",
28167
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28168
- "declaringAssemblyName": "System.Data.Common",
28169
- "isExtensionMethod": false
28170
- },
28171
- {
28172
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):System.Void",
28173
- "clrName": "WriteXml",
28174
- "metadataToken": 0,
28175
- "canonicalSignature": "(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):System.Void",
28176
- "normalizedSignature": "WriteXml|(System.Xml.XmlWriter,System.Data.XmlWriteMode,System.Boolean):System.Void|static=false",
28177
- "emitScope": "ClassSurface",
28178
- "provenance": "BaseOverload",
28179
- "arity": 0,
28180
- "parameterCount": 3,
28181
- "isStatic": false,
28182
- "isAbstract": false,
28183
- "isVirtual": false,
28184
- "isOverride": false,
28185
- "isSealed": false,
28186
- "visibility": "Public",
28187
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28188
- "declaringAssemblyName": "System.Data.Common",
28189
- "isExtensionMethod": false
28190
- },
28191
- {
28192
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.String,System.Data.XmlWriteMode):System.Void",
28193
- "clrName": "WriteXml",
28194
- "metadataToken": 0,
28195
- "canonicalSignature": "(System.String,System.Data.XmlWriteMode):System.Void",
28196
- "normalizedSignature": "WriteXml|(System.String,System.Data.XmlWriteMode):System.Void|static=false",
28197
- "emitScope": "ClassSurface",
28198
- "provenance": "BaseOverload",
28199
- "arity": 0,
28200
- "parameterCount": 2,
28201
- "isStatic": false,
28202
- "isAbstract": false,
28203
- "isVirtual": false,
28204
- "isOverride": false,
28205
- "isSealed": false,
28206
- "visibility": "Public",
28207
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28208
- "declaringAssemblyName": "System.Data.Common",
28209
- "isExtensionMethod": false
28210
- },
28211
- {
28212
- "stableId": "System.Data.Common:System.Data.TypedTableBase\u00601::WriteXml(System.String,System.Data.XmlWriteMode,System.Boolean):System.Void",
28213
- "clrName": "WriteXml",
28214
- "metadataToken": 0,
28215
- "canonicalSignature": "(System.String,System.Data.XmlWriteMode,System.Boolean):System.Void",
28216
- "normalizedSignature": "WriteXml|(System.String,System.Data.XmlWriteMode,System.Boolean):System.Void|static=false",
28217
- "emitScope": "ClassSurface",
28218
- "provenance": "BaseOverload",
28219
- "arity": 0,
28220
- "parameterCount": 3,
28221
- "isStatic": false,
28222
- "isAbstract": false,
28223
- "isVirtual": false,
28224
- "isOverride": false,
28225
- "isSealed": false,
28226
- "visibility": "Public",
28227
- "declaringClrType": "System.Data.TypedTableBase\u00601",
28228
- "declaringAssemblyName": "System.Data.Common",
28229
- "isExtensionMethod": false
28230
- }
28231
- ],
28232
- "properties": [
26710
+ }
26711
+ ],
26712
+ "properties": [
28233
26713
  {
28234
26714
  "stableId": "System.ComponentModel.Primitives:System.ComponentModel.IComponent::Site:System.ComponentModel.ISite",
28235
26715
  "clrName": "Site",
@@ -28580,26 +27060,6 @@
28580
27060
  "declaringAssemblyName": "System.Private.CoreLib",
28581
27061
  "isExtensionMethod": false,
28582
27062
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
28583
- },
28584
- {
28585
- "stableId": "System.Data.Common:System.Data.VersionNotFoundException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
28586
- "clrName": "GetObjectData",
28587
- "metadataToken": 0,
28588
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
28589
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
28590
- "emitScope": "ClassSurface",
28591
- "provenance": "BaseOverload",
28592
- "arity": 0,
28593
- "parameterCount": 2,
28594
- "isStatic": false,
28595
- "isAbstract": false,
28596
- "isVirtual": true,
28597
- "isOverride": false,
28598
- "isSealed": false,
28599
- "visibility": "Public",
28600
- "declaringClrType": "System.Data.VersionNotFoundException",
28601
- "declaringAssemblyName": "System.Data.Common",
28602
- "isExtensionMethod": false
28603
27063
  }
28604
27064
  ],
28605
27065
  "properties": [],