@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
@@ -3601,86 +3601,6 @@
3601
3601
  "declaringAssemblyName": "System.Private.Xml",
3602
3602
  "isExtensionMethod": false,
3603
3603
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
3604
- },
3605
- {
3606
- "stableId": "System.Private.Xml:System.Xml.XmlAttribute::Clone():System.Xml.XmlNode",
3607
- "clrName": "Clone",
3608
- "metadataToken": 0,
3609
- "canonicalSignature": "():System.Xml.XmlNode",
3610
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
3611
- "emitScope": "ClassSurface",
3612
- "provenance": "BaseOverload",
3613
- "arity": 0,
3614
- "parameterCount": 0,
3615
- "isStatic": false,
3616
- "isAbstract": false,
3617
- "isVirtual": true,
3618
- "isOverride": false,
3619
- "isSealed": false,
3620
- "visibility": "Public",
3621
- "declaringClrType": "System.Xml.XmlAttribute",
3622
- "declaringAssemblyName": "System.Private.Xml",
3623
- "isExtensionMethod": false
3624
- },
3625
- {
3626
- "stableId": "System.Private.Xml:System.Xml.XmlAttribute::Clone():System.Object",
3627
- "clrName": "Clone",
3628
- "metadataToken": 0,
3629
- "canonicalSignature": "():System.Object",
3630
- "normalizedSignature": "Clone|():System.Object|static=false",
3631
- "emitScope": "ClassSurface",
3632
- "provenance": "BaseOverload",
3633
- "arity": 0,
3634
- "parameterCount": 0,
3635
- "isStatic": false,
3636
- "isAbstract": false,
3637
- "isVirtual": true,
3638
- "isOverride": false,
3639
- "isSealed": false,
3640
- "visibility": "Public",
3641
- "declaringClrType": "System.Xml.XmlAttribute",
3642
- "declaringAssemblyName": "System.Private.Xml",
3643
- "isExtensionMethod": false
3644
- },
3645
- {
3646
- "stableId": "System.Private.Xml:System.Xml.XmlAttribute::CreateNavigator():System.Xml.XPath.XPathNavigator",
3647
- "clrName": "CreateNavigator",
3648
- "metadataToken": 0,
3649
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
3650
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
3651
- "emitScope": "ClassSurface",
3652
- "provenance": "BaseOverload",
3653
- "arity": 0,
3654
- "parameterCount": 0,
3655
- "isStatic": false,
3656
- "isAbstract": false,
3657
- "isVirtual": true,
3658
- "isOverride": false,
3659
- "isSealed": false,
3660
- "visibility": "Public",
3661
- "declaringClrType": "System.Xml.XmlAttribute",
3662
- "declaringAssemblyName": "System.Private.Xml",
3663
- "isExtensionMethod": false
3664
- },
3665
- {
3666
- "stableId": "System.Private.Xml:System.Xml.XmlAttribute::GetEnumerator():System.Collections.IEnumerator",
3667
- "clrName": "GetEnumerator",
3668
- "metadataToken": 0,
3669
- "canonicalSignature": "():System.Collections.IEnumerator",
3670
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3671
- "emitScope": "ClassSurface",
3672
- "provenance": "BaseOverload",
3673
- "arity": 0,
3674
- "parameterCount": 0,
3675
- "isStatic": false,
3676
- "isAbstract": false,
3677
- "isVirtual": false,
3678
- "isOverride": false,
3679
- "isSealed": false,
3680
- "visibility": "Public",
3681
- "declaringClrType": "System.Xml.XmlAttribute",
3682
- "declaringAssemblyName": "System.Private.Xml",
3683
- "isExtensionMethod": false
3684
3604
  }
3685
3605
  ],
3686
3606
  "properties": [
@@ -4215,26 +4135,6 @@
4215
4135
  "isExtensionMethod": false,
4216
4136
  "sourceInterface": "System.Collections.ICollection"
4217
4137
  },
4218
- {
4219
- "stableId": "System.Private.Xml:System.Xml.XmlAttributeCollection::GetEnumerator():System.Collections.IEnumerator",
4220
- "clrName": "GetEnumerator",
4221
- "metadataToken": 0,
4222
- "canonicalSignature": "():System.Collections.IEnumerator",
4223
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4224
- "emitScope": "ClassSurface",
4225
- "provenance": "BaseOverload",
4226
- "arity": 0,
4227
- "parameterCount": 0,
4228
- "isStatic": false,
4229
- "isAbstract": false,
4230
- "isVirtual": true,
4231
- "isOverride": false,
4232
- "isSealed": false,
4233
- "visibility": "Public",
4234
- "declaringClrType": "System.Xml.XmlAttributeCollection",
4235
- "declaringAssemblyName": "System.Private.Xml",
4236
- "isExtensionMethod": false
4237
- },
4238
4138
  {
4239
4139
  "stableId": "System.Private.Xml:System.Xml.XmlAttributeCollection::get_Item(System.Int32):System.Xml.XmlAttribute",
4240
4140
  "clrName": "get_Item",
@@ -4833,86 +4733,6 @@
4833
4733
  "declaringAssemblyName": "System.Private.Xml",
4834
4734
  "isExtensionMethod": false,
4835
4735
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
4836
- },
4837
- {
4838
- "stableId": "System.Private.Xml:System.Xml.XmlCDataSection::Clone():System.Object",
4839
- "clrName": "Clone",
4840
- "metadataToken": 0,
4841
- "canonicalSignature": "():System.Object",
4842
- "normalizedSignature": "Clone|():System.Object|static=false",
4843
- "emitScope": "ClassSurface",
4844
- "provenance": "BaseOverload",
4845
- "arity": 0,
4846
- "parameterCount": 0,
4847
- "isStatic": false,
4848
- "isAbstract": false,
4849
- "isVirtual": true,
4850
- "isOverride": false,
4851
- "isSealed": false,
4852
- "visibility": "Public",
4853
- "declaringClrType": "System.Xml.XmlCDataSection",
4854
- "declaringAssemblyName": "System.Private.Xml",
4855
- "isExtensionMethod": false
4856
- },
4857
- {
4858
- "stableId": "System.Private.Xml:System.Xml.XmlCDataSection::Clone():System.Xml.XmlNode",
4859
- "clrName": "Clone",
4860
- "metadataToken": 0,
4861
- "canonicalSignature": "():System.Xml.XmlNode",
4862
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
4863
- "emitScope": "ClassSurface",
4864
- "provenance": "BaseOverload",
4865
- "arity": 0,
4866
- "parameterCount": 0,
4867
- "isStatic": false,
4868
- "isAbstract": false,
4869
- "isVirtual": true,
4870
- "isOverride": false,
4871
- "isSealed": false,
4872
- "visibility": "Public",
4873
- "declaringClrType": "System.Xml.XmlCDataSection",
4874
- "declaringAssemblyName": "System.Private.Xml",
4875
- "isExtensionMethod": false
4876
- },
4877
- {
4878
- "stableId": "System.Private.Xml:System.Xml.XmlCDataSection::CreateNavigator():System.Xml.XPath.XPathNavigator",
4879
- "clrName": "CreateNavigator",
4880
- "metadataToken": 0,
4881
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
4882
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
4883
- "emitScope": "ClassSurface",
4884
- "provenance": "BaseOverload",
4885
- "arity": 0,
4886
- "parameterCount": 0,
4887
- "isStatic": false,
4888
- "isAbstract": false,
4889
- "isVirtual": true,
4890
- "isOverride": false,
4891
- "isSealed": false,
4892
- "visibility": "Public",
4893
- "declaringClrType": "System.Xml.XmlCDataSection",
4894
- "declaringAssemblyName": "System.Private.Xml",
4895
- "isExtensionMethod": false
4896
- },
4897
- {
4898
- "stableId": "System.Private.Xml:System.Xml.XmlCDataSection::GetEnumerator():System.Collections.IEnumerator",
4899
- "clrName": "GetEnumerator",
4900
- "metadataToken": 0,
4901
- "canonicalSignature": "():System.Collections.IEnumerator",
4902
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4903
- "emitScope": "ClassSurface",
4904
- "provenance": "BaseOverload",
4905
- "arity": 0,
4906
- "parameterCount": 0,
4907
- "isStatic": false,
4908
- "isAbstract": false,
4909
- "isVirtual": true,
4910
- "isOverride": false,
4911
- "isSealed": false,
4912
- "visibility": "Public",
4913
- "declaringClrType": "System.Xml.XmlCDataSection",
4914
- "declaringAssemblyName": "System.Private.Xml",
4915
- "isExtensionMethod": false
4916
4736
  }
4917
4737
  ],
4918
4738
  "properties": [
@@ -5220,86 +5040,6 @@
5220
5040
  "declaringAssemblyName": "System.Private.Xml",
5221
5041
  "isExtensionMethod": false,
5222
5042
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
5223
- },
5224
- {
5225
- "stableId": "System.Private.Xml:System.Xml.XmlCharacterData::Clone():System.Object",
5226
- "clrName": "Clone",
5227
- "metadataToken": 0,
5228
- "canonicalSignature": "():System.Object",
5229
- "normalizedSignature": "Clone|():System.Object|static=false",
5230
- "emitScope": "ClassSurface",
5231
- "provenance": "BaseOverload",
5232
- "arity": 0,
5233
- "parameterCount": 0,
5234
- "isStatic": false,
5235
- "isAbstract": false,
5236
- "isVirtual": true,
5237
- "isOverride": false,
5238
- "isSealed": false,
5239
- "visibility": "Public",
5240
- "declaringClrType": "System.Xml.XmlCharacterData",
5241
- "declaringAssemblyName": "System.Private.Xml",
5242
- "isExtensionMethod": false
5243
- },
5244
- {
5245
- "stableId": "System.Private.Xml:System.Xml.XmlCharacterData::Clone():System.Xml.XmlNode",
5246
- "clrName": "Clone",
5247
- "metadataToken": 0,
5248
- "canonicalSignature": "():System.Xml.XmlNode",
5249
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
5250
- "emitScope": "ClassSurface",
5251
- "provenance": "BaseOverload",
5252
- "arity": 0,
5253
- "parameterCount": 0,
5254
- "isStatic": false,
5255
- "isAbstract": false,
5256
- "isVirtual": true,
5257
- "isOverride": false,
5258
- "isSealed": false,
5259
- "visibility": "Public",
5260
- "declaringClrType": "System.Xml.XmlCharacterData",
5261
- "declaringAssemblyName": "System.Private.Xml",
5262
- "isExtensionMethod": false
5263
- },
5264
- {
5265
- "stableId": "System.Private.Xml:System.Xml.XmlCharacterData::CreateNavigator():System.Xml.XPath.XPathNavigator",
5266
- "clrName": "CreateNavigator",
5267
- "metadataToken": 0,
5268
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
5269
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
5270
- "emitScope": "ClassSurface",
5271
- "provenance": "BaseOverload",
5272
- "arity": 0,
5273
- "parameterCount": 0,
5274
- "isStatic": false,
5275
- "isAbstract": false,
5276
- "isVirtual": true,
5277
- "isOverride": false,
5278
- "isSealed": false,
5279
- "visibility": "Public",
5280
- "declaringClrType": "System.Xml.XmlCharacterData",
5281
- "declaringAssemblyName": "System.Private.Xml",
5282
- "isExtensionMethod": false
5283
- },
5284
- {
5285
- "stableId": "System.Private.Xml:System.Xml.XmlCharacterData::GetEnumerator():System.Collections.IEnumerator",
5286
- "clrName": "GetEnumerator",
5287
- "metadataToken": 0,
5288
- "canonicalSignature": "():System.Collections.IEnumerator",
5289
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5290
- "emitScope": "ClassSurface",
5291
- "provenance": "BaseOverload",
5292
- "arity": 0,
5293
- "parameterCount": 0,
5294
- "isStatic": false,
5295
- "isAbstract": false,
5296
- "isVirtual": true,
5297
- "isOverride": false,
5298
- "isSealed": false,
5299
- "visibility": "Public",
5300
- "declaringClrType": "System.Xml.XmlCharacterData",
5301
- "declaringAssemblyName": "System.Private.Xml",
5302
- "isExtensionMethod": false
5303
5043
  }
5304
5044
  ],
5305
5045
  "properties": [
@@ -5548,89 +5288,9 @@
5548
5288
  "declaringAssemblyName": "System.Private.Xml",
5549
5289
  "isExtensionMethod": false,
5550
5290
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
5551
- },
5552
- {
5553
- "stableId": "System.Private.Xml:System.Xml.XmlComment::Clone():System.Object",
5554
- "clrName": "Clone",
5555
- "metadataToken": 0,
5556
- "canonicalSignature": "():System.Object",
5557
- "normalizedSignature": "Clone|():System.Object|static=false",
5558
- "emitScope": "ClassSurface",
5559
- "provenance": "BaseOverload",
5560
- "arity": 0,
5561
- "parameterCount": 0,
5562
- "isStatic": false,
5563
- "isAbstract": false,
5564
- "isVirtual": true,
5565
- "isOverride": false,
5566
- "isSealed": false,
5567
- "visibility": "Public",
5568
- "declaringClrType": "System.Xml.XmlComment",
5569
- "declaringAssemblyName": "System.Private.Xml",
5570
- "isExtensionMethod": false
5571
- },
5572
- {
5573
- "stableId": "System.Private.Xml:System.Xml.XmlComment::Clone():System.Xml.XmlNode",
5574
- "clrName": "Clone",
5575
- "metadataToken": 0,
5576
- "canonicalSignature": "():System.Xml.XmlNode",
5577
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
5578
- "emitScope": "ClassSurface",
5579
- "provenance": "BaseOverload",
5580
- "arity": 0,
5581
- "parameterCount": 0,
5582
- "isStatic": false,
5583
- "isAbstract": false,
5584
- "isVirtual": true,
5585
- "isOverride": false,
5586
- "isSealed": false,
5587
- "visibility": "Public",
5588
- "declaringClrType": "System.Xml.XmlComment",
5589
- "declaringAssemblyName": "System.Private.Xml",
5590
- "isExtensionMethod": false
5591
- },
5592
- {
5593
- "stableId": "System.Private.Xml:System.Xml.XmlComment::CreateNavigator():System.Xml.XPath.XPathNavigator",
5594
- "clrName": "CreateNavigator",
5595
- "metadataToken": 0,
5596
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
5597
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
5598
- "emitScope": "ClassSurface",
5599
- "provenance": "BaseOverload",
5600
- "arity": 0,
5601
- "parameterCount": 0,
5602
- "isStatic": false,
5603
- "isAbstract": false,
5604
- "isVirtual": true,
5605
- "isOverride": false,
5606
- "isSealed": false,
5607
- "visibility": "Public",
5608
- "declaringClrType": "System.Xml.XmlComment",
5609
- "declaringAssemblyName": "System.Private.Xml",
5610
- "isExtensionMethod": false
5611
- },
5612
- {
5613
- "stableId": "System.Private.Xml:System.Xml.XmlComment::GetEnumerator():System.Collections.IEnumerator",
5614
- "clrName": "GetEnumerator",
5615
- "metadataToken": 0,
5616
- "canonicalSignature": "():System.Collections.IEnumerator",
5617
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5618
- "emitScope": "ClassSurface",
5619
- "provenance": "BaseOverload",
5620
- "arity": 0,
5621
- "parameterCount": 0,
5622
- "isStatic": false,
5623
- "isAbstract": false,
5624
- "isVirtual": true,
5625
- "isOverride": false,
5626
- "isSealed": false,
5627
- "visibility": "Public",
5628
- "declaringClrType": "System.Xml.XmlComment",
5629
- "declaringAssemblyName": "System.Private.Xml",
5630
- "isExtensionMethod": false
5631
- }
5632
- ],
5633
- "properties": [
5291
+ }
5292
+ ],
5293
+ "properties": [
5634
5294
  {
5635
5295
  "stableId": "System.Private.Xml:System.Xml.XmlComment::Name:System.String",
5636
5296
  "clrName": "Name",
@@ -7252,46 +6912,6 @@
7252
6912
  "isExtensionMethod": false,
7253
6913
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
7254
6914
  },
7255
- {
7256
- "stableId": "System.Data.Common:System.Xml.XmlDataDocument::Clone():System.Object",
7257
- "clrName": "Clone",
7258
- "metadataToken": 0,
7259
- "canonicalSignature": "():System.Object",
7260
- "normalizedSignature": "Clone|():System.Object|static=false",
7261
- "emitScope": "ClassSurface",
7262
- "provenance": "BaseOverload",
7263
- "arity": 0,
7264
- "parameterCount": 0,
7265
- "isStatic": false,
7266
- "isAbstract": false,
7267
- "isVirtual": true,
7268
- "isOverride": false,
7269
- "isSealed": false,
7270
- "visibility": "Public",
7271
- "declaringClrType": "System.Xml.XmlDataDocument",
7272
- "declaringAssemblyName": "System.Data.Common",
7273
- "isExtensionMethod": false
7274
- },
7275
- {
7276
- "stableId": "System.Data.Common:System.Xml.XmlDataDocument::Clone():System.Xml.XmlNode",
7277
- "clrName": "Clone",
7278
- "metadataToken": 0,
7279
- "canonicalSignature": "():System.Xml.XmlNode",
7280
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
7281
- "emitScope": "ClassSurface",
7282
- "provenance": "BaseOverload",
7283
- "arity": 0,
7284
- "parameterCount": 0,
7285
- "isStatic": false,
7286
- "isAbstract": false,
7287
- "isVirtual": true,
7288
- "isOverride": false,
7289
- "isSealed": false,
7290
- "visibility": "Public",
7291
- "declaringClrType": "System.Xml.XmlDataDocument",
7292
- "declaringAssemblyName": "System.Data.Common",
7293
- "isExtensionMethod": false
7294
- },
7295
6915
  {
7296
6916
  "stableId": "System.Data.Common:System.Xml.XmlDataDocument::CreateElement(System.String):System.Xml.XmlElement",
7297
6917
  "clrName": "CreateElement",
@@ -7371,26 +6991,6 @@
7371
6991
  "declaringClrType": "System.Xml.XmlDataDocument",
7372
6992
  "declaringAssemblyName": "System.Data.Common",
7373
6993
  "isExtensionMethod": false
7374
- },
7375
- {
7376
- "stableId": "System.Data.Common:System.Xml.XmlDataDocument::GetEnumerator():System.Collections.IEnumerator",
7377
- "clrName": "GetEnumerator",
7378
- "metadataToken": 0,
7379
- "canonicalSignature": "():System.Collections.IEnumerator",
7380
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
7381
- "emitScope": "ClassSurface",
7382
- "provenance": "BaseOverload",
7383
- "arity": 0,
7384
- "parameterCount": 0,
7385
- "isStatic": false,
7386
- "isAbstract": false,
7387
- "isVirtual": true,
7388
- "isOverride": false,
7389
- "isSealed": false,
7390
- "visibility": "Public",
7391
- "declaringClrType": "System.Xml.XmlDataDocument",
7392
- "declaringAssemblyName": "System.Data.Common",
7393
- "isExtensionMethod": false
7394
6994
  }
7395
6995
  ],
7396
6996
  "properties": [
@@ -7593,86 +7193,6 @@
7593
7193
  "declaringAssemblyName": "System.Private.Xml",
7594
7194
  "isExtensionMethod": false,
7595
7195
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
7596
- },
7597
- {
7598
- "stableId": "System.Private.Xml:System.Xml.XmlDeclaration::Clone():System.Object",
7599
- "clrName": "Clone",
7600
- "metadataToken": 0,
7601
- "canonicalSignature": "():System.Object",
7602
- "normalizedSignature": "Clone|():System.Object|static=false",
7603
- "emitScope": "ClassSurface",
7604
- "provenance": "BaseOverload",
7605
- "arity": 0,
7606
- "parameterCount": 0,
7607
- "isStatic": false,
7608
- "isAbstract": false,
7609
- "isVirtual": true,
7610
- "isOverride": false,
7611
- "isSealed": false,
7612
- "visibility": "Public",
7613
- "declaringClrType": "System.Xml.XmlDeclaration",
7614
- "declaringAssemblyName": "System.Private.Xml",
7615
- "isExtensionMethod": false
7616
- },
7617
- {
7618
- "stableId": "System.Private.Xml:System.Xml.XmlDeclaration::Clone():System.Xml.XmlNode",
7619
- "clrName": "Clone",
7620
- "metadataToken": 0,
7621
- "canonicalSignature": "():System.Xml.XmlNode",
7622
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
7623
- "emitScope": "ClassSurface",
7624
- "provenance": "BaseOverload",
7625
- "arity": 0,
7626
- "parameterCount": 0,
7627
- "isStatic": false,
7628
- "isAbstract": false,
7629
- "isVirtual": true,
7630
- "isOverride": false,
7631
- "isSealed": false,
7632
- "visibility": "Public",
7633
- "declaringClrType": "System.Xml.XmlDeclaration",
7634
- "declaringAssemblyName": "System.Private.Xml",
7635
- "isExtensionMethod": false
7636
- },
7637
- {
7638
- "stableId": "System.Private.Xml:System.Xml.XmlDeclaration::CreateNavigator():System.Xml.XPath.XPathNavigator",
7639
- "clrName": "CreateNavigator",
7640
- "metadataToken": 0,
7641
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
7642
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
7643
- "emitScope": "ClassSurface",
7644
- "provenance": "BaseOverload",
7645
- "arity": 0,
7646
- "parameterCount": 0,
7647
- "isStatic": false,
7648
- "isAbstract": false,
7649
- "isVirtual": true,
7650
- "isOverride": false,
7651
- "isSealed": false,
7652
- "visibility": "Public",
7653
- "declaringClrType": "System.Xml.XmlDeclaration",
7654
- "declaringAssemblyName": "System.Private.Xml",
7655
- "isExtensionMethod": false
7656
- },
7657
- {
7658
- "stableId": "System.Private.Xml:System.Xml.XmlDeclaration::GetEnumerator():System.Collections.IEnumerator",
7659
- "clrName": "GetEnumerator",
7660
- "metadataToken": 0,
7661
- "canonicalSignature": "():System.Collections.IEnumerator",
7662
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
7663
- "emitScope": "ClassSurface",
7664
- "provenance": "BaseOverload",
7665
- "arity": 0,
7666
- "parameterCount": 0,
7667
- "isStatic": false,
7668
- "isAbstract": false,
7669
- "isVirtual": true,
7670
- "isOverride": false,
7671
- "isSealed": false,
7672
- "visibility": "Public",
7673
- "declaringClrType": "System.Xml.XmlDeclaration",
7674
- "declaringAssemblyName": "System.Private.Xml",
7675
- "isExtensionMethod": false
7676
7196
  }
7677
7197
  ],
7678
7198
  "properties": [
@@ -10626,46 +10146,6 @@
10626
10146
  "isExtensionMethod": false,
10627
10147
  "sourceInterface": "System.IDisposable"
10628
10148
  },
10629
- {
10630
- "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::Dispose():System.Void",
10631
- "clrName": "Dispose",
10632
- "metadataToken": 0,
10633
- "canonicalSignature": "():System.Void",
10634
- "normalizedSignature": "Dispose|():System.Void|static=false",
10635
- "emitScope": "ClassSurface",
10636
- "provenance": "BaseOverload",
10637
- "arity": 0,
10638
- "parameterCount": 0,
10639
- "isStatic": false,
10640
- "isAbstract": false,
10641
- "isVirtual": true,
10642
- "isOverride": false,
10643
- "isSealed": false,
10644
- "visibility": "Public",
10645
- "declaringClrType": "System.Xml.XmlDictionaryReader",
10646
- "declaringAssemblyName": "System.Private.DataContractSerialization",
10647
- "isExtensionMethod": false
10648
- },
10649
- {
10650
- "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::Dispose(System.Boolean):System.Void",
10651
- "clrName": "Dispose",
10652
- "metadataToken": 0,
10653
- "canonicalSignature": "(System.Boolean):System.Void",
10654
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
10655
- "emitScope": "ClassSurface",
10656
- "provenance": "BaseOverload",
10657
- "arity": 0,
10658
- "parameterCount": 1,
10659
- "isStatic": false,
10660
- "isAbstract": false,
10661
- "isVirtual": true,
10662
- "isOverride": false,
10663
- "isSealed": false,
10664
- "visibility": "Protected",
10665
- "declaringClrType": "System.Xml.XmlDictionaryReader",
10666
- "declaringAssemblyName": "System.Private.DataContractSerialization",
10667
- "isExtensionMethod": false
10668
- },
10669
10149
  {
10670
10150
  "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReader::GetAttribute(System.String):System.String",
10671
10151
  "clrName": "GetAttribute",
@@ -12704,42 +12184,22 @@
12704
12184
  "isAbstract": false,
12705
12185
  "isVirtual": true,
12706
12186
  "isOverride": false,
12707
- "isSealed": false,
12187
+ "isSealed": true,
12708
12188
  "visibility": "Public",
12709
12189
  "declaringClrType": "System.Xml.XmlDictionaryWriter",
12710
12190
  "declaringAssemblyName": "System.Private.DataContractSerialization",
12711
12191
  "isExtensionMethod": false
12712
12192
  },
12713
12193
  {
12714
- "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryWriter::DisposeAsync():System.Threading.Tasks.ValueTask",
12715
- "clrName": "DisposeAsync",
12194
+ "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryWriter::WriteAttributeString(System.String,System.String,System.String):System.Void",
12195
+ "clrName": "WriteAttributeString",
12716
12196
  "metadataToken": 0,
12717
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
12718
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
12197
+ "canonicalSignature": "(System.String,System.String,System.String):System.Void",
12198
+ "normalizedSignature": "WriteAttributeString|(System.String,System.String,System.String):System.Void|static=false",
12719
12199
  "emitScope": "ClassSurface",
12720
12200
  "provenance": "BaseOverload",
12721
12201
  "arity": 0,
12722
- "parameterCount": 0,
12723
- "isStatic": false,
12724
- "isAbstract": false,
12725
- "isVirtual": true,
12726
- "isOverride": false,
12727
- "isSealed": false,
12728
- "visibility": "Public",
12729
- "declaringClrType": "System.Xml.XmlDictionaryWriter",
12730
- "declaringAssemblyName": "System.Private.DataContractSerialization",
12731
- "isExtensionMethod": false
12732
- },
12733
- {
12734
- "stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryWriter::WriteAttributeString(System.String,System.String,System.String):System.Void",
12735
- "clrName": "WriteAttributeString",
12736
- "metadataToken": 0,
12737
- "canonicalSignature": "(System.String,System.String,System.String):System.Void",
12738
- "normalizedSignature": "WriteAttributeString|(System.String,System.String,System.String):System.Void|static=false",
12739
- "emitScope": "ClassSurface",
12740
- "provenance": "BaseOverload",
12741
- "arity": 0,
12742
- "parameterCount": 3,
12202
+ "parameterCount": 3,
12743
12203
  "isStatic": false,
12744
12204
  "isAbstract": false,
12745
12205
  "isVirtual": false,
@@ -14180,66 +13640,6 @@
14180
13640
  "declaringAssemblyName": "System.Private.Xml",
14181
13641
  "isExtensionMethod": false,
14182
13642
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
14183
- },
14184
- {
14185
- "stableId": "System.Private.Xml:System.Xml.XmlDocument::Clone():System.Xml.XmlNode",
14186
- "clrName": "Clone",
14187
- "metadataToken": 0,
14188
- "canonicalSignature": "():System.Xml.XmlNode",
14189
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
14190
- "emitScope": "ClassSurface",
14191
- "provenance": "BaseOverload",
14192
- "arity": 0,
14193
- "parameterCount": 0,
14194
- "isStatic": false,
14195
- "isAbstract": false,
14196
- "isVirtual": true,
14197
- "isOverride": false,
14198
- "isSealed": false,
14199
- "visibility": "Public",
14200
- "declaringClrType": "System.Xml.XmlDocument",
14201
- "declaringAssemblyName": "System.Private.Xml",
14202
- "isExtensionMethod": false
14203
- },
14204
- {
14205
- "stableId": "System.Private.Xml:System.Xml.XmlDocument::Clone():System.Object",
14206
- "clrName": "Clone",
14207
- "metadataToken": 0,
14208
- "canonicalSignature": "():System.Object",
14209
- "normalizedSignature": "Clone|():System.Object|static=false",
14210
- "emitScope": "ClassSurface",
14211
- "provenance": "BaseOverload",
14212
- "arity": 0,
14213
- "parameterCount": 0,
14214
- "isStatic": false,
14215
- "isAbstract": false,
14216
- "isVirtual": true,
14217
- "isOverride": false,
14218
- "isSealed": false,
14219
- "visibility": "Public",
14220
- "declaringClrType": "System.Xml.XmlDocument",
14221
- "declaringAssemblyName": "System.Private.Xml",
14222
- "isExtensionMethod": false
14223
- },
14224
- {
14225
- "stableId": "System.Private.Xml:System.Xml.XmlDocument::GetEnumerator():System.Collections.IEnumerator",
14226
- "clrName": "GetEnumerator",
14227
- "metadataToken": 0,
14228
- "canonicalSignature": "():System.Collections.IEnumerator",
14229
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
14230
- "emitScope": "ClassSurface",
14231
- "provenance": "BaseOverload",
14232
- "arity": 0,
14233
- "parameterCount": 0,
14234
- "isStatic": false,
14235
- "isAbstract": false,
14236
- "isVirtual": false,
14237
- "isOverride": false,
14238
- "isSealed": false,
14239
- "visibility": "Public",
14240
- "declaringClrType": "System.Xml.XmlDocument",
14241
- "declaringAssemblyName": "System.Private.Xml",
14242
- "isExtensionMethod": false
14243
13643
  }
14244
13644
  ],
14245
13645
  "properties": [
@@ -14818,86 +14218,6 @@
14818
14218
  "declaringAssemblyName": "System.Private.Xml",
14819
14219
  "isExtensionMethod": false,
14820
14220
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
14821
- },
14822
- {
14823
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentFragment::Clone():System.Xml.XmlNode",
14824
- "clrName": "Clone",
14825
- "metadataToken": 0,
14826
- "canonicalSignature": "():System.Xml.XmlNode",
14827
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
14828
- "emitScope": "ClassSurface",
14829
- "provenance": "BaseOverload",
14830
- "arity": 0,
14831
- "parameterCount": 0,
14832
- "isStatic": false,
14833
- "isAbstract": false,
14834
- "isVirtual": true,
14835
- "isOverride": false,
14836
- "isSealed": false,
14837
- "visibility": "Public",
14838
- "declaringClrType": "System.Xml.XmlDocumentFragment",
14839
- "declaringAssemblyName": "System.Private.Xml",
14840
- "isExtensionMethod": false
14841
- },
14842
- {
14843
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentFragment::Clone():System.Object",
14844
- "clrName": "Clone",
14845
- "metadataToken": 0,
14846
- "canonicalSignature": "():System.Object",
14847
- "normalizedSignature": "Clone|():System.Object|static=false",
14848
- "emitScope": "ClassSurface",
14849
- "provenance": "BaseOverload",
14850
- "arity": 0,
14851
- "parameterCount": 0,
14852
- "isStatic": false,
14853
- "isAbstract": false,
14854
- "isVirtual": true,
14855
- "isOverride": false,
14856
- "isSealed": false,
14857
- "visibility": "Public",
14858
- "declaringClrType": "System.Xml.XmlDocumentFragment",
14859
- "declaringAssemblyName": "System.Private.Xml",
14860
- "isExtensionMethod": false
14861
- },
14862
- {
14863
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentFragment::CreateNavigator():System.Xml.XPath.XPathNavigator",
14864
- "clrName": "CreateNavigator",
14865
- "metadataToken": 0,
14866
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
14867
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
14868
- "emitScope": "ClassSurface",
14869
- "provenance": "BaseOverload",
14870
- "arity": 0,
14871
- "parameterCount": 0,
14872
- "isStatic": false,
14873
- "isAbstract": false,
14874
- "isVirtual": true,
14875
- "isOverride": false,
14876
- "isSealed": false,
14877
- "visibility": "Public",
14878
- "declaringClrType": "System.Xml.XmlDocumentFragment",
14879
- "declaringAssemblyName": "System.Private.Xml",
14880
- "isExtensionMethod": false
14881
- },
14882
- {
14883
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentFragment::GetEnumerator():System.Collections.IEnumerator",
14884
- "clrName": "GetEnumerator",
14885
- "metadataToken": 0,
14886
- "canonicalSignature": "():System.Collections.IEnumerator",
14887
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
14888
- "emitScope": "ClassSurface",
14889
- "provenance": "BaseOverload",
14890
- "arity": 0,
14891
- "parameterCount": 0,
14892
- "isStatic": false,
14893
- "isAbstract": false,
14894
- "isVirtual": false,
14895
- "isOverride": false,
14896
- "isSealed": false,
14897
- "visibility": "Public",
14898
- "declaringClrType": "System.Xml.XmlDocumentFragment",
14899
- "declaringAssemblyName": "System.Private.Xml",
14900
- "isExtensionMethod": false
14901
14221
  }
14902
14222
  ],
14903
14223
  "properties": [
@@ -15184,86 +14504,6 @@
15184
14504
  "declaringAssemblyName": "System.Private.Xml",
15185
14505
  "isExtensionMethod": false,
15186
14506
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
15187
- },
15188
- {
15189
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentType::Clone():System.Object",
15190
- "clrName": "Clone",
15191
- "metadataToken": 0,
15192
- "canonicalSignature": "():System.Object",
15193
- "normalizedSignature": "Clone|():System.Object|static=false",
15194
- "emitScope": "ClassSurface",
15195
- "provenance": "BaseOverload",
15196
- "arity": 0,
15197
- "parameterCount": 0,
15198
- "isStatic": false,
15199
- "isAbstract": false,
15200
- "isVirtual": true,
15201
- "isOverride": false,
15202
- "isSealed": false,
15203
- "visibility": "Public",
15204
- "declaringClrType": "System.Xml.XmlDocumentType",
15205
- "declaringAssemblyName": "System.Private.Xml",
15206
- "isExtensionMethod": false
15207
- },
15208
- {
15209
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentType::Clone():System.Xml.XmlNode",
15210
- "clrName": "Clone",
15211
- "metadataToken": 0,
15212
- "canonicalSignature": "():System.Xml.XmlNode",
15213
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
15214
- "emitScope": "ClassSurface",
15215
- "provenance": "BaseOverload",
15216
- "arity": 0,
15217
- "parameterCount": 0,
15218
- "isStatic": false,
15219
- "isAbstract": false,
15220
- "isVirtual": true,
15221
- "isOverride": false,
15222
- "isSealed": false,
15223
- "visibility": "Public",
15224
- "declaringClrType": "System.Xml.XmlDocumentType",
15225
- "declaringAssemblyName": "System.Private.Xml",
15226
- "isExtensionMethod": false
15227
- },
15228
- {
15229
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentType::CreateNavigator():System.Xml.XPath.XPathNavigator",
15230
- "clrName": "CreateNavigator",
15231
- "metadataToken": 0,
15232
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
15233
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
15234
- "emitScope": "ClassSurface",
15235
- "provenance": "BaseOverload",
15236
- "arity": 0,
15237
- "parameterCount": 0,
15238
- "isStatic": false,
15239
- "isAbstract": false,
15240
- "isVirtual": true,
15241
- "isOverride": false,
15242
- "isSealed": false,
15243
- "visibility": "Public",
15244
- "declaringClrType": "System.Xml.XmlDocumentType",
15245
- "declaringAssemblyName": "System.Private.Xml",
15246
- "isExtensionMethod": false
15247
- },
15248
- {
15249
- "stableId": "System.Private.Xml:System.Xml.XmlDocumentType::GetEnumerator():System.Collections.IEnumerator",
15250
- "clrName": "GetEnumerator",
15251
- "metadataToken": 0,
15252
- "canonicalSignature": "():System.Collections.IEnumerator",
15253
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
15254
- "emitScope": "ClassSurface",
15255
- "provenance": "BaseOverload",
15256
- "arity": 0,
15257
- "parameterCount": 0,
15258
- "isStatic": false,
15259
- "isAbstract": false,
15260
- "isVirtual": true,
15261
- "isOverride": false,
15262
- "isSealed": false,
15263
- "visibility": "Public",
15264
- "declaringClrType": "System.Xml.XmlDocumentType",
15265
- "declaringAssemblyName": "System.Private.Xml",
15266
- "isExtensionMethod": false
15267
14507
  }
15268
14508
  ],
15269
14509
  "properties": [
@@ -15987,86 +15227,6 @@
15987
15227
  "declaringAssemblyName": "System.Private.Xml",
15988
15228
  "isExtensionMethod": false,
15989
15229
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
15990
- },
15991
- {
15992
- "stableId": "System.Private.Xml:System.Xml.XmlElement::Clone():System.Object",
15993
- "clrName": "Clone",
15994
- "metadataToken": 0,
15995
- "canonicalSignature": "():System.Object",
15996
- "normalizedSignature": "Clone|():System.Object|static=false",
15997
- "emitScope": "ClassSurface",
15998
- "provenance": "BaseOverload",
15999
- "arity": 0,
16000
- "parameterCount": 0,
16001
- "isStatic": false,
16002
- "isAbstract": false,
16003
- "isVirtual": true,
16004
- "isOverride": false,
16005
- "isSealed": false,
16006
- "visibility": "Public",
16007
- "declaringClrType": "System.Xml.XmlElement",
16008
- "declaringAssemblyName": "System.Private.Xml",
16009
- "isExtensionMethod": false
16010
- },
16011
- {
16012
- "stableId": "System.Private.Xml:System.Xml.XmlElement::Clone():System.Xml.XmlNode",
16013
- "clrName": "Clone",
16014
- "metadataToken": 0,
16015
- "canonicalSignature": "():System.Xml.XmlNode",
16016
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
16017
- "emitScope": "ClassSurface",
16018
- "provenance": "BaseOverload",
16019
- "arity": 0,
16020
- "parameterCount": 0,
16021
- "isStatic": false,
16022
- "isAbstract": false,
16023
- "isVirtual": true,
16024
- "isOverride": false,
16025
- "isSealed": false,
16026
- "visibility": "Public",
16027
- "declaringClrType": "System.Xml.XmlElement",
16028
- "declaringAssemblyName": "System.Private.Xml",
16029
- "isExtensionMethod": false
16030
- },
16031
- {
16032
- "stableId": "System.Private.Xml:System.Xml.XmlElement::CreateNavigator():System.Xml.XPath.XPathNavigator",
16033
- "clrName": "CreateNavigator",
16034
- "metadataToken": 0,
16035
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
16036
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
16037
- "emitScope": "ClassSurface",
16038
- "provenance": "BaseOverload",
16039
- "arity": 0,
16040
- "parameterCount": 0,
16041
- "isStatic": false,
16042
- "isAbstract": false,
16043
- "isVirtual": true,
16044
- "isOverride": false,
16045
- "isSealed": false,
16046
- "visibility": "Public",
16047
- "declaringClrType": "System.Xml.XmlElement",
16048
- "declaringAssemblyName": "System.Private.Xml",
16049
- "isExtensionMethod": false
16050
- },
16051
- {
16052
- "stableId": "System.Private.Xml:System.Xml.XmlElement::GetEnumerator():System.Collections.IEnumerator",
16053
- "clrName": "GetEnumerator",
16054
- "metadataToken": 0,
16055
- "canonicalSignature": "():System.Collections.IEnumerator",
16056
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
16057
- "emitScope": "ClassSurface",
16058
- "provenance": "BaseOverload",
16059
- "arity": 0,
16060
- "parameterCount": 0,
16061
- "isStatic": false,
16062
- "isAbstract": false,
16063
- "isVirtual": true,
16064
- "isOverride": false,
16065
- "isSealed": false,
16066
- "visibility": "Public",
16067
- "declaringClrType": "System.Xml.XmlElement",
16068
- "declaringAssemblyName": "System.Private.Xml",
16069
- "isExtensionMethod": false
16070
15230
  }
16071
15231
  ],
16072
15232
  "properties": [
@@ -16505,86 +15665,6 @@
16505
15665
  "declaringAssemblyName": "System.Private.Xml",
16506
15666
  "isExtensionMethod": false,
16507
15667
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
16508
- },
16509
- {
16510
- "stableId": "System.Private.Xml:System.Xml.XmlEntity::Clone():System.Xml.XmlNode",
16511
- "clrName": "Clone",
16512
- "metadataToken": 0,
16513
- "canonicalSignature": "():System.Xml.XmlNode",
16514
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
16515
- "emitScope": "ClassSurface",
16516
- "provenance": "BaseOverload",
16517
- "arity": 0,
16518
- "parameterCount": 0,
16519
- "isStatic": false,
16520
- "isAbstract": false,
16521
- "isVirtual": true,
16522
- "isOverride": false,
16523
- "isSealed": false,
16524
- "visibility": "Public",
16525
- "declaringClrType": "System.Xml.XmlEntity",
16526
- "declaringAssemblyName": "System.Private.Xml",
16527
- "isExtensionMethod": false
16528
- },
16529
- {
16530
- "stableId": "System.Private.Xml:System.Xml.XmlEntity::Clone():System.Object",
16531
- "clrName": "Clone",
16532
- "metadataToken": 0,
16533
- "canonicalSignature": "():System.Object",
16534
- "normalizedSignature": "Clone|():System.Object|static=false",
16535
- "emitScope": "ClassSurface",
16536
- "provenance": "BaseOverload",
16537
- "arity": 0,
16538
- "parameterCount": 0,
16539
- "isStatic": false,
16540
- "isAbstract": false,
16541
- "isVirtual": true,
16542
- "isOverride": false,
16543
- "isSealed": false,
16544
- "visibility": "Public",
16545
- "declaringClrType": "System.Xml.XmlEntity",
16546
- "declaringAssemblyName": "System.Private.Xml",
16547
- "isExtensionMethod": false
16548
- },
16549
- {
16550
- "stableId": "System.Private.Xml:System.Xml.XmlEntity::CreateNavigator():System.Xml.XPath.XPathNavigator",
16551
- "clrName": "CreateNavigator",
16552
- "metadataToken": 0,
16553
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
16554
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
16555
- "emitScope": "ClassSurface",
16556
- "provenance": "BaseOverload",
16557
- "arity": 0,
16558
- "parameterCount": 0,
16559
- "isStatic": false,
16560
- "isAbstract": false,
16561
- "isVirtual": true,
16562
- "isOverride": false,
16563
- "isSealed": false,
16564
- "visibility": "Public",
16565
- "declaringClrType": "System.Xml.XmlEntity",
16566
- "declaringAssemblyName": "System.Private.Xml",
16567
- "isExtensionMethod": false
16568
- },
16569
- {
16570
- "stableId": "System.Private.Xml:System.Xml.XmlEntity::GetEnumerator():System.Collections.IEnumerator",
16571
- "clrName": "GetEnumerator",
16572
- "metadataToken": 0,
16573
- "canonicalSignature": "():System.Collections.IEnumerator",
16574
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
16575
- "emitScope": "ClassSurface",
16576
- "provenance": "BaseOverload",
16577
- "arity": 0,
16578
- "parameterCount": 0,
16579
- "isStatic": false,
16580
- "isAbstract": false,
16581
- "isVirtual": false,
16582
- "isOverride": false,
16583
- "isSealed": false,
16584
- "visibility": "Public",
16585
- "declaringClrType": "System.Xml.XmlEntity",
16586
- "declaringAssemblyName": "System.Private.Xml",
16587
- "isExtensionMethod": false
16588
15668
  }
16589
15669
  ],
16590
15670
  "properties": [
@@ -16875,100 +15955,17 @@
16875
15955
  {
16876
15956
  "stableId": "System.Private.Xml:System.Xml.XmlEntityReference::WriteContentTo(System.Xml.XmlWriter):System.Void",
16877
15957
  "clrName": "WriteContentTo",
16878
- "metadataToken": 100670092,
16879
- "canonicalSignature": "(System.Xml.XmlWriter):System.Void",
16880
- "normalizedSignature": "WriteContentTo|(System.Xml.XmlWriter):System.Void|static=false",
16881
- "emitScope": "ClassSurface",
16882
- "provenance": "Original",
16883
- "arity": 0,
16884
- "parameterCount": 1,
16885
- "isStatic": false,
16886
- "isAbstract": false,
16887
- "isVirtual": true,
16888
- "isOverride": true,
16889
- "isSealed": false,
16890
- "visibility": "Public",
16891
- "declaringClrType": "System.Xml.XmlEntityReference",
16892
- "declaringAssemblyName": "System.Private.Xml",
16893
- "isExtensionMethod": false
16894
- },
16895
- {
16896
- "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
16897
- "clrName": "Clone",
16898
- "metadataToken": 100668509,
16899
- "canonicalSignature": "():System.Object",
16900
- "normalizedSignature": "Clone|():System.Object|static=false",
16901
- "emitScope": "ViewOnly",
16902
- "provenance": "ExplicitView",
16903
- "arity": 0,
16904
- "parameterCount": 0,
16905
- "isStatic": false,
16906
- "isAbstract": false,
16907
- "isVirtual": true,
16908
- "isOverride": false,
16909
- "isSealed": false,
16910
- "visibility": "Public",
16911
- "declaringClrType": "System.ICloneable",
16912
- "declaringAssemblyName": "System.Private.CoreLib",
16913
- "isExtensionMethod": false,
16914
- "sourceInterface": "System.ICloneable"
16915
- },
16916
- {
16917
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
16918
- "clrName": "GetEnumerator",
16919
- "metadataToken": 100703845,
16920
- "canonicalSignature": "():System.Collections.IEnumerator",
16921
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
16922
- "emitScope": "ViewOnly",
16923
- "provenance": "ExplicitView",
16924
- "arity": 0,
16925
- "parameterCount": 0,
16926
- "isStatic": false,
16927
- "isAbstract": false,
16928
- "isVirtual": true,
16929
- "isOverride": false,
16930
- "isSealed": false,
16931
- "visibility": "Public",
16932
- "declaringClrType": "System.Collections.IEnumerable",
16933
- "declaringAssemblyName": "System.Private.CoreLib",
16934
- "isExtensionMethod": false,
16935
- "sourceInterface": "System.Collections.IEnumerable"
16936
- },
16937
- {
16938
- "stableId": "System.Private.Xml:System.Xml.XPath.IXPathNavigable::CreateNavigator():System.Xml.XPath.XPathNavigator",
16939
- "clrName": "CreateNavigator",
16940
- "metadataToken": 100678031,
16941
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
16942
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
16943
- "emitScope": "ViewOnly",
16944
- "provenance": "ExplicitView",
16945
- "arity": 0,
16946
- "parameterCount": 0,
16947
- "isStatic": false,
16948
- "isAbstract": false,
16949
- "isVirtual": true,
16950
- "isOverride": false,
16951
- "isSealed": false,
16952
- "visibility": "Public",
16953
- "declaringClrType": "System.Xml.XPath.IXPathNavigable",
16954
- "declaringAssemblyName": "System.Private.Xml",
16955
- "isExtensionMethod": false,
16956
- "sourceInterface": "System.Xml.XPath.IXPathNavigable"
16957
- },
16958
- {
16959
- "stableId": "System.Private.Xml:System.Xml.XmlEntityReference::Clone():System.Object",
16960
- "clrName": "Clone",
16961
- "metadataToken": 0,
16962
- "canonicalSignature": "():System.Object",
16963
- "normalizedSignature": "Clone|():System.Object|static=false",
15958
+ "metadataToken": 100670092,
15959
+ "canonicalSignature": "(System.Xml.XmlWriter):System.Void",
15960
+ "normalizedSignature": "WriteContentTo|(System.Xml.XmlWriter):System.Void|static=false",
16964
15961
  "emitScope": "ClassSurface",
16965
- "provenance": "BaseOverload",
15962
+ "provenance": "Original",
16966
15963
  "arity": 0,
16967
- "parameterCount": 0,
15964
+ "parameterCount": 1,
16968
15965
  "isStatic": false,
16969
15966
  "isAbstract": false,
16970
15967
  "isVirtual": true,
16971
- "isOverride": false,
15968
+ "isOverride": true,
16972
15969
  "isSealed": false,
16973
15970
  "visibility": "Public",
16974
15971
  "declaringClrType": "System.Xml.XmlEntityReference",
@@ -16976,13 +15973,13 @@
16976
15973
  "isExtensionMethod": false
16977
15974
  },
16978
15975
  {
16979
- "stableId": "System.Private.Xml:System.Xml.XmlEntityReference::Clone():System.Xml.XmlNode",
15976
+ "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
16980
15977
  "clrName": "Clone",
16981
- "metadataToken": 0,
16982
- "canonicalSignature": "():System.Xml.XmlNode",
16983
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
16984
- "emitScope": "ClassSurface",
16985
- "provenance": "BaseOverload",
15978
+ "metadataToken": 100668509,
15979
+ "canonicalSignature": "():System.Object",
15980
+ "normalizedSignature": "Clone|():System.Object|static=false",
15981
+ "emitScope": "ViewOnly",
15982
+ "provenance": "ExplicitView",
16986
15983
  "arity": 0,
16987
15984
  "parameterCount": 0,
16988
15985
  "isStatic": false,
@@ -16991,18 +15988,19 @@
16991
15988
  "isOverride": false,
16992
15989
  "isSealed": false,
16993
15990
  "visibility": "Public",
16994
- "declaringClrType": "System.Xml.XmlEntityReference",
16995
- "declaringAssemblyName": "System.Private.Xml",
16996
- "isExtensionMethod": false
15991
+ "declaringClrType": "System.ICloneable",
15992
+ "declaringAssemblyName": "System.Private.CoreLib",
15993
+ "isExtensionMethod": false,
15994
+ "sourceInterface": "System.ICloneable"
16997
15995
  },
16998
15996
  {
16999
- "stableId": "System.Private.Xml:System.Xml.XmlEntityReference::CreateNavigator():System.Xml.XPath.XPathNavigator",
17000
- "clrName": "CreateNavigator",
17001
- "metadataToken": 0,
17002
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
17003
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
17004
- "emitScope": "ClassSurface",
17005
- "provenance": "BaseOverload",
15997
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
15998
+ "clrName": "GetEnumerator",
15999
+ "metadataToken": 100703845,
16000
+ "canonicalSignature": "():System.Collections.IEnumerator",
16001
+ "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
16002
+ "emitScope": "ViewOnly",
16003
+ "provenance": "ExplicitView",
17006
16004
  "arity": 0,
17007
16005
  "parameterCount": 0,
17008
16006
  "isStatic": false,
@@ -17011,18 +16009,19 @@
17011
16009
  "isOverride": false,
17012
16010
  "isSealed": false,
17013
16011
  "visibility": "Public",
17014
- "declaringClrType": "System.Xml.XmlEntityReference",
17015
- "declaringAssemblyName": "System.Private.Xml",
17016
- "isExtensionMethod": false
16012
+ "declaringClrType": "System.Collections.IEnumerable",
16013
+ "declaringAssemblyName": "System.Private.CoreLib",
16014
+ "isExtensionMethod": false,
16015
+ "sourceInterface": "System.Collections.IEnumerable"
17017
16016
  },
17018
16017
  {
17019
- "stableId": "System.Private.Xml:System.Xml.XmlEntityReference::GetEnumerator():System.Collections.IEnumerator",
17020
- "clrName": "GetEnumerator",
17021
- "metadataToken": 0,
17022
- "canonicalSignature": "():System.Collections.IEnumerator",
17023
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
17024
- "emitScope": "ClassSurface",
17025
- "provenance": "BaseOverload",
16018
+ "stableId": "System.Private.Xml:System.Xml.XPath.IXPathNavigable::CreateNavigator():System.Xml.XPath.XPathNavigator",
16019
+ "clrName": "CreateNavigator",
16020
+ "metadataToken": 100678031,
16021
+ "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
16022
+ "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
16023
+ "emitScope": "ViewOnly",
16024
+ "provenance": "ExplicitView",
17026
16025
  "arity": 0,
17027
16026
  "parameterCount": 0,
17028
16027
  "isStatic": false,
@@ -17031,9 +16030,10 @@
17031
16030
  "isOverride": false,
17032
16031
  "isSealed": false,
17033
16032
  "visibility": "Public",
17034
- "declaringClrType": "System.Xml.XmlEntityReference",
16033
+ "declaringClrType": "System.Xml.XPath.IXPathNavigable",
17035
16034
  "declaringAssemblyName": "System.Private.Xml",
17036
- "isExtensionMethod": false
16035
+ "isExtensionMethod": false,
16036
+ "sourceInterface": "System.Xml.XPath.IXPathNavigable"
17037
16037
  }
17038
16038
  ],
17039
16039
  "properties": [
@@ -17547,86 +16547,6 @@
17547
16547
  "declaringAssemblyName": "System.Private.Xml",
17548
16548
  "isExtensionMethod": false,
17549
16549
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
17550
- },
17551
- {
17552
- "stableId": "System.Private.Xml:System.Xml.XmlLinkedNode::Clone():System.Xml.XmlNode",
17553
- "clrName": "Clone",
17554
- "metadataToken": 0,
17555
- "canonicalSignature": "():System.Xml.XmlNode",
17556
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
17557
- "emitScope": "ClassSurface",
17558
- "provenance": "BaseOverload",
17559
- "arity": 0,
17560
- "parameterCount": 0,
17561
- "isStatic": false,
17562
- "isAbstract": false,
17563
- "isVirtual": true,
17564
- "isOverride": false,
17565
- "isSealed": false,
17566
- "visibility": "Public",
17567
- "declaringClrType": "System.Xml.XmlLinkedNode",
17568
- "declaringAssemblyName": "System.Private.Xml",
17569
- "isExtensionMethod": false
17570
- },
17571
- {
17572
- "stableId": "System.Private.Xml:System.Xml.XmlLinkedNode::Clone():System.Object",
17573
- "clrName": "Clone",
17574
- "metadataToken": 0,
17575
- "canonicalSignature": "():System.Object",
17576
- "normalizedSignature": "Clone|():System.Object|static=false",
17577
- "emitScope": "ClassSurface",
17578
- "provenance": "BaseOverload",
17579
- "arity": 0,
17580
- "parameterCount": 0,
17581
- "isStatic": false,
17582
- "isAbstract": false,
17583
- "isVirtual": true,
17584
- "isOverride": false,
17585
- "isSealed": false,
17586
- "visibility": "Public",
17587
- "declaringClrType": "System.Xml.XmlLinkedNode",
17588
- "declaringAssemblyName": "System.Private.Xml",
17589
- "isExtensionMethod": false
17590
- },
17591
- {
17592
- "stableId": "System.Private.Xml:System.Xml.XmlLinkedNode::CreateNavigator():System.Xml.XPath.XPathNavigator",
17593
- "clrName": "CreateNavigator",
17594
- "metadataToken": 0,
17595
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
17596
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
17597
- "emitScope": "ClassSurface",
17598
- "provenance": "BaseOverload",
17599
- "arity": 0,
17600
- "parameterCount": 0,
17601
- "isStatic": false,
17602
- "isAbstract": false,
17603
- "isVirtual": true,
17604
- "isOverride": false,
17605
- "isSealed": false,
17606
- "visibility": "Public",
17607
- "declaringClrType": "System.Xml.XmlLinkedNode",
17608
- "declaringAssemblyName": "System.Private.Xml",
17609
- "isExtensionMethod": false
17610
- },
17611
- {
17612
- "stableId": "System.Private.Xml:System.Xml.XmlLinkedNode::GetEnumerator():System.Collections.IEnumerator",
17613
- "clrName": "GetEnumerator",
17614
- "metadataToken": 0,
17615
- "canonicalSignature": "():System.Collections.IEnumerator",
17616
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
17617
- "emitScope": "ClassSurface",
17618
- "provenance": "BaseOverload",
17619
- "arity": 0,
17620
- "parameterCount": 0,
17621
- "isStatic": false,
17622
- "isAbstract": false,
17623
- "isVirtual": false,
17624
- "isOverride": false,
17625
- "isSealed": false,
17626
- "visibility": "Public",
17627
- "declaringClrType": "System.Xml.XmlLinkedNode",
17628
- "declaringAssemblyName": "System.Private.Xml",
17629
- "isExtensionMethod": false
17630
16550
  }
17631
16551
  ],
17632
16552
  "properties": [
@@ -20142,46 +19062,6 @@
20142
19062
  "declaringAssemblyName": "System.Private.Xml",
20143
19063
  "isExtensionMethod": false,
20144
19064
  "sourceInterface": "System.Xml.IXmlNamespaceResolver"
20145
- },
20146
- {
20147
- "stableId": "System.Private.Xml:System.Xml.XmlNodeReader::Dispose():System.Void",
20148
- "clrName": "Dispose",
20149
- "metadataToken": 0,
20150
- "canonicalSignature": "():System.Void",
20151
- "normalizedSignature": "Dispose|():System.Void|static=false",
20152
- "emitScope": "ClassSurface",
20153
- "provenance": "BaseOverload",
20154
- "arity": 0,
20155
- "parameterCount": 0,
20156
- "isStatic": false,
20157
- "isAbstract": false,
20158
- "isVirtual": true,
20159
- "isOverride": false,
20160
- "isSealed": false,
20161
- "visibility": "Public",
20162
- "declaringClrType": "System.Xml.XmlNodeReader",
20163
- "declaringAssemblyName": "System.Private.Xml",
20164
- "isExtensionMethod": false
20165
- },
20166
- {
20167
- "stableId": "System.Private.Xml:System.Xml.XmlNodeReader::Dispose(System.Boolean):System.Void",
20168
- "clrName": "Dispose",
20169
- "metadataToken": 0,
20170
- "canonicalSignature": "(System.Boolean):System.Void",
20171
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
20172
- "emitScope": "ClassSurface",
20173
- "provenance": "BaseOverload",
20174
- "arity": 0,
20175
- "parameterCount": 1,
20176
- "isStatic": false,
20177
- "isAbstract": false,
20178
- "isVirtual": true,
20179
- "isOverride": false,
20180
- "isSealed": false,
20181
- "visibility": "Protected",
20182
- "declaringClrType": "System.Xml.XmlNodeReader",
20183
- "declaringAssemblyName": "System.Private.Xml",
20184
- "isExtensionMethod": false
20185
19065
  }
20186
19066
  ],
20187
19067
  "properties": [
@@ -20751,88 +19631,8 @@
20751
19631
  "visibility": "Public",
20752
19632
  "declaringClrType": "System.Xml.XPath.IXPathNavigable",
20753
19633
  "declaringAssemblyName": "System.Private.Xml",
20754
- "isExtensionMethod": false,
20755
- "sourceInterface": "System.Xml.XPath.IXPathNavigable"
20756
- },
20757
- {
20758
- "stableId": "System.Private.Xml:System.Xml.XmlNotation::Clone():System.Xml.XmlNode",
20759
- "clrName": "Clone",
20760
- "metadataToken": 0,
20761
- "canonicalSignature": "():System.Xml.XmlNode",
20762
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
20763
- "emitScope": "ClassSurface",
20764
- "provenance": "BaseOverload",
20765
- "arity": 0,
20766
- "parameterCount": 0,
20767
- "isStatic": false,
20768
- "isAbstract": false,
20769
- "isVirtual": true,
20770
- "isOverride": false,
20771
- "isSealed": false,
20772
- "visibility": "Public",
20773
- "declaringClrType": "System.Xml.XmlNotation",
20774
- "declaringAssemblyName": "System.Private.Xml",
20775
- "isExtensionMethod": false
20776
- },
20777
- {
20778
- "stableId": "System.Private.Xml:System.Xml.XmlNotation::Clone():System.Object",
20779
- "clrName": "Clone",
20780
- "metadataToken": 0,
20781
- "canonicalSignature": "():System.Object",
20782
- "normalizedSignature": "Clone|():System.Object|static=false",
20783
- "emitScope": "ClassSurface",
20784
- "provenance": "BaseOverload",
20785
- "arity": 0,
20786
- "parameterCount": 0,
20787
- "isStatic": false,
20788
- "isAbstract": false,
20789
- "isVirtual": true,
20790
- "isOverride": false,
20791
- "isSealed": false,
20792
- "visibility": "Public",
20793
- "declaringClrType": "System.Xml.XmlNotation",
20794
- "declaringAssemblyName": "System.Private.Xml",
20795
- "isExtensionMethod": false
20796
- },
20797
- {
20798
- "stableId": "System.Private.Xml:System.Xml.XmlNotation::CreateNavigator():System.Xml.XPath.XPathNavigator",
20799
- "clrName": "CreateNavigator",
20800
- "metadataToken": 0,
20801
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
20802
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
20803
- "emitScope": "ClassSurface",
20804
- "provenance": "BaseOverload",
20805
- "arity": 0,
20806
- "parameterCount": 0,
20807
- "isStatic": false,
20808
- "isAbstract": false,
20809
- "isVirtual": true,
20810
- "isOverride": false,
20811
- "isSealed": false,
20812
- "visibility": "Public",
20813
- "declaringClrType": "System.Xml.XmlNotation",
20814
- "declaringAssemblyName": "System.Private.Xml",
20815
- "isExtensionMethod": false
20816
- },
20817
- {
20818
- "stableId": "System.Private.Xml:System.Xml.XmlNotation::GetEnumerator():System.Collections.IEnumerator",
20819
- "clrName": "GetEnumerator",
20820
- "metadataToken": 0,
20821
- "canonicalSignature": "():System.Collections.IEnumerator",
20822
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
20823
- "emitScope": "ClassSurface",
20824
- "provenance": "BaseOverload",
20825
- "arity": 0,
20826
- "parameterCount": 0,
20827
- "isStatic": false,
20828
- "isAbstract": false,
20829
- "isVirtual": false,
20830
- "isOverride": false,
20831
- "isSealed": false,
20832
- "visibility": "Public",
20833
- "declaringClrType": "System.Xml.XmlNotation",
20834
- "declaringAssemblyName": "System.Private.Xml",
20835
- "isExtensionMethod": false
19634
+ "isExtensionMethod": false,
19635
+ "sourceInterface": "System.Xml.XPath.IXPathNavigable"
20836
19636
  }
20837
19637
  ],
20838
19638
  "properties": [
@@ -21402,86 +20202,6 @@
21402
20202
  "declaringAssemblyName": "System.Private.Xml",
21403
20203
  "isExtensionMethod": false,
21404
20204
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
21405
- },
21406
- {
21407
- "stableId": "System.Private.Xml:System.Xml.XmlProcessingInstruction::Clone():System.Object",
21408
- "clrName": "Clone",
21409
- "metadataToken": 0,
21410
- "canonicalSignature": "():System.Object",
21411
- "normalizedSignature": "Clone|():System.Object|static=false",
21412
- "emitScope": "ClassSurface",
21413
- "provenance": "BaseOverload",
21414
- "arity": 0,
21415
- "parameterCount": 0,
21416
- "isStatic": false,
21417
- "isAbstract": false,
21418
- "isVirtual": true,
21419
- "isOverride": false,
21420
- "isSealed": false,
21421
- "visibility": "Public",
21422
- "declaringClrType": "System.Xml.XmlProcessingInstruction",
21423
- "declaringAssemblyName": "System.Private.Xml",
21424
- "isExtensionMethod": false
21425
- },
21426
- {
21427
- "stableId": "System.Private.Xml:System.Xml.XmlProcessingInstruction::Clone():System.Xml.XmlNode",
21428
- "clrName": "Clone",
21429
- "metadataToken": 0,
21430
- "canonicalSignature": "():System.Xml.XmlNode",
21431
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
21432
- "emitScope": "ClassSurface",
21433
- "provenance": "BaseOverload",
21434
- "arity": 0,
21435
- "parameterCount": 0,
21436
- "isStatic": false,
21437
- "isAbstract": false,
21438
- "isVirtual": true,
21439
- "isOverride": false,
21440
- "isSealed": false,
21441
- "visibility": "Public",
21442
- "declaringClrType": "System.Xml.XmlProcessingInstruction",
21443
- "declaringAssemblyName": "System.Private.Xml",
21444
- "isExtensionMethod": false
21445
- },
21446
- {
21447
- "stableId": "System.Private.Xml:System.Xml.XmlProcessingInstruction::CreateNavigator():System.Xml.XPath.XPathNavigator",
21448
- "clrName": "CreateNavigator",
21449
- "metadataToken": 0,
21450
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
21451
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
21452
- "emitScope": "ClassSurface",
21453
- "provenance": "BaseOverload",
21454
- "arity": 0,
21455
- "parameterCount": 0,
21456
- "isStatic": false,
21457
- "isAbstract": false,
21458
- "isVirtual": true,
21459
- "isOverride": false,
21460
- "isSealed": false,
21461
- "visibility": "Public",
21462
- "declaringClrType": "System.Xml.XmlProcessingInstruction",
21463
- "declaringAssemblyName": "System.Private.Xml",
21464
- "isExtensionMethod": false
21465
- },
21466
- {
21467
- "stableId": "System.Private.Xml:System.Xml.XmlProcessingInstruction::GetEnumerator():System.Collections.IEnumerator",
21468
- "clrName": "GetEnumerator",
21469
- "metadataToken": 0,
21470
- "canonicalSignature": "():System.Collections.IEnumerator",
21471
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
21472
- "emitScope": "ClassSurface",
21473
- "provenance": "BaseOverload",
21474
- "arity": 0,
21475
- "parameterCount": 0,
21476
- "isStatic": false,
21477
- "isAbstract": false,
21478
- "isVirtual": true,
21479
- "isOverride": false,
21480
- "isSealed": false,
21481
- "visibility": "Public",
21482
- "declaringClrType": "System.Xml.XmlProcessingInstruction",
21483
- "declaringAssemblyName": "System.Private.Xml",
21484
- "isExtensionMethod": false
21485
20205
  }
21486
20206
  ],
21487
20207
  "properties": [
@@ -25214,26 +23934,6 @@
25214
23934
  "declaringClrType": "System.Xml.XmlSecureResolver",
25215
23935
  "declaringAssemblyName": "System.Private.Xml",
25216
23936
  "isExtensionMethod": false
25217
- },
25218
- {
25219
- "stableId": "System.Private.Xml:System.Xml.XmlSecureResolver::GetEntityAsync(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1",
25220
- "clrName": "GetEntityAsync",
25221
- "metadataToken": 0,
25222
- "canonicalSignature": "(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1",
25223
- "normalizedSignature": "GetEntityAsync|(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1|static=false",
25224
- "emitScope": "ClassSurface",
25225
- "provenance": "BaseOverload",
25226
- "arity": 0,
25227
- "parameterCount": 3,
25228
- "isStatic": false,
25229
- "isAbstract": false,
25230
- "isVirtual": true,
25231
- "isOverride": false,
25232
- "isSealed": false,
25233
- "visibility": "Public",
25234
- "declaringClrType": "System.Xml.XmlSecureResolver",
25235
- "declaringAssemblyName": "System.Private.Xml",
25236
- "isExtensionMethod": false
25237
23937
  }
25238
23938
  ],
25239
23939
  "properties": [
@@ -25425,86 +24125,6 @@
25425
24125
  "declaringAssemblyName": "System.Private.Xml",
25426
24126
  "isExtensionMethod": false,
25427
24127
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
25428
- },
25429
- {
25430
- "stableId": "System.Private.Xml:System.Xml.XmlSignificantWhitespace::Clone():System.Object",
25431
- "clrName": "Clone",
25432
- "metadataToken": 0,
25433
- "canonicalSignature": "():System.Object",
25434
- "normalizedSignature": "Clone|():System.Object|static=false",
25435
- "emitScope": "ClassSurface",
25436
- "provenance": "BaseOverload",
25437
- "arity": 0,
25438
- "parameterCount": 0,
25439
- "isStatic": false,
25440
- "isAbstract": false,
25441
- "isVirtual": true,
25442
- "isOverride": false,
25443
- "isSealed": false,
25444
- "visibility": "Public",
25445
- "declaringClrType": "System.Xml.XmlSignificantWhitespace",
25446
- "declaringAssemblyName": "System.Private.Xml",
25447
- "isExtensionMethod": false
25448
- },
25449
- {
25450
- "stableId": "System.Private.Xml:System.Xml.XmlSignificantWhitespace::Clone():System.Xml.XmlNode",
25451
- "clrName": "Clone",
25452
- "metadataToken": 0,
25453
- "canonicalSignature": "():System.Xml.XmlNode",
25454
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
25455
- "emitScope": "ClassSurface",
25456
- "provenance": "BaseOverload",
25457
- "arity": 0,
25458
- "parameterCount": 0,
25459
- "isStatic": false,
25460
- "isAbstract": false,
25461
- "isVirtual": true,
25462
- "isOverride": false,
25463
- "isSealed": false,
25464
- "visibility": "Public",
25465
- "declaringClrType": "System.Xml.XmlSignificantWhitespace",
25466
- "declaringAssemblyName": "System.Private.Xml",
25467
- "isExtensionMethod": false
25468
- },
25469
- {
25470
- "stableId": "System.Private.Xml:System.Xml.XmlSignificantWhitespace::CreateNavigator():System.Xml.XPath.XPathNavigator",
25471
- "clrName": "CreateNavigator",
25472
- "metadataToken": 0,
25473
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
25474
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
25475
- "emitScope": "ClassSurface",
25476
- "provenance": "BaseOverload",
25477
- "arity": 0,
25478
- "parameterCount": 0,
25479
- "isStatic": false,
25480
- "isAbstract": false,
25481
- "isVirtual": true,
25482
- "isOverride": false,
25483
- "isSealed": false,
25484
- "visibility": "Public",
25485
- "declaringClrType": "System.Xml.XmlSignificantWhitespace",
25486
- "declaringAssemblyName": "System.Private.Xml",
25487
- "isExtensionMethod": false
25488
- },
25489
- {
25490
- "stableId": "System.Private.Xml:System.Xml.XmlSignificantWhitespace::GetEnumerator():System.Collections.IEnumerator",
25491
- "clrName": "GetEnumerator",
25492
- "metadataToken": 0,
25493
- "canonicalSignature": "():System.Collections.IEnumerator",
25494
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
25495
- "emitScope": "ClassSurface",
25496
- "provenance": "BaseOverload",
25497
- "arity": 0,
25498
- "parameterCount": 0,
25499
- "isStatic": false,
25500
- "isAbstract": false,
25501
- "isVirtual": true,
25502
- "isOverride": false,
25503
- "isSealed": false,
25504
- "visibility": "Public",
25505
- "declaringClrType": "System.Xml.XmlSignificantWhitespace",
25506
- "declaringAssemblyName": "System.Private.Xml",
25507
- "isExtensionMethod": false
25508
24128
  }
25509
24129
  ],
25510
24130
  "properties": [
@@ -25773,93 +24393,11 @@
25773
24393
  {
25774
24394
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
25775
24395
  "clrName": "GetEnumerator",
25776
- "metadataToken": 100703845,
25777
- "canonicalSignature": "():System.Collections.IEnumerator",
25778
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
25779
- "emitScope": "ViewOnly",
25780
- "provenance": "ExplicitView",
25781
- "arity": 0,
25782
- "parameterCount": 0,
25783
- "isStatic": false,
25784
- "isAbstract": false,
25785
- "isVirtual": true,
25786
- "isOverride": false,
25787
- "isSealed": false,
25788
- "visibility": "Public",
25789
- "declaringClrType": "System.Collections.IEnumerable",
25790
- "declaringAssemblyName": "System.Private.CoreLib",
25791
- "isExtensionMethod": false,
25792
- "sourceInterface": "System.Collections.IEnumerable"
25793
- },
25794
- {
25795
- "stableId": "System.Private.Xml:System.Xml.XPath.IXPathNavigable::CreateNavigator():System.Xml.XPath.XPathNavigator",
25796
- "clrName": "CreateNavigator",
25797
- "metadataToken": 100678031,
25798
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
25799
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
25800
- "emitScope": "ViewOnly",
25801
- "provenance": "ExplicitView",
25802
- "arity": 0,
25803
- "parameterCount": 0,
25804
- "isStatic": false,
25805
- "isAbstract": false,
25806
- "isVirtual": true,
25807
- "isOverride": false,
25808
- "isSealed": false,
25809
- "visibility": "Public",
25810
- "declaringClrType": "System.Xml.XPath.IXPathNavigable",
25811
- "declaringAssemblyName": "System.Private.Xml",
25812
- "isExtensionMethod": false,
25813
- "sourceInterface": "System.Xml.XPath.IXPathNavigable"
25814
- },
25815
- {
25816
- "stableId": "System.Private.Xml:System.Xml.XmlText::Clone():System.Object",
25817
- "clrName": "Clone",
25818
- "metadataToken": 0,
25819
- "canonicalSignature": "():System.Object",
25820
- "normalizedSignature": "Clone|():System.Object|static=false",
25821
- "emitScope": "ClassSurface",
25822
- "provenance": "BaseOverload",
25823
- "arity": 0,
25824
- "parameterCount": 0,
25825
- "isStatic": false,
25826
- "isAbstract": false,
25827
- "isVirtual": true,
25828
- "isOverride": false,
25829
- "isSealed": false,
25830
- "visibility": "Public",
25831
- "declaringClrType": "System.Xml.XmlText",
25832
- "declaringAssemblyName": "System.Private.Xml",
25833
- "isExtensionMethod": false
25834
- },
25835
- {
25836
- "stableId": "System.Private.Xml:System.Xml.XmlText::Clone():System.Xml.XmlNode",
25837
- "clrName": "Clone",
25838
- "metadataToken": 0,
25839
- "canonicalSignature": "():System.Xml.XmlNode",
25840
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
25841
- "emitScope": "ClassSurface",
25842
- "provenance": "BaseOverload",
25843
- "arity": 0,
25844
- "parameterCount": 0,
25845
- "isStatic": false,
25846
- "isAbstract": false,
25847
- "isVirtual": true,
25848
- "isOverride": false,
25849
- "isSealed": false,
25850
- "visibility": "Public",
25851
- "declaringClrType": "System.Xml.XmlText",
25852
- "declaringAssemblyName": "System.Private.Xml",
25853
- "isExtensionMethod": false
25854
- },
25855
- {
25856
- "stableId": "System.Private.Xml:System.Xml.XmlText::CreateNavigator():System.Xml.XPath.XPathNavigator",
25857
- "clrName": "CreateNavigator",
25858
- "metadataToken": 0,
25859
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
25860
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
25861
- "emitScope": "ClassSurface",
25862
- "provenance": "BaseOverload",
24396
+ "metadataToken": 100703845,
24397
+ "canonicalSignature": "():System.Collections.IEnumerator",
24398
+ "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
24399
+ "emitScope": "ViewOnly",
24400
+ "provenance": "ExplicitView",
25863
24401
  "arity": 0,
25864
24402
  "parameterCount": 0,
25865
24403
  "isStatic": false,
@@ -25868,18 +24406,19 @@
25868
24406
  "isOverride": false,
25869
24407
  "isSealed": false,
25870
24408
  "visibility": "Public",
25871
- "declaringClrType": "System.Xml.XmlText",
25872
- "declaringAssemblyName": "System.Private.Xml",
25873
- "isExtensionMethod": false
24409
+ "declaringClrType": "System.Collections.IEnumerable",
24410
+ "declaringAssemblyName": "System.Private.CoreLib",
24411
+ "isExtensionMethod": false,
24412
+ "sourceInterface": "System.Collections.IEnumerable"
25874
24413
  },
25875
24414
  {
25876
- "stableId": "System.Private.Xml:System.Xml.XmlText::GetEnumerator():System.Collections.IEnumerator",
25877
- "clrName": "GetEnumerator",
25878
- "metadataToken": 0,
25879
- "canonicalSignature": "():System.Collections.IEnumerator",
25880
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
25881
- "emitScope": "ClassSurface",
25882
- "provenance": "BaseOverload",
24415
+ "stableId": "System.Private.Xml:System.Xml.XPath.IXPathNavigable::CreateNavigator():System.Xml.XPath.XPathNavigator",
24416
+ "clrName": "CreateNavigator",
24417
+ "metadataToken": 100678031,
24418
+ "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
24419
+ "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
24420
+ "emitScope": "ViewOnly",
24421
+ "provenance": "ExplicitView",
25883
24422
  "arity": 0,
25884
24423
  "parameterCount": 0,
25885
24424
  "isStatic": false,
@@ -25888,9 +24427,10 @@
25888
24427
  "isOverride": false,
25889
24428
  "isSealed": false,
25890
24429
  "visibility": "Public",
25891
- "declaringClrType": "System.Xml.XmlText",
24430
+ "declaringClrType": "System.Xml.XPath.IXPathNavigable",
25892
24431
  "declaringAssemblyName": "System.Private.Xml",
25893
- "isExtensionMethod": false
24432
+ "isExtensionMethod": false,
24433
+ "sourceInterface": "System.Xml.XPath.IXPathNavigable"
25894
24434
  }
25895
24435
  ],
25896
24436
  "properties": [
@@ -26699,46 +25239,6 @@
26699
25239
  "declaringAssemblyName": "System.Private.Xml",
26700
25240
  "isExtensionMethod": false,
26701
25241
  "sourceInterface": "System.Xml.IXmlNamespaceResolver"
26702
- },
26703
- {
26704
- "stableId": "System.Private.Xml:System.Xml.XmlTextReader::Dispose():System.Void",
26705
- "clrName": "Dispose",
26706
- "metadataToken": 0,
26707
- "canonicalSignature": "():System.Void",
26708
- "normalizedSignature": "Dispose|():System.Void|static=false",
26709
- "emitScope": "ClassSurface",
26710
- "provenance": "BaseOverload",
26711
- "arity": 0,
26712
- "parameterCount": 0,
26713
- "isStatic": false,
26714
- "isAbstract": false,
26715
- "isVirtual": true,
26716
- "isOverride": false,
26717
- "isSealed": false,
26718
- "visibility": "Public",
26719
- "declaringClrType": "System.Xml.XmlTextReader",
26720
- "declaringAssemblyName": "System.Private.Xml",
26721
- "isExtensionMethod": false
26722
- },
26723
- {
26724
- "stableId": "System.Private.Xml:System.Xml.XmlTextReader::Dispose(System.Boolean):System.Void",
26725
- "clrName": "Dispose",
26726
- "metadataToken": 0,
26727
- "canonicalSignature": "(System.Boolean):System.Void",
26728
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
26729
- "emitScope": "ClassSurface",
26730
- "provenance": "BaseOverload",
26731
- "arity": 0,
26732
- "parameterCount": 1,
26733
- "isStatic": false,
26734
- "isAbstract": false,
26735
- "isVirtual": true,
26736
- "isOverride": false,
26737
- "isSealed": false,
26738
- "visibility": "Protected",
26739
- "declaringClrType": "System.Xml.XmlTextReader",
26740
- "declaringAssemblyName": "System.Private.Xml",
26741
- "isExtensionMethod": false
26742
25242
  }
26743
25243
  ],
26744
25244
  "properties": [
@@ -28159,66 +26659,6 @@
28159
26659
  "isExtensionMethod": false,
28160
26660
  "sourceInterface": "System.IAsyncDisposable"
28161
26661
  },
28162
- {
28163
- "stableId": "System.Private.Xml:System.Xml.XmlTextWriter::Dispose():System.Void",
28164
- "clrName": "Dispose",
28165
- "metadataToken": 0,
28166
- "canonicalSignature": "():System.Void",
28167
- "normalizedSignature": "Dispose|():System.Void|static=false",
28168
- "emitScope": "ClassSurface",
28169
- "provenance": "BaseOverload",
28170
- "arity": 0,
28171
- "parameterCount": 0,
28172
- "isStatic": false,
28173
- "isAbstract": false,
28174
- "isVirtual": true,
28175
- "isOverride": false,
28176
- "isSealed": false,
28177
- "visibility": "Public",
28178
- "declaringClrType": "System.Xml.XmlTextWriter",
28179
- "declaringAssemblyName": "System.Private.Xml",
28180
- "isExtensionMethod": false
28181
- },
28182
- {
28183
- "stableId": "System.Private.Xml:System.Xml.XmlTextWriter::Dispose(System.Boolean):System.Void",
28184
- "clrName": "Dispose",
28185
- "metadataToken": 0,
28186
- "canonicalSignature": "(System.Boolean):System.Void",
28187
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
28188
- "emitScope": "ClassSurface",
28189
- "provenance": "BaseOverload",
28190
- "arity": 0,
28191
- "parameterCount": 1,
28192
- "isStatic": false,
28193
- "isAbstract": false,
28194
- "isVirtual": true,
28195
- "isOverride": false,
28196
- "isSealed": false,
28197
- "visibility": "Protected",
28198
- "declaringClrType": "System.Xml.XmlTextWriter",
28199
- "declaringAssemblyName": "System.Private.Xml",
28200
- "isExtensionMethod": false
28201
- },
28202
- {
28203
- "stableId": "System.Private.Xml:System.Xml.XmlTextWriter::DisposeAsync():System.Threading.Tasks.ValueTask",
28204
- "clrName": "DisposeAsync",
28205
- "metadataToken": 0,
28206
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
28207
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
28208
- "emitScope": "ClassSurface",
28209
- "provenance": "BaseOverload",
28210
- "arity": 0,
28211
- "parameterCount": 0,
28212
- "isStatic": false,
28213
- "isAbstract": false,
28214
- "isVirtual": true,
28215
- "isOverride": false,
28216
- "isSealed": false,
28217
- "visibility": "Public",
28218
- "declaringClrType": "System.Xml.XmlTextWriter",
28219
- "declaringAssemblyName": "System.Private.Xml",
28220
- "isExtensionMethod": false
28221
- },
28222
26662
  {
28223
26663
  "stableId": "System.Private.Xml:System.Xml.XmlTextWriter::WriteStartAttribute(System.String,System.String):System.Void",
28224
26664
  "clrName": "WriteStartAttribute",
@@ -28586,26 +27026,6 @@
28586
27026
  "declaringClrType": "System.Xml.XmlUrlResolver",
28587
27027
  "declaringAssemblyName": "System.Private.Xml",
28588
27028
  "isExtensionMethod": false
28589
- },
28590
- {
28591
- "stableId": "System.Private.Xml:System.Xml.XmlUrlResolver::GetEntityAsync(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1",
28592
- "clrName": "GetEntityAsync",
28593
- "metadataToken": 0,
28594
- "canonicalSignature": "(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1",
28595
- "normalizedSignature": "GetEntityAsync|(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1|static=false",
28596
- "emitScope": "ClassSurface",
28597
- "provenance": "BaseOverload",
28598
- "arity": 0,
28599
- "parameterCount": 3,
28600
- "isStatic": false,
28601
- "isAbstract": false,
28602
- "isVirtual": true,
28603
- "isOverride": false,
28604
- "isSealed": false,
28605
- "visibility": "Public",
28606
- "declaringClrType": "System.Xml.XmlUrlResolver",
28607
- "declaringAssemblyName": "System.Private.Xml",
28608
- "isExtensionMethod": false
28609
27029
  }
28610
27030
  ],
28611
27031
  "properties": [
@@ -29237,46 +27657,6 @@
29237
27657
  "declaringAssemblyName": "System.Private.Xml",
29238
27658
  "isExtensionMethod": false,
29239
27659
  "sourceInterface": "System.Xml.IXmlNamespaceResolver"
29240
- },
29241
- {
29242
- "stableId": "System.Private.Xml:System.Xml.XmlValidatingReader::Dispose():System.Void",
29243
- "clrName": "Dispose",
29244
- "metadataToken": 0,
29245
- "canonicalSignature": "():System.Void",
29246
- "normalizedSignature": "Dispose|():System.Void|static=false",
29247
- "emitScope": "ClassSurface",
29248
- "provenance": "BaseOverload",
29249
- "arity": 0,
29250
- "parameterCount": 0,
29251
- "isStatic": false,
29252
- "isAbstract": false,
29253
- "isVirtual": true,
29254
- "isOverride": false,
29255
- "isSealed": false,
29256
- "visibility": "Public",
29257
- "declaringClrType": "System.Xml.XmlValidatingReader",
29258
- "declaringAssemblyName": "System.Private.Xml",
29259
- "isExtensionMethod": false
29260
- },
29261
- {
29262
- "stableId": "System.Private.Xml:System.Xml.XmlValidatingReader::Dispose(System.Boolean):System.Void",
29263
- "clrName": "Dispose",
29264
- "metadataToken": 0,
29265
- "canonicalSignature": "(System.Boolean):System.Void",
29266
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
29267
- "emitScope": "ClassSurface",
29268
- "provenance": "BaseOverload",
29269
- "arity": 0,
29270
- "parameterCount": 1,
29271
- "isStatic": false,
29272
- "isAbstract": false,
29273
- "isVirtual": true,
29274
- "isOverride": false,
29275
- "isSealed": false,
29276
- "visibility": "Protected",
29277
- "declaringClrType": "System.Xml.XmlValidatingReader",
29278
- "declaringAssemblyName": "System.Private.Xml",
29279
- "isExtensionMethod": false
29280
27660
  }
29281
27661
  ],
29282
27662
  "properties": [
@@ -30092,86 +28472,6 @@
30092
28472
  "declaringAssemblyName": "System.Private.Xml",
30093
28473
  "isExtensionMethod": false,
30094
28474
  "sourceInterface": "System.Xml.XPath.IXPathNavigable"
30095
- },
30096
- {
30097
- "stableId": "System.Private.Xml:System.Xml.XmlWhitespace::Clone():System.Object",
30098
- "clrName": "Clone",
30099
- "metadataToken": 0,
30100
- "canonicalSignature": "():System.Object",
30101
- "normalizedSignature": "Clone|():System.Object|static=false",
30102
- "emitScope": "ClassSurface",
30103
- "provenance": "BaseOverload",
30104
- "arity": 0,
30105
- "parameterCount": 0,
30106
- "isStatic": false,
30107
- "isAbstract": false,
30108
- "isVirtual": true,
30109
- "isOverride": false,
30110
- "isSealed": false,
30111
- "visibility": "Public",
30112
- "declaringClrType": "System.Xml.XmlWhitespace",
30113
- "declaringAssemblyName": "System.Private.Xml",
30114
- "isExtensionMethod": false
30115
- },
30116
- {
30117
- "stableId": "System.Private.Xml:System.Xml.XmlWhitespace::Clone():System.Xml.XmlNode",
30118
- "clrName": "Clone",
30119
- "metadataToken": 0,
30120
- "canonicalSignature": "():System.Xml.XmlNode",
30121
- "normalizedSignature": "Clone|():System.Xml.XmlNode|static=false",
30122
- "emitScope": "ClassSurface",
30123
- "provenance": "BaseOverload",
30124
- "arity": 0,
30125
- "parameterCount": 0,
30126
- "isStatic": false,
30127
- "isAbstract": false,
30128
- "isVirtual": true,
30129
- "isOverride": false,
30130
- "isSealed": false,
30131
- "visibility": "Public",
30132
- "declaringClrType": "System.Xml.XmlWhitespace",
30133
- "declaringAssemblyName": "System.Private.Xml",
30134
- "isExtensionMethod": false
30135
- },
30136
- {
30137
- "stableId": "System.Private.Xml:System.Xml.XmlWhitespace::CreateNavigator():System.Xml.XPath.XPathNavigator",
30138
- "clrName": "CreateNavigator",
30139
- "metadataToken": 0,
30140
- "canonicalSignature": "():System.Xml.XPath.XPathNavigator",
30141
- "normalizedSignature": "CreateNavigator|():System.Xml.XPath.XPathNavigator|static=false",
30142
- "emitScope": "ClassSurface",
30143
- "provenance": "BaseOverload",
30144
- "arity": 0,
30145
- "parameterCount": 0,
30146
- "isStatic": false,
30147
- "isAbstract": false,
30148
- "isVirtual": true,
30149
- "isOverride": false,
30150
- "isSealed": false,
30151
- "visibility": "Public",
30152
- "declaringClrType": "System.Xml.XmlWhitespace",
30153
- "declaringAssemblyName": "System.Private.Xml",
30154
- "isExtensionMethod": false
30155
- },
30156
- {
30157
- "stableId": "System.Private.Xml:System.Xml.XmlWhitespace::GetEnumerator():System.Collections.IEnumerator",
30158
- "clrName": "GetEnumerator",
30159
- "metadataToken": 0,
30160
- "canonicalSignature": "():System.Collections.IEnumerator",
30161
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
30162
- "emitScope": "ClassSurface",
30163
- "provenance": "BaseOverload",
30164
- "arity": 0,
30165
- "parameterCount": 0,
30166
- "isStatic": false,
30167
- "isAbstract": false,
30168
- "isVirtual": true,
30169
- "isOverride": false,
30170
- "isSealed": false,
30171
- "visibility": "Public",
30172
- "declaringClrType": "System.Xml.XmlWhitespace",
30173
- "declaringAssemblyName": "System.Private.Xml",
30174
- "isExtensionMethod": false
30175
28475
  }
30176
28476
  ],
30177
28477
  "properties": [