@tsonic/dotnet 10.0.11 → 10.0.14

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 (132) 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 -32
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +39 -93
  9. package/System.CodeDom.Compiler/bindings.json +0 -120
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections.Concurrent/bindings.json +0 -40
  12. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  13. package/System.Collections.Generic/bindings.json +37 -777
  14. package/System.Collections.Generic/internal/index.d.ts +2 -33
  15. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  16. package/System.Collections.ObjectModel/internal/index.d.ts +0 -47
  17. package/System.Collections.Specialized/bindings.json +0 -60
  18. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  19. package/System.ComponentModel/bindings.json +2 -422
  20. package/System.ComponentModel/internal/index.d.ts +0 -21
  21. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  22. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  23. package/System.ComponentModel.Design/bindings.json +0 -200
  24. package/System.ComponentModel.Design/internal/index.d.ts +2 -12
  25. package/System.Data/bindings.json +60 -1600
  26. package/System.Data/internal/index.d.ts +23 -100
  27. package/System.Data.Common/bindings.json +3 -103
  28. package/System.Data.Common/internal/index.d.ts +1 -6
  29. package/System.Data.SqlTypes/bindings.json +0 -100
  30. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  31. package/System.Diagnostics/bindings.json +2 -342
  32. package/System.Diagnostics/internal/index.d.ts +1 -18
  33. package/System.Diagnostics.Metrics/bindings.json +0 -60
  34. package/System.Diagnostics.Tracing/bindings.json +0 -100
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  36. package/System.Dynamic/bindings.json +12 -32
  37. package/System.Dynamic/internal/index.d.ts +0 -1
  38. package/System.Formats.Asn1/bindings.json +0 -20
  39. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  40. package/System.Globalization/bindings.json +0 -300
  41. package/System.Globalization/internal/index.d.ts +15 -30
  42. package/System.IO/bindings.json +93 -1333
  43. package/System.IO/internal/index.d.ts +12 -74
  44. package/System.IO.Compression/bindings.json +4 -424
  45. package/System.IO.Compression/internal/index.d.ts +1 -22
  46. package/System.IO.IsolatedStorage/bindings.json +1 -81
  47. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  48. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  49. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  50. package/System.IO.Pipes/bindings.json +4 -324
  51. package/System.IO.Pipes/internal/index.d.ts +5 -21
  52. package/System.Linq/bindings.json +0 -60
  53. package/System.Linq/internal/index.d.ts +0 -3
  54. package/System.Net/bindings.json +1 -241
  55. package/System.Net/internal/index.d.ts +2 -14
  56. package/System.Net.Http/bindings.json +6 -546
  57. package/System.Net.Http/internal/index.d.ts +3 -28
  58. package/System.Net.Http.Headers/bindings.json +0 -180
  59. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  60. package/System.Net.Http.Json/bindings.json +0 -40
  61. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  62. package/System.Net.Mail/bindings.json +1863 -3283
  63. package/System.Net.Mail/internal/index.d.ts +0 -72
  64. package/System.Net.NetworkInformation/bindings.json +1 -41
  65. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  66. package/System.Net.Quic/bindings.json +1 -101
  67. package/System.Net.Quic/internal/index.d.ts +1 -6
  68. package/System.Net.Security/bindings.json +3 -163
  69. package/System.Net.Security/internal/index.d.ts +0 -8
  70. package/System.Net.Sockets/bindings.json +1 -181
  71. package/System.Net.Sockets/internal/index.d.ts +1 -10
  72. package/System.Net.WebSockets/bindings.json +1 -161
  73. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  74. package/System.Reflection/bindings.json +613 -2253
  75. package/System.Reflection/internal/index.d.ts +13 -104
  76. package/System.Reflection.Emit/bindings.json +4539 -7379
  77. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  78. package/System.Reflection.Metadata/bindings.json +0 -20
  79. package/System.Reflection.Metadata/internal/index.d.ts +1 -2
  80. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  81. package/System.Resources/bindings.json +0 -40
  82. package/System.Resources/internal/index.d.ts +2 -4
  83. package/System.Runtime/bindings.json +0 -20
  84. package/System.Runtime/internal/index.d.ts +1 -2
  85. package/System.Runtime.InteropServices/bindings.json +0 -220
  86. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  87. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  88. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  89. package/System.Runtime.Serialization/bindings.json +0 -40
  90. package/System.Runtime.Serialization/internal/index.d.ts +2 -4
  91. package/System.Security/bindings.json +0 -20
  92. package/System.Security/internal/index.d.ts +1 -2
  93. package/System.Security.AccessControl/bindings.json +2 -362
  94. package/System.Security.AccessControl/internal/index.d.ts +0 -18
  95. package/System.Security.Authentication/bindings.json +0 -40
  96. package/System.Security.Authentication/internal/index.d.ts +2 -4
  97. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  98. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  99. package/System.Security.Cryptography/bindings.json +660 -6840
  100. package/System.Security.Cryptography/internal/index.d.ts +3 -263
  101. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  102. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +1 -24
  103. package/System.Security.Principal/bindings.json +0 -20
  104. package/System.Security.Principal/internal/index.d.ts +1 -2
  105. package/System.Text/bindings.json +0 -424
  106. package/System.Text/internal/index.d.ts +5 -25
  107. package/System.Text.RegularExpressions/bindings.json +0 -20
  108. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  109. package/System.Threading/bindings.json +0 -400
  110. package/System.Threading/internal/index.d.ts +10 -30
  111. package/System.Threading.Channels/bindings.json +0 -20
  112. package/System.Threading.Channels/internal/index.d.ts +1 -2
  113. package/System.Threading.Tasks/bindings.json +0 -580
  114. package/System.Threading.Tasks/internal/index.d.ts +2 -31
  115. package/System.Timers/bindings.json +1 -1
  116. package/System.Transactions/bindings.json +0 -220
  117. package/System.Transactions/internal/index.d.ts +8 -19
  118. package/System.Xml/bindings.json +67 -1767
  119. package/System.Xml/internal/index.d.ts +18 -103
  120. package/System.Xml.Linq/bindings.json +0 -200
  121. package/System.Xml.Linq/internal/index.d.ts +8 -18
  122. package/System.Xml.Resolvers/bindings.json +0 -20
  123. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  124. package/System.Xml.Schema/bindings.json +0 -160
  125. package/System.Xml.Schema/internal/index.d.ts +0 -8
  126. package/System.Xml.Serialization/bindings.json +77 -717
  127. package/System.Xml.Serialization/internal/index.d.ts +0 -32
  128. package/System.Xml.Xsl/bindings.json +0 -60
  129. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  130. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  131. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  132. package/package.json +2 -2
@@ -4623,934 +4623,382 @@
4623
4623
  "declaringAssemblyName": "System.Private.CoreLib",
4624
4624
  "isExtensionMethod": false,
4625
4625
  "sourceInterface": "System.Collections.IList"
4626
- },
4626
+ }
4627
+ ],
4628
+ "properties": [
4627
4629
  {
4628
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Add(T):System.Void",
4629
- "clrName": "Add",
4630
- "metadataToken": 0,
4631
- "canonicalSignature": "(T):System.Void",
4632
- "normalizedSignature": "Add|(T):System.Void|static=false",
4633
- "emitScope": "ClassSurface",
4634
- "provenance": "BaseOverload",
4635
- "arity": 0,
4636
- "parameterCount": 1,
4630
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
4631
+ "clrName": "Count",
4632
+ "metadataToken": 385881417,
4633
+ "canonicalSignature": ":System.Int32",
4634
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4635
+ "emitScope": "ViewOnly",
4636
+ "provenance": "ExplicitView",
4637
+ "isIndexer": false,
4638
+ "hasGetter": true,
4639
+ "hasSetter": false,
4637
4640
  "isStatic": false,
4638
4641
  "isAbstract": false,
4639
- "isVirtual": false,
4642
+ "isVirtual": true,
4640
4643
  "isOverride": false,
4641
- "isSealed": false,
4642
4644
  "visibility": "Public",
4643
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4644
- "declaringAssemblyName": "System.Private.Xml",
4645
- "isExtensionMethod": false
4645
+ "sourceInterface": "System.Collections.Generic.ICollection\u00601",
4646
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4647
+ "declaringAssemblyName": "System.Private.CoreLib"
4646
4648
  },
4647
4649
  {
4648
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Add(System.Object):System.Int32",
4649
- "clrName": "Add",
4650
- "metadataToken": 0,
4651
- "canonicalSignature": "(System.Object):System.Int32",
4652
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
4653
- "emitScope": "ClassSurface",
4654
- "provenance": "BaseOverload",
4655
- "arity": 0,
4656
- "parameterCount": 1,
4650
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
4651
+ "clrName": "IsReadOnly",
4652
+ "metadataToken": 385881418,
4653
+ "canonicalSignature": ":System.Boolean",
4654
+ "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
4655
+ "emitScope": "ViewOnly",
4656
+ "provenance": "ExplicitView",
4657
+ "isIndexer": false,
4658
+ "hasGetter": true,
4659
+ "hasSetter": false,
4657
4660
  "isStatic": false,
4658
4661
  "isAbstract": false,
4659
4662
  "isVirtual": true,
4660
4663
  "isOverride": false,
4661
- "isSealed": false,
4662
4664
  "visibility": "Public",
4663
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4664
- "declaringAssemblyName": "System.Private.Xml",
4665
- "isExtensionMethod": false
4665
+ "sourceInterface": "System.Collections.Generic.ICollection\u00601",
4666
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4667
+ "declaringAssemblyName": "System.Private.CoreLib"
4666
4668
  },
4667
4669
  {
4668
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Clear():System.Void",
4669
- "clrName": "Clear",
4670
- "metadataToken": 0,
4671
- "canonicalSignature": "():System.Void",
4672
- "normalizedSignature": "Clear|():System.Void|static=false",
4673
- "emitScope": "ClassSurface",
4674
- "provenance": "BaseOverload",
4675
- "arity": 0,
4676
- "parameterCount": 0,
4670
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
4671
+ "clrName": "SyncRoot",
4672
+ "metadataToken": 385881257,
4673
+ "canonicalSignature": ":System.Object",
4674
+ "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4675
+ "emitScope": "ViewOnly",
4676
+ "provenance": "ExplicitView",
4677
+ "isIndexer": false,
4678
+ "hasGetter": true,
4679
+ "hasSetter": false,
4677
4680
  "isStatic": false,
4678
4681
  "isAbstract": false,
4679
- "isVirtual": false,
4682
+ "isVirtual": true,
4680
4683
  "isOverride": false,
4681
- "isSealed": false,
4682
4684
  "visibility": "Public",
4683
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4684
- "declaringAssemblyName": "System.Private.Xml",
4685
- "isExtensionMethod": false
4685
+ "sourceInterface": "System.Collections.ICollection",
4686
+ "declaringClrType": "System.Collections.ICollection",
4687
+ "declaringAssemblyName": "System.Private.CoreLib"
4686
4688
  },
4687
4689
  {
4688
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Contains(T):System.Boolean",
4689
- "clrName": "Contains",
4690
- "metadataToken": 0,
4691
- "canonicalSignature": "(T):System.Boolean",
4692
- "normalizedSignature": "Contains|(T):System.Boolean|static=false",
4693
- "emitScope": "ClassSurface",
4694
- "provenance": "BaseOverload",
4695
- "arity": 0,
4696
- "parameterCount": 1,
4690
+ "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
4691
+ "clrName": "IsReadOnly",
4692
+ "metadataToken": 385881269,
4693
+ "canonicalSignature": ":System.Boolean",
4694
+ "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
4695
+ "emitScope": "ViewOnly",
4696
+ "provenance": "ExplicitView",
4697
+ "isIndexer": false,
4698
+ "hasGetter": true,
4699
+ "hasSetter": false,
4697
4700
  "isStatic": false,
4698
4701
  "isAbstract": false,
4699
4702
  "isVirtual": true,
4700
4703
  "isOverride": false,
4701
- "isSealed": false,
4702
4704
  "visibility": "Public",
4703
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4704
- "declaringAssemblyName": "System.Private.Xml",
4705
- "isExtensionMethod": false
4705
+ "sourceInterface": "System.Collections.ICollection",
4706
+ "declaringClrType": "System.Collections.IList",
4707
+ "declaringAssemblyName": "System.Private.CoreLib"
4706
4708
  },
4707
4709
  {
4708
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Contains(System.Object):System.Boolean",
4709
- "clrName": "Contains",
4710
- "metadataToken": 0,
4711
- "canonicalSignature": "(System.Object):System.Boolean",
4712
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
4713
- "emitScope": "ClassSurface",
4714
- "provenance": "BaseOverload",
4715
- "arity": 0,
4716
- "parameterCount": 1,
4710
+ "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
4711
+ "clrName": "IsFixedSize",
4712
+ "metadataToken": 385881270,
4713
+ "canonicalSignature": ":System.Boolean",
4714
+ "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
4715
+ "emitScope": "ViewOnly",
4716
+ "provenance": "ExplicitView",
4717
+ "isIndexer": false,
4718
+ "hasGetter": true,
4719
+ "hasSetter": false,
4717
4720
  "isStatic": false,
4718
4721
  "isAbstract": false,
4719
4722
  "isVirtual": true,
4720
4723
  "isOverride": false,
4721
- "isSealed": false,
4722
4724
  "visibility": "Public",
4723
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4724
- "declaringAssemblyName": "System.Private.Xml",
4725
- "isExtensionMethod": false
4725
+ "sourceInterface": "System.Collections.ICollection",
4726
+ "declaringClrType": "System.Collections.IList",
4727
+ "declaringAssemblyName": "System.Private.CoreLib"
4726
4728
  },
4727
4729
  {
4728
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::CopyTo(T[],System.Int32):System.Void",
4729
- "clrName": "CopyTo",
4730
- "metadataToken": 0,
4731
- "canonicalSignature": "(T[],System.Int32):System.Void",
4732
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
4733
- "emitScope": "ClassSurface",
4734
- "provenance": "BaseOverload",
4735
- "arity": 0,
4736
- "parameterCount": 2,
4730
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
4731
+ "clrName": "Count",
4732
+ "metadataToken": 385881256,
4733
+ "canonicalSignature": ":System.Int32",
4734
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4735
+ "emitScope": "ViewOnly",
4736
+ "provenance": "ExplicitView",
4737
+ "isIndexer": false,
4738
+ "hasGetter": true,
4739
+ "hasSetter": false,
4737
4740
  "isStatic": false,
4738
4741
  "isAbstract": false,
4739
4742
  "isVirtual": true,
4740
4743
  "isOverride": false,
4741
- "isSealed": false,
4742
4744
  "visibility": "Public",
4743
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4744
- "declaringAssemblyName": "System.Private.Xml",
4745
- "isExtensionMethod": false
4745
+ "sourceInterface": "System.Collections.ICollection",
4746
+ "declaringClrType": "System.Collections.ICollection",
4747
+ "declaringAssemblyName": "System.Private.CoreLib"
4746
4748
  },
4747
4749
  {
4748
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::CopyTo(System.Array,System.Int32):System.Void",
4749
- "clrName": "CopyTo",
4750
- "metadataToken": 0,
4751
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
4752
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
4753
- "emitScope": "ClassSurface",
4754
- "provenance": "BaseOverload",
4755
- "arity": 0,
4756
- "parameterCount": 2,
4750
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
4751
+ "clrName": "IsSynchronized",
4752
+ "metadataToken": 385881258,
4753
+ "canonicalSignature": ":System.Boolean",
4754
+ "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
4755
+ "emitScope": "ViewOnly",
4756
+ "provenance": "ExplicitView",
4757
+ "isIndexer": false,
4758
+ "hasGetter": true,
4759
+ "hasSetter": false,
4757
4760
  "isStatic": false,
4758
4761
  "isAbstract": false,
4759
4762
  "isVirtual": true,
4760
4763
  "isOverride": false,
4761
- "isSealed": false,
4764
+ "visibility": "Public",
4765
+ "sourceInterface": "System.Collections.ICollection",
4766
+ "declaringClrType": "System.Collections.ICollection",
4767
+ "declaringAssemblyName": "System.Private.CoreLib"
4768
+ }
4769
+ ],
4770
+ "fields": [
4771
+ {
4772
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::EmptySystem.Xml.Xsl.Runtime.XmlQueryItemSequence",
4773
+ "clrName": "Empty",
4774
+ "metadataToken": 67116183,
4775
+ "normalizedSignature": "Empty|System.Xml.Xsl.Runtime.XmlQueryItemSequence|static=true|const=false",
4776
+ "isStatic": true,
4777
+ "isReadOnly": true,
4778
+ "isLiteral": false,
4762
4779
  "visibility": "Public",
4763
4780
  "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4764
- "declaringAssemblyName": "System.Private.Xml",
4765
- "isExtensionMethod": false
4766
- },
4781
+ "declaringAssemblyName": "System.Private.Xml"
4782
+ }
4783
+ ],
4784
+ "events": [],
4785
+ "constructors": [
4767
4786
  {
4768
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::GetEnumerator():System.Collections.Generic.IEnumerator_1",
4769
- "clrName": "GetEnumerator",
4770
- "metadataToken": 0,
4771
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
4772
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
4773
- "emitScope": "ClassSurface",
4774
- "provenance": "BaseOverload",
4775
- "arity": 0,
4776
- "parameterCount": 0,
4787
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::.ctor():void",
4788
+ "metadataToken": 100676495,
4789
+ "canonicalSignature": "():void",
4790
+ "normalizedSignature": "constructor|():void|static=false",
4777
4791
  "isStatic": false,
4778
- "isAbstract": false,
4779
- "isVirtual": true,
4780
- "isOverride": false,
4781
- "isSealed": false,
4792
+ "parameterCount": 0,
4782
4793
  "visibility": "Public",
4783
4794
  "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4784
- "declaringAssemblyName": "System.Private.Xml",
4785
- "isExtensionMethod": false
4795
+ "declaringAssemblyName": "System.Private.Xml"
4786
4796
  },
4787
4797
  {
4788
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::GetEnumerator():System.Collections.IEnumerator",
4789
- "clrName": "GetEnumerator",
4790
- "metadataToken": 0,
4791
- "canonicalSignature": "():System.Collections.IEnumerator",
4792
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4793
- "emitScope": "ClassSurface",
4794
- "provenance": "BaseOverload",
4795
- "arity": 0,
4796
- "parameterCount": 0,
4798
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::.ctor(System.Int32):void",
4799
+ "metadataToken": 100676496,
4800
+ "canonicalSignature": "(System.Int32):void",
4801
+ "normalizedSignature": "constructor|(System.Int32):void|static=false",
4797
4802
  "isStatic": false,
4798
- "isAbstract": false,
4799
- "isVirtual": true,
4800
- "isOverride": false,
4801
- "isSealed": false,
4803
+ "parameterCount": 1,
4802
4804
  "visibility": "Public",
4803
4805
  "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4804
- "declaringAssemblyName": "System.Private.Xml",
4805
- "isExtensionMethod": false
4806
+ "declaringAssemblyName": "System.Private.Xml"
4806
4807
  },
4807
4808
  {
4808
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::IndexOf(T):System.Int32",
4809
- "clrName": "IndexOf",
4810
- "metadataToken": 0,
4811
- "canonicalSignature": "(T):System.Int32",
4812
- "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
4813
- "emitScope": "ClassSurface",
4814
- "provenance": "BaseOverload",
4815
- "arity": 0,
4816
- "parameterCount": 1,
4809
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::.ctor(System.Xml.XPath.XPathItem):void",
4810
+ "metadataToken": 100676497,
4811
+ "canonicalSignature": "(System.Xml.XPath.XPathItem):void",
4812
+ "normalizedSignature": "constructor|(System.Xml.XPath.XPathItem):void|static=false",
4817
4813
  "isStatic": false,
4818
- "isAbstract": false,
4819
- "isVirtual": true,
4820
- "isOverride": false,
4821
- "isSealed": false,
4814
+ "parameterCount": 1,
4822
4815
  "visibility": "Public",
4823
4816
  "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4824
- "declaringAssemblyName": "System.Private.Xml",
4825
- "isExtensionMethod": false
4826
- },
4827
- {
4828
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Insert(System.Int32,T):System.Void",
4829
- "clrName": "Insert",
4830
- "metadataToken": 0,
4831
- "canonicalSignature": "(System.Int32,T):System.Void",
4832
- "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
4833
- "emitScope": "ClassSurface",
4834
- "provenance": "BaseOverload",
4835
- "arity": 0,
4836
- "parameterCount": 2,
4837
- "isStatic": false,
4838
- "isAbstract": false,
4839
- "isVirtual": true,
4840
- "isOverride": false,
4841
- "isSealed": false,
4842
- "visibility": "Public",
4843
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4844
- "declaringAssemblyName": "System.Private.Xml",
4845
- "isExtensionMethod": false
4846
- },
4847
- {
4848
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Insert(System.Int32,System.Object):System.Void",
4849
- "clrName": "Insert",
4850
- "metadataToken": 0,
4851
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
4852
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
4853
- "emitScope": "ClassSurface",
4854
- "provenance": "BaseOverload",
4855
- "arity": 0,
4856
- "parameterCount": 2,
4857
- "isStatic": false,
4858
- "isAbstract": false,
4859
- "isVirtual": true,
4860
- "isOverride": false,
4861
- "isSealed": false,
4862
- "visibility": "Public",
4863
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4864
- "declaringAssemblyName": "System.Private.Xml",
4865
- "isExtensionMethod": false
4866
- },
4867
- {
4868
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Remove(T):System.Boolean",
4869
- "clrName": "Remove",
4870
- "metadataToken": 0,
4871
- "canonicalSignature": "(T):System.Boolean",
4872
- "normalizedSignature": "Remove|(T):System.Boolean|static=false",
4873
- "emitScope": "ClassSurface",
4874
- "provenance": "BaseOverload",
4875
- "arity": 0,
4876
- "parameterCount": 1,
4877
- "isStatic": false,
4878
- "isAbstract": false,
4879
- "isVirtual": true,
4880
- "isOverride": false,
4881
- "isSealed": false,
4882
- "visibility": "Public",
4883
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4884
- "declaringAssemblyName": "System.Private.Xml",
4885
- "isExtensionMethod": false
4886
- },
4887
- {
4888
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::Remove(System.Object):System.Void",
4889
- "clrName": "Remove",
4890
- "metadataToken": 0,
4891
- "canonicalSignature": "(System.Object):System.Void",
4892
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
4893
- "emitScope": "ClassSurface",
4894
- "provenance": "BaseOverload",
4895
- "arity": 0,
4896
- "parameterCount": 1,
4897
- "isStatic": false,
4898
- "isAbstract": false,
4899
- "isVirtual": true,
4900
- "isOverride": false,
4901
- "isSealed": false,
4902
- "visibility": "Public",
4903
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4904
- "declaringAssemblyName": "System.Private.Xml",
4905
- "isExtensionMethod": false
4906
- },
4907
- {
4908
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::RemoveAt(System.Int32):System.Void",
4909
- "clrName": "RemoveAt",
4910
- "metadataToken": 0,
4911
- "canonicalSignature": "(System.Int32):System.Void",
4912
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
4913
- "emitScope": "ClassSurface",
4914
- "provenance": "BaseOverload",
4915
- "arity": 0,
4916
- "parameterCount": 1,
4917
- "isStatic": false,
4918
- "isAbstract": false,
4919
- "isVirtual": true,
4920
- "isOverride": false,
4921
- "isSealed": false,
4922
- "visibility": "Public",
4923
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
4924
- "declaringAssemblyName": "System.Private.Xml",
4925
- "isExtensionMethod": false
4926
- }
4927
- ],
4928
- "properties": [
4929
- {
4930
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
4931
- "clrName": "Count",
4932
- "metadataToken": 385881417,
4933
- "canonicalSignature": ":System.Int32",
4934
- "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4935
- "emitScope": "ViewOnly",
4936
- "provenance": "ExplicitView",
4937
- "isIndexer": false,
4938
- "hasGetter": true,
4939
- "hasSetter": false,
4940
- "isStatic": false,
4941
- "isAbstract": false,
4942
- "isVirtual": true,
4943
- "isOverride": false,
4944
- "visibility": "Public",
4945
- "sourceInterface": "System.Collections.Generic.ICollection\u00601",
4946
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4947
- "declaringAssemblyName": "System.Private.CoreLib"
4948
- },
4949
- {
4950
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
4951
- "clrName": "IsReadOnly",
4952
- "metadataToken": 385881418,
4953
- "canonicalSignature": ":System.Boolean",
4954
- "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
4955
- "emitScope": "ViewOnly",
4956
- "provenance": "ExplicitView",
4957
- "isIndexer": false,
4958
- "hasGetter": true,
4959
- "hasSetter": false,
4960
- "isStatic": false,
4961
- "isAbstract": false,
4962
- "isVirtual": true,
4963
- "isOverride": false,
4964
- "visibility": "Public",
4965
- "sourceInterface": "System.Collections.Generic.ICollection\u00601",
4966
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
4967
- "declaringAssemblyName": "System.Private.CoreLib"
4968
- },
4969
- {
4970
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
4971
- "clrName": "SyncRoot",
4972
- "metadataToken": 385881257,
4973
- "canonicalSignature": ":System.Object",
4974
- "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4975
- "emitScope": "ViewOnly",
4976
- "provenance": "ExplicitView",
4977
- "isIndexer": false,
4978
- "hasGetter": true,
4979
- "hasSetter": false,
4980
- "isStatic": false,
4981
- "isAbstract": false,
4982
- "isVirtual": true,
4983
- "isOverride": false,
4984
- "visibility": "Public",
4985
- "sourceInterface": "System.Collections.ICollection",
4986
- "declaringClrType": "System.Collections.ICollection",
4987
- "declaringAssemblyName": "System.Private.CoreLib"
4988
- },
4989
- {
4990
- "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
4991
- "clrName": "IsReadOnly",
4992
- "metadataToken": 385881269,
4993
- "canonicalSignature": ":System.Boolean",
4994
- "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
4995
- "emitScope": "ViewOnly",
4996
- "provenance": "ExplicitView",
4997
- "isIndexer": false,
4998
- "hasGetter": true,
4999
- "hasSetter": false,
5000
- "isStatic": false,
5001
- "isAbstract": false,
5002
- "isVirtual": true,
5003
- "isOverride": false,
5004
- "visibility": "Public",
5005
- "sourceInterface": "System.Collections.ICollection",
5006
- "declaringClrType": "System.Collections.IList",
5007
- "declaringAssemblyName": "System.Private.CoreLib"
5008
- },
5009
- {
5010
- "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
5011
- "clrName": "IsFixedSize",
5012
- "metadataToken": 385881270,
5013
- "canonicalSignature": ":System.Boolean",
5014
- "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
5015
- "emitScope": "ViewOnly",
5016
- "provenance": "ExplicitView",
5017
- "isIndexer": false,
5018
- "hasGetter": true,
5019
- "hasSetter": false,
5020
- "isStatic": false,
5021
- "isAbstract": false,
5022
- "isVirtual": true,
5023
- "isOverride": false,
5024
- "visibility": "Public",
5025
- "sourceInterface": "System.Collections.ICollection",
5026
- "declaringClrType": "System.Collections.IList",
5027
- "declaringAssemblyName": "System.Private.CoreLib"
5028
- },
5029
- {
5030
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
5031
- "clrName": "Count",
5032
- "metadataToken": 385881256,
5033
- "canonicalSignature": ":System.Int32",
5034
- "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
5035
- "emitScope": "ViewOnly",
5036
- "provenance": "ExplicitView",
5037
- "isIndexer": false,
5038
- "hasGetter": true,
5039
- "hasSetter": false,
5040
- "isStatic": false,
5041
- "isAbstract": false,
5042
- "isVirtual": true,
5043
- "isOverride": false,
5044
- "visibility": "Public",
5045
- "sourceInterface": "System.Collections.ICollection",
5046
- "declaringClrType": "System.Collections.ICollection",
5047
- "declaringAssemblyName": "System.Private.CoreLib"
5048
- },
5049
- {
5050
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
5051
- "clrName": "IsSynchronized",
5052
- "metadataToken": 385881258,
5053
- "canonicalSignature": ":System.Boolean",
5054
- "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
5055
- "emitScope": "ViewOnly",
5056
- "provenance": "ExplicitView",
5057
- "isIndexer": false,
5058
- "hasGetter": true,
5059
- "hasSetter": false,
5060
- "isStatic": false,
5061
- "isAbstract": false,
5062
- "isVirtual": true,
5063
- "isOverride": false,
5064
- "visibility": "Public",
5065
- "sourceInterface": "System.Collections.ICollection",
5066
- "declaringClrType": "System.Collections.ICollection",
5067
- "declaringAssemblyName": "System.Private.CoreLib"
5068
- }
5069
- ],
5070
- "fields": [
5071
- {
5072
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::EmptySystem.Xml.Xsl.Runtime.XmlQueryItemSequence",
5073
- "clrName": "Empty",
5074
- "metadataToken": 67116183,
5075
- "normalizedSignature": "Empty|System.Xml.Xsl.Runtime.XmlQueryItemSequence|static=true|const=false",
5076
- "isStatic": true,
5077
- "isReadOnly": true,
5078
- "isLiteral": false,
5079
- "visibility": "Public",
5080
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
5081
- "declaringAssemblyName": "System.Private.Xml"
5082
- }
5083
- ],
5084
- "events": [],
5085
- "constructors": [
5086
- {
5087
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::.ctor():void",
5088
- "metadataToken": 100676495,
5089
- "canonicalSignature": "():void",
5090
- "normalizedSignature": "constructor|():void|static=false",
5091
- "isStatic": false,
5092
- "parameterCount": 0,
5093
- "visibility": "Public",
5094
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
5095
- "declaringAssemblyName": "System.Private.Xml"
5096
- },
5097
- {
5098
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::.ctor(System.Int32):void",
5099
- "metadataToken": 100676496,
5100
- "canonicalSignature": "(System.Int32):void",
5101
- "normalizedSignature": "constructor|(System.Int32):void|static=false",
5102
- "isStatic": false,
5103
- "parameterCount": 1,
5104
- "visibility": "Public",
5105
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
5106
- "declaringAssemblyName": "System.Private.Xml"
5107
- },
5108
- {
5109
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryItemSequence::.ctor(System.Xml.XPath.XPathItem):void",
5110
- "metadataToken": 100676497,
5111
- "canonicalSignature": "(System.Xml.XPath.XPathItem):void",
5112
- "normalizedSignature": "constructor|(System.Xml.XPath.XPathItem):void|static=false",
5113
- "isStatic": false,
5114
- "parameterCount": 1,
5115
- "visibility": "Public",
5116
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryItemSequence",
5117
- "declaringAssemblyName": "System.Private.Xml"
5118
- }
5119
- ]
5120
- },
5121
- {
5122
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5123
- "clrName": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5124
- "assemblyName": "System.Private.Xml",
5125
- "metadataToken": 0,
5126
- "kind": "Class",
5127
- "accessibility": "Public",
5128
- "isAbstract": false,
5129
- "isSealed": true,
5130
- "isStatic": false,
5131
- "arity": 0,
5132
- "baseType": {
5133
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQuerySequence\u00601",
5134
- "clrName": "System.Xml.Xsl.Runtime.XmlQuerySequence\u00601",
5135
- "typeArguments": [
5136
- "XPathNavigator"
5137
- ]
5138
- },
5139
- "interfaces": [
5140
- {
5141
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
5142
- "clrName": "System.Collections.Generic.IList\u00601",
5143
- "typeArguments": [
5144
- "XPathNavigator"
5145
- ]
5146
- },
5147
- {
5148
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
5149
- "clrName": "System.Collections.Generic.ICollection\u00601",
5150
- "typeArguments": [
5151
- "XPathNavigator"
5152
- ]
5153
- },
5154
- {
5155
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
5156
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
5157
- "typeArguments": [
5158
- "XPathNavigator"
5159
- ]
5160
- },
5161
- {
5162
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
5163
- "clrName": "System.Collections.IEnumerable"
5164
- },
5165
- {
5166
- "stableId": "System.Private.CoreLib:System.Collections.IList",
5167
- "clrName": "System.Collections.IList"
5168
- },
5169
- {
5170
- "stableId": "System.Private.CoreLib:System.Collections.ICollection",
5171
- "clrName": "System.Collections.ICollection"
5172
- },
5173
- {
5174
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
5175
- "clrName": "System.Collections.Generic.IList\u00601",
5176
- "typeArguments": [
5177
- "XPathItem"
5178
- ]
5179
- },
5180
- {
5181
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
5182
- "clrName": "System.Collections.Generic.ICollection\u00601",
5183
- "typeArguments": [
5184
- "XPathItem"
5185
- ]
5186
- },
5187
- {
5188
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
5189
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
5190
- "typeArguments": [
5191
- "XPathItem"
5192
- ]
5193
- }
5194
- ],
5195
- "methods": [
5196
- {
5197
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::CreateOrReuse(System.Xml.Xsl.Runtime.XmlQueryNodeSequence):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5198
- "clrName": "CreateOrReuse",
5199
- "metadataToken": 100676500,
5200
- "canonicalSignature": "(System.Xml.Xsl.Runtime.XmlQueryNodeSequence):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5201
- "normalizedSignature": "CreateOrReuse|(System.Xml.Xsl.Runtime.XmlQueryNodeSequence):System.Xml.Xsl.Runtime.XmlQueryNodeSequence|static=true",
5202
- "emitScope": "ClassSurface",
5203
- "provenance": "Original",
5204
- "arity": 0,
5205
- "parameterCount": 1,
5206
- "isStatic": true,
5207
- "isAbstract": false,
5208
- "isVirtual": false,
5209
- "isOverride": false,
5210
- "isSealed": false,
5211
- "visibility": "Public",
5212
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5213
- "declaringAssemblyName": "System.Private.Xml",
5214
- "isExtensionMethod": false
5215
- },
5216
- {
5217
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::CreateOrReuse(System.Xml.Xsl.Runtime.XmlQueryNodeSequence,System.Xml.XPath.XPathNavigator):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5218
- "clrName": "CreateOrReuse",
5219
- "metadataToken": 100676501,
5220
- "canonicalSignature": "(System.Xml.Xsl.Runtime.XmlQueryNodeSequence,System.Xml.XPath.XPathNavigator):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5221
- "normalizedSignature": "CreateOrReuse|(System.Xml.Xsl.Runtime.XmlQueryNodeSequence,System.Xml.XPath.XPathNavigator):System.Xml.Xsl.Runtime.XmlQueryNodeSequence|static=true",
5222
- "emitScope": "ClassSurface",
5223
- "provenance": "Original",
5224
- "arity": 0,
5225
- "parameterCount": 2,
5226
- "isStatic": true,
5227
- "isAbstract": false,
5228
- "isVirtual": false,
5229
- "isOverride": false,
5230
- "isSealed": false,
5231
- "visibility": "Public",
5232
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5233
- "declaringAssemblyName": "System.Private.Xml",
5234
- "isExtensionMethod": false
5235
- },
5236
- {
5237
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::DocOrderDistinct(System.Collections.Generic.IComparer_1[[System.Xml.XPath.XPathNavigator,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5238
- "clrName": "DocOrderDistinct",
5239
- "metadataToken": 100676509,
5240
- "canonicalSignature": "(System.Collections.Generic.IComparer_1[[System.Xml.XPath.XPathNavigator,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5241
- "normalizedSignature": "DocOrderDistinct|(System.Collections.Generic.IComparer_1[[System.Xml.XPath.XPathNavigator,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Xml.Xsl.Runtime.XmlQueryNodeSequence|static=false",
5242
- "emitScope": "ClassSurface",
5243
- "provenance": "Original",
5244
- "arity": 0,
5245
- "parameterCount": 1,
5246
- "isStatic": false,
5247
- "isAbstract": false,
5248
- "isVirtual": false,
5249
- "isOverride": false,
5250
- "isSealed": false,
5251
- "visibility": "Public",
5252
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5253
- "declaringAssemblyName": "System.Private.Xml",
5254
- "isExtensionMethod": false
5255
- },
5256
- {
5257
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::AddClone(System.Xml.XPath.XPathNavigator):System.Void",
5258
- "clrName": "AddClone",
5259
- "metadataToken": 100676510,
5260
- "canonicalSignature": "(System.Xml.XPath.XPathNavigator):System.Void",
5261
- "normalizedSignature": "AddClone|(System.Xml.XPath.XPathNavigator):System.Void|static=false",
5262
- "emitScope": "ClassSurface",
5263
- "provenance": "Original",
5264
- "arity": 0,
5265
- "parameterCount": 1,
5266
- "isStatic": false,
5267
- "isAbstract": false,
5268
- "isVirtual": false,
5269
- "isOverride": false,
5270
- "isSealed": false,
5271
- "visibility": "Public",
5272
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5273
- "declaringAssemblyName": "System.Private.Xml",
5274
- "isExtensionMethod": false
5275
- },
4817
+ "declaringAssemblyName": "System.Private.Xml"
4818
+ }
4819
+ ]
4820
+ },
4821
+ {
4822
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4823
+ "clrName": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4824
+ "assemblyName": "System.Private.Xml",
4825
+ "metadataToken": 0,
4826
+ "kind": "Class",
4827
+ "accessibility": "Public",
4828
+ "isAbstract": false,
4829
+ "isSealed": true,
4830
+ "isStatic": false,
4831
+ "arity": 0,
4832
+ "baseType": {
4833
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQuerySequence\u00601",
4834
+ "clrName": "System.Xml.Xsl.Runtime.XmlQuerySequence\u00601",
4835
+ "typeArguments": [
4836
+ "XPathNavigator"
4837
+ ]
4838
+ },
4839
+ "interfaces": [
5276
4840
  {
5277
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::OnItemsChanged():System.Void",
5278
- "clrName": "OnItemsChanged",
5279
- "metadataToken": 100676511,
5280
- "canonicalSignature": "():System.Void",
5281
- "normalizedSignature": "OnItemsChanged|():System.Void|static=false",
5282
- "emitScope": "ClassSurface",
5283
- "provenance": "Original",
5284
- "arity": 0,
5285
- "parameterCount": 0,
5286
- "isStatic": false,
5287
- "isAbstract": false,
5288
- "isVirtual": true,
5289
- "isOverride": true,
5290
- "isSealed": false,
5291
- "visibility": "Protected",
5292
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5293
- "declaringAssemblyName": "System.Private.Xml",
5294
- "isExtensionMethod": false
4841
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
4842
+ "clrName": "System.Collections.Generic.IList\u00601",
4843
+ "typeArguments": [
4844
+ "XPathNavigator"
4845
+ ]
5295
4846
  },
5296
4847
  {
5297
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
5298
- "clrName": "IndexOf",
5299
- "metadataToken": 100704568,
5300
- "canonicalSignature": "(T):System.Int32",
5301
- "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
5302
- "emitScope": "ViewOnly",
5303
- "provenance": "ExplicitView",
5304
- "arity": 0,
5305
- "parameterCount": 1,
5306
- "isStatic": false,
5307
- "isAbstract": false,
5308
- "isVirtual": true,
5309
- "isOverride": false,
5310
- "isSealed": false,
5311
- "visibility": "Public",
5312
- "declaringClrType": "System.Collections.Generic.IList\u00601",
5313
- "declaringAssemblyName": "System.Private.CoreLib",
5314
- "isExtensionMethod": false,
5315
- "sourceInterface": "System.Collections.Generic.IList\u00601"
4848
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
4849
+ "clrName": "System.Collections.Generic.ICollection\u00601",
4850
+ "typeArguments": [
4851
+ "XPathNavigator"
4852
+ ]
5316
4853
  },
5317
4854
  {
5318
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
5319
- "clrName": "Insert",
5320
- "metadataToken": 100704569,
5321
- "canonicalSignature": "(System.Int32,T):System.Void",
5322
- "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
5323
- "emitScope": "ViewOnly",
5324
- "provenance": "ExplicitView",
5325
- "arity": 0,
5326
- "parameterCount": 2,
5327
- "isStatic": false,
5328
- "isAbstract": false,
5329
- "isVirtual": true,
5330
- "isOverride": false,
5331
- "isSealed": false,
5332
- "visibility": "Public",
5333
- "declaringClrType": "System.Collections.Generic.IList\u00601",
5334
- "declaringAssemblyName": "System.Private.CoreLib",
5335
- "isExtensionMethod": false,
5336
- "sourceInterface": "System.Collections.Generic.IList\u00601"
4855
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
4856
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
4857
+ "typeArguments": [
4858
+ "XPathNavigator"
4859
+ ]
5337
4860
  },
5338
4861
  {
5339
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
5340
- "clrName": "RemoveAt",
5341
- "metadataToken": 100704570,
5342
- "canonicalSignature": "(System.Int32):System.Void",
5343
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
5344
- "emitScope": "ViewOnly",
5345
- "provenance": "ExplicitView",
5346
- "arity": 0,
5347
- "parameterCount": 1,
5348
- "isStatic": false,
5349
- "isAbstract": false,
5350
- "isVirtual": true,
5351
- "isOverride": false,
5352
- "isSealed": false,
5353
- "visibility": "Public",
5354
- "declaringClrType": "System.Collections.Generic.IList\u00601",
5355
- "declaringAssemblyName": "System.Private.CoreLib",
5356
- "isExtensionMethod": false,
5357
- "sourceInterface": "System.Collections.Generic.IList\u00601"
4862
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
4863
+ "clrName": "System.Collections.IEnumerable"
5358
4864
  },
5359
4865
  {
5360
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
5361
- "clrName": "Add",
5362
- "metadataToken": 100704538,
5363
- "canonicalSignature": "(T):System.Void",
5364
- "normalizedSignature": "Add|(T):System.Void|static=false",
5365
- "emitScope": "ViewOnly",
5366
- "provenance": "ExplicitView",
5367
- "arity": 0,
5368
- "parameterCount": 1,
5369
- "isStatic": false,
5370
- "isAbstract": false,
5371
- "isVirtual": true,
5372
- "isOverride": false,
5373
- "isSealed": false,
5374
- "visibility": "Public",
5375
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5376
- "declaringAssemblyName": "System.Private.CoreLib",
5377
- "isExtensionMethod": false,
5378
- "sourceInterface": "System.Collections.Generic.ICollection\u00601"
4866
+ "stableId": "System.Private.CoreLib:System.Collections.IList",
4867
+ "clrName": "System.Collections.IList"
5379
4868
  },
5380
4869
  {
5381
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
5382
- "clrName": "Clear",
5383
- "metadataToken": 100704539,
5384
- "canonicalSignature": "():System.Void",
5385
- "normalizedSignature": "Clear|():System.Void|static=false",
5386
- "emitScope": "ViewOnly",
5387
- "provenance": "ExplicitView",
5388
- "arity": 0,
5389
- "parameterCount": 0,
5390
- "isStatic": false,
5391
- "isAbstract": false,
5392
- "isVirtual": true,
5393
- "isOverride": false,
5394
- "isSealed": false,
5395
- "visibility": "Public",
5396
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5397
- "declaringAssemblyName": "System.Private.CoreLib",
5398
- "isExtensionMethod": false,
5399
- "sourceInterface": "System.Collections.Generic.ICollection\u00601"
4870
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection",
4871
+ "clrName": "System.Collections.ICollection"
5400
4872
  },
5401
4873
  {
5402
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
5403
- "clrName": "Contains",
5404
- "metadataToken": 100704540,
5405
- "canonicalSignature": "(T):System.Boolean",
5406
- "normalizedSignature": "Contains|(T):System.Boolean|static=false",
5407
- "emitScope": "ViewOnly",
5408
- "provenance": "ExplicitView",
5409
- "arity": 0,
5410
- "parameterCount": 1,
5411
- "isStatic": false,
5412
- "isAbstract": false,
5413
- "isVirtual": true,
5414
- "isOverride": false,
5415
- "isSealed": false,
5416
- "visibility": "Public",
5417
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5418
- "declaringAssemblyName": "System.Private.CoreLib",
5419
- "isExtensionMethod": false,
5420
- "sourceInterface": "System.Collections.Generic.ICollection\u00601"
4874
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
4875
+ "clrName": "System.Collections.Generic.IList\u00601",
4876
+ "typeArguments": [
4877
+ "XPathItem"
4878
+ ]
5421
4879
  },
5422
4880
  {
5423
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
5424
- "clrName": "CopyTo",
5425
- "metadataToken": 100704541,
5426
- "canonicalSignature": "(T[],System.Int32):System.Void",
5427
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
5428
- "emitScope": "ViewOnly",
5429
- "provenance": "ExplicitView",
5430
- "arity": 0,
5431
- "parameterCount": 2,
5432
- "isStatic": false,
5433
- "isAbstract": false,
5434
- "isVirtual": true,
5435
- "isOverride": false,
5436
- "isSealed": false,
5437
- "visibility": "Public",
5438
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5439
- "declaringAssemblyName": "System.Private.CoreLib",
5440
- "isExtensionMethod": false,
5441
- "sourceInterface": "System.Collections.Generic.ICollection\u00601"
4881
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
4882
+ "clrName": "System.Collections.Generic.ICollection\u00601",
4883
+ "typeArguments": [
4884
+ "XPathItem"
4885
+ ]
5442
4886
  },
5443
4887
  {
5444
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
5445
- "clrName": "GetEnumerator",
5446
- "metadataToken": 100704560,
5447
- "canonicalSignature": "():IEnumerator_1",
5448
- "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
5449
- "emitScope": "ViewOnly",
5450
- "provenance": "ExplicitView",
4888
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
4889
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
4890
+ "typeArguments": [
4891
+ "XPathItem"
4892
+ ]
4893
+ }
4894
+ ],
4895
+ "methods": [
4896
+ {
4897
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::CreateOrReuse(System.Xml.Xsl.Runtime.XmlQueryNodeSequence):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4898
+ "clrName": "CreateOrReuse",
4899
+ "metadataToken": 100676500,
4900
+ "canonicalSignature": "(System.Xml.Xsl.Runtime.XmlQueryNodeSequence):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4901
+ "normalizedSignature": "CreateOrReuse|(System.Xml.Xsl.Runtime.XmlQueryNodeSequence):System.Xml.Xsl.Runtime.XmlQueryNodeSequence|static=true",
4902
+ "emitScope": "ClassSurface",
4903
+ "provenance": "Original",
5451
4904
  "arity": 0,
5452
- "parameterCount": 0,
5453
- "isStatic": false,
4905
+ "parameterCount": 1,
4906
+ "isStatic": true,
5454
4907
  "isAbstract": false,
5455
- "isVirtual": true,
4908
+ "isVirtual": false,
5456
4909
  "isOverride": false,
5457
4910
  "isSealed": false,
5458
4911
  "visibility": "Public",
5459
- "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
5460
- "declaringAssemblyName": "System.Private.CoreLib",
5461
- "isExtensionMethod": false,
5462
- "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
4912
+ "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4913
+ "declaringAssemblyName": "System.Private.Xml",
4914
+ "isExtensionMethod": false
5463
4915
  },
5464
4916
  {
5465
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5466
- "clrName": "GetEnumerator",
5467
- "metadataToken": 100703845,
5468
- "canonicalSignature": "():System.Collections.IEnumerator",
5469
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5470
- "emitScope": "ViewOnly",
5471
- "provenance": "ExplicitView",
4917
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::CreateOrReuse(System.Xml.Xsl.Runtime.XmlQueryNodeSequence,System.Xml.XPath.XPathNavigator):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4918
+ "clrName": "CreateOrReuse",
4919
+ "metadataToken": 100676501,
4920
+ "canonicalSignature": "(System.Xml.Xsl.Runtime.XmlQueryNodeSequence,System.Xml.XPath.XPathNavigator):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4921
+ "normalizedSignature": "CreateOrReuse|(System.Xml.Xsl.Runtime.XmlQueryNodeSequence,System.Xml.XPath.XPathNavigator):System.Xml.Xsl.Runtime.XmlQueryNodeSequence|static=true",
4922
+ "emitScope": "ClassSurface",
4923
+ "provenance": "Original",
5472
4924
  "arity": 0,
5473
- "parameterCount": 0,
5474
- "isStatic": false,
4925
+ "parameterCount": 2,
4926
+ "isStatic": true,
5475
4927
  "isAbstract": false,
5476
- "isVirtual": true,
4928
+ "isVirtual": false,
5477
4929
  "isOverride": false,
5478
4930
  "isSealed": false,
5479
4931
  "visibility": "Public",
5480
- "declaringClrType": "System.Collections.IEnumerable",
5481
- "declaringAssemblyName": "System.Private.CoreLib",
5482
- "isExtensionMethod": false,
5483
- "sourceInterface": "System.Collections.IEnumerable"
4932
+ "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4933
+ "declaringAssemblyName": "System.Private.Xml",
4934
+ "isExtensionMethod": false
5484
4935
  },
5485
4936
  {
5486
- "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
5487
- "clrName": "Add",
5488
- "metadataToken": 100703854,
5489
- "canonicalSignature": "(System.Object):System.Int32",
5490
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5491
- "emitScope": "ViewOnly",
5492
- "provenance": "ExplicitView",
4937
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::DocOrderDistinct(System.Collections.Generic.IComparer_1[[System.Xml.XPath.XPathNavigator,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4938
+ "clrName": "DocOrderDistinct",
4939
+ "metadataToken": 100676509,
4940
+ "canonicalSignature": "(System.Collections.Generic.IComparer_1[[System.Xml.XPath.XPathNavigator,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4941
+ "normalizedSignature": "DocOrderDistinct|(System.Collections.Generic.IComparer_1[[System.Xml.XPath.XPathNavigator,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Xml.Xsl.Runtime.XmlQueryNodeSequence|static=false",
4942
+ "emitScope": "ClassSurface",
4943
+ "provenance": "Original",
5493
4944
  "arity": 0,
5494
4945
  "parameterCount": 1,
5495
4946
  "isStatic": false,
5496
4947
  "isAbstract": false,
5497
- "isVirtual": true,
4948
+ "isVirtual": false,
5498
4949
  "isOverride": false,
5499
4950
  "isSealed": false,
5500
4951
  "visibility": "Public",
5501
- "declaringClrType": "System.Collections.IList",
5502
- "declaringAssemblyName": "System.Private.CoreLib",
5503
- "isExtensionMethod": false,
5504
- "sourceInterface": "System.Collections.IList"
4952
+ "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4953
+ "declaringAssemblyName": "System.Private.Xml",
4954
+ "isExtensionMethod": false
5505
4955
  },
5506
4956
  {
5507
- "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
5508
- "clrName": "Contains",
5509
- "metadataToken": 100703855,
5510
- "canonicalSignature": "(System.Object):System.Boolean",
5511
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5512
- "emitScope": "ViewOnly",
5513
- "provenance": "ExplicitView",
4957
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::AddClone(System.Xml.XPath.XPathNavigator):System.Void",
4958
+ "clrName": "AddClone",
4959
+ "metadataToken": 100676510,
4960
+ "canonicalSignature": "(System.Xml.XPath.XPathNavigator):System.Void",
4961
+ "normalizedSignature": "AddClone|(System.Xml.XPath.XPathNavigator):System.Void|static=false",
4962
+ "emitScope": "ClassSurface",
4963
+ "provenance": "Original",
5514
4964
  "arity": 0,
5515
4965
  "parameterCount": 1,
5516
4966
  "isStatic": false,
5517
4967
  "isAbstract": false,
5518
- "isVirtual": true,
4968
+ "isVirtual": false,
5519
4969
  "isOverride": false,
5520
4970
  "isSealed": false,
5521
4971
  "visibility": "Public",
5522
- "declaringClrType": "System.Collections.IList",
5523
- "declaringAssemblyName": "System.Private.CoreLib",
5524
- "isExtensionMethod": false,
5525
- "sourceInterface": "System.Collections.IList"
4972
+ "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4973
+ "declaringAssemblyName": "System.Private.Xml",
4974
+ "isExtensionMethod": false
5526
4975
  },
5527
4976
  {
5528
- "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
5529
- "clrName": "Insert",
5530
- "metadataToken": 100703860,
5531
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
5532
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5533
- "emitScope": "ViewOnly",
5534
- "provenance": "ExplicitView",
4977
+ "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::OnItemsChanged():System.Void",
4978
+ "clrName": "OnItemsChanged",
4979
+ "metadataToken": 100676511,
4980
+ "canonicalSignature": "():System.Void",
4981
+ "normalizedSignature": "OnItemsChanged|():System.Void|static=false",
4982
+ "emitScope": "ClassSurface",
4983
+ "provenance": "Original",
5535
4984
  "arity": 0,
5536
- "parameterCount": 2,
4985
+ "parameterCount": 0,
5537
4986
  "isStatic": false,
5538
4987
  "isAbstract": false,
5539
4988
  "isVirtual": true,
5540
- "isOverride": false,
4989
+ "isOverride": true,
5541
4990
  "isSealed": false,
5542
- "visibility": "Public",
5543
- "declaringClrType": "System.Collections.IList",
5544
- "declaringAssemblyName": "System.Private.CoreLib",
5545
- "isExtensionMethod": false,
5546
- "sourceInterface": "System.Collections.IList"
4991
+ "visibility": "Protected",
4992
+ "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
4993
+ "declaringAssemblyName": "System.Private.Xml",
4994
+ "isExtensionMethod": false
5547
4995
  },
5548
4996
  {
5549
- "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
5550
- "clrName": "Remove",
5551
- "metadataToken": 100703861,
5552
- "canonicalSignature": "(System.Object):System.Void",
5553
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
4997
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
4998
+ "clrName": "IndexOf",
4999
+ "metadataToken": 100704568,
5000
+ "canonicalSignature": "(T):System.Int32",
5001
+ "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
5554
5002
  "emitScope": "ViewOnly",
5555
5003
  "provenance": "ExplicitView",
5556
5004
  "arity": 0,
@@ -5561,17 +5009,17 @@
5561
5009
  "isOverride": false,
5562
5010
  "isSealed": false,
5563
5011
  "visibility": "Public",
5564
- "declaringClrType": "System.Collections.IList",
5012
+ "declaringClrType": "System.Collections.Generic.IList\u00601",
5565
5013
  "declaringAssemblyName": "System.Private.CoreLib",
5566
5014
  "isExtensionMethod": false,
5567
- "sourceInterface": "System.Collections.IList"
5015
+ "sourceInterface": "System.Collections.Generic.IList\u00601"
5568
5016
  },
5569
5017
  {
5570
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5571
- "clrName": "CopyTo",
5572
- "metadataToken": 100703826,
5573
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
5574
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5018
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
5019
+ "clrName": "Insert",
5020
+ "metadataToken": 100704569,
5021
+ "canonicalSignature": "(System.Int32,T):System.Void",
5022
+ "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
5575
5023
  "emitScope": "ViewOnly",
5576
5024
  "provenance": "ExplicitView",
5577
5025
  "arity": 0,
@@ -5582,36 +5030,15 @@
5582
5030
  "isOverride": false,
5583
5031
  "isSealed": false,
5584
5032
  "visibility": "Public",
5585
- "declaringClrType": "System.Collections.ICollection",
5586
- "declaringAssemblyName": "System.Private.CoreLib",
5587
- "isExtensionMethod": false,
5588
- "sourceInterface": "System.Collections.ICollection"
5589
- },
5590
- {
5591
- "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
5592
- "clrName": "Clear",
5593
- "metadataToken": 100703856,
5594
- "canonicalSignature": "():System.Void",
5595
- "normalizedSignature": "Clear|():System.Void|static=false",
5596
- "emitScope": "ViewOnly",
5597
- "provenance": "ExplicitView",
5598
- "arity": 0,
5599
- "parameterCount": 0,
5600
- "isStatic": false,
5601
- "isAbstract": false,
5602
- "isVirtual": true,
5603
- "isOverride": false,
5604
- "isSealed": false,
5605
- "visibility": "Public",
5606
- "declaringClrType": "System.Collections.IList",
5033
+ "declaringClrType": "System.Collections.Generic.IList\u00601",
5607
5034
  "declaringAssemblyName": "System.Private.CoreLib",
5608
5035
  "isExtensionMethod": false,
5609
- "sourceInterface": "System.Collections.IList"
5036
+ "sourceInterface": "System.Collections.Generic.IList\u00601"
5610
5037
  },
5611
5038
  {
5612
- "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
5039
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
5613
5040
  "clrName": "RemoveAt",
5614
- "metadataToken": 100703862,
5041
+ "metadataToken": 100704570,
5615
5042
  "canonicalSignature": "(System.Int32):System.Void",
5616
5043
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
5617
5044
  "emitScope": "ViewOnly",
@@ -5624,39 +5051,19 @@
5624
5051
  "isOverride": false,
5625
5052
  "isSealed": false,
5626
5053
  "visibility": "Public",
5627
- "declaringClrType": "System.Collections.IList",
5054
+ "declaringClrType": "System.Collections.Generic.IList\u00601",
5628
5055
  "declaringAssemblyName": "System.Private.CoreLib",
5629
5056
  "isExtensionMethod": false,
5630
- "sourceInterface": "System.Collections.IList"
5057
+ "sourceInterface": "System.Collections.Generic.IList\u00601"
5631
5058
  },
5632
5059
  {
5633
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Add(T):System.Void",
5060
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
5634
5061
  "clrName": "Add",
5635
- "metadataToken": 0,
5062
+ "metadataToken": 100704538,
5636
5063
  "canonicalSignature": "(T):System.Void",
5637
5064
  "normalizedSignature": "Add|(T):System.Void|static=false",
5638
- "emitScope": "ClassSurface",
5639
- "provenance": "BaseOverload",
5640
- "arity": 0,
5641
- "parameterCount": 1,
5642
- "isStatic": false,
5643
- "isAbstract": false,
5644
- "isVirtual": false,
5645
- "isOverride": false,
5646
- "isSealed": false,
5647
- "visibility": "Public",
5648
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5649
- "declaringAssemblyName": "System.Private.Xml",
5650
- "isExtensionMethod": false
5651
- },
5652
- {
5653
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Add(System.Object):System.Int32",
5654
- "clrName": "Add",
5655
- "metadataToken": 0,
5656
- "canonicalSignature": "(System.Object):System.Int32",
5657
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5658
- "emitScope": "ClassSurface",
5659
- "provenance": "BaseOverload",
5065
+ "emitScope": "ViewOnly",
5066
+ "provenance": "ExplicitView",
5660
5067
  "arity": 0,
5661
5068
  "parameterCount": 1,
5662
5069
  "isStatic": false,
@@ -5665,58 +5072,40 @@
5665
5072
  "isOverride": false,
5666
5073
  "isSealed": false,
5667
5074
  "visibility": "Public",
5668
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5669
- "declaringAssemblyName": "System.Private.Xml",
5670
- "isExtensionMethod": false
5075
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5076
+ "declaringAssemblyName": "System.Private.CoreLib",
5077
+ "isExtensionMethod": false,
5078
+ "sourceInterface": "System.Collections.Generic.ICollection\u00601"
5671
5079
  },
5672
5080
  {
5673
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Clear():System.Void",
5081
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
5674
5082
  "clrName": "Clear",
5675
- "metadataToken": 0,
5083
+ "metadataToken": 100704539,
5676
5084
  "canonicalSignature": "():System.Void",
5677
5085
  "normalizedSignature": "Clear|():System.Void|static=false",
5678
- "emitScope": "ClassSurface",
5679
- "provenance": "BaseOverload",
5086
+ "emitScope": "ViewOnly",
5087
+ "provenance": "ExplicitView",
5680
5088
  "arity": 0,
5681
5089
  "parameterCount": 0,
5682
5090
  "isStatic": false,
5683
5091
  "isAbstract": false,
5684
- "isVirtual": false,
5092
+ "isVirtual": true,
5685
5093
  "isOverride": false,
5686
5094
  "isSealed": false,
5687
5095
  "visibility": "Public",
5688
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5689
- "declaringAssemblyName": "System.Private.Xml",
5690
- "isExtensionMethod": false
5096
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5097
+ "declaringAssemblyName": "System.Private.CoreLib",
5098
+ "isExtensionMethod": false,
5099
+ "sourceInterface": "System.Collections.Generic.ICollection\u00601"
5691
5100
  },
5692
5101
  {
5693
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Contains(T):System.Boolean",
5102
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
5694
5103
  "clrName": "Contains",
5695
- "metadataToken": 0,
5104
+ "metadataToken": 100704540,
5696
5105
  "canonicalSignature": "(T):System.Boolean",
5697
5106
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
5698
- "emitScope": "ClassSurface",
5699
- "provenance": "BaseOverload",
5700
- "arity": 0,
5701
- "parameterCount": 1,
5702
- "isStatic": false,
5703
- "isAbstract": false,
5704
- "isVirtual": true,
5705
- "isOverride": false,
5706
- "isSealed": false,
5707
- "visibility": "Public",
5708
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5709
- "declaringAssemblyName": "System.Private.Xml",
5710
- "isExtensionMethod": false
5711
- },
5712
- {
5713
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Contains(System.Object):System.Boolean",
5714
- "clrName": "Contains",
5715
- "metadataToken": 0,
5716
- "canonicalSignature": "(System.Object):System.Boolean",
5717
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5718
- "emitScope": "ClassSurface",
5719
- "provenance": "BaseOverload",
5107
+ "emitScope": "ViewOnly",
5108
+ "provenance": "ExplicitView",
5720
5109
  "arity": 0,
5721
5110
  "parameterCount": 1,
5722
5111
  "isStatic": false,
@@ -5725,18 +5114,19 @@
5725
5114
  "isOverride": false,
5726
5115
  "isSealed": false,
5727
5116
  "visibility": "Public",
5728
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5729
- "declaringAssemblyName": "System.Private.Xml",
5730
- "isExtensionMethod": false
5117
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5118
+ "declaringAssemblyName": "System.Private.CoreLib",
5119
+ "isExtensionMethod": false,
5120
+ "sourceInterface": "System.Collections.Generic.ICollection\u00601"
5731
5121
  },
5732
5122
  {
5733
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::CopyTo(T[],System.Int32):System.Void",
5123
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
5734
5124
  "clrName": "CopyTo",
5735
- "metadataToken": 0,
5125
+ "metadataToken": 100704541,
5736
5126
  "canonicalSignature": "(T[],System.Int32):System.Void",
5737
5127
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
5738
- "emitScope": "ClassSurface",
5739
- "provenance": "BaseOverload",
5128
+ "emitScope": "ViewOnly",
5129
+ "provenance": "ExplicitView",
5740
5130
  "arity": 0,
5741
5131
  "parameterCount": 2,
5742
5132
  "isStatic": false,
@@ -5745,38 +5135,40 @@
5745
5135
  "isOverride": false,
5746
5136
  "isSealed": false,
5747
5137
  "visibility": "Public",
5748
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5749
- "declaringAssemblyName": "System.Private.Xml",
5750
- "isExtensionMethod": false
5138
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
5139
+ "declaringAssemblyName": "System.Private.CoreLib",
5140
+ "isExtensionMethod": false,
5141
+ "sourceInterface": "System.Collections.Generic.ICollection\u00601"
5751
5142
  },
5752
5143
  {
5753
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::CopyTo(System.Array,System.Int32):System.Void",
5754
- "clrName": "CopyTo",
5755
- "metadataToken": 0,
5756
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
5757
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5758
- "emitScope": "ClassSurface",
5759
- "provenance": "BaseOverload",
5144
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
5145
+ "clrName": "GetEnumerator",
5146
+ "metadataToken": 100704560,
5147
+ "canonicalSignature": "():IEnumerator_1",
5148
+ "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
5149
+ "emitScope": "ViewOnly",
5150
+ "provenance": "ExplicitView",
5760
5151
  "arity": 0,
5761
- "parameterCount": 2,
5152
+ "parameterCount": 0,
5762
5153
  "isStatic": false,
5763
5154
  "isAbstract": false,
5764
5155
  "isVirtual": true,
5765
5156
  "isOverride": false,
5766
5157
  "isSealed": false,
5767
5158
  "visibility": "Public",
5768
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5769
- "declaringAssemblyName": "System.Private.Xml",
5770
- "isExtensionMethod": false
5159
+ "declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
5160
+ "declaringAssemblyName": "System.Private.CoreLib",
5161
+ "isExtensionMethod": false,
5162
+ "sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
5771
5163
  },
5772
5164
  {
5773
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::GetEnumerator():System.Collections.Generic.IEnumerator_1",
5165
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5774
5166
  "clrName": "GetEnumerator",
5775
- "metadataToken": 0,
5776
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
5777
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
5778
- "emitScope": "ClassSurface",
5779
- "provenance": "BaseOverload",
5167
+ "metadataToken": 100703845,
5168
+ "canonicalSignature": "():System.Collections.IEnumerator",
5169
+ "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5170
+ "emitScope": "ViewOnly",
5171
+ "provenance": "ExplicitView",
5780
5172
  "arity": 0,
5781
5173
  "parameterCount": 0,
5782
5174
  "isStatic": false,
@@ -5785,38 +5177,40 @@
5785
5177
  "isOverride": false,
5786
5178
  "isSealed": false,
5787
5179
  "visibility": "Public",
5788
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5789
- "declaringAssemblyName": "System.Private.Xml",
5790
- "isExtensionMethod": false
5180
+ "declaringClrType": "System.Collections.IEnumerable",
5181
+ "declaringAssemblyName": "System.Private.CoreLib",
5182
+ "isExtensionMethod": false,
5183
+ "sourceInterface": "System.Collections.IEnumerable"
5791
5184
  },
5792
5185
  {
5793
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::GetEnumerator():System.Collections.IEnumerator",
5794
- "clrName": "GetEnumerator",
5795
- "metadataToken": 0,
5796
- "canonicalSignature": "():System.Collections.IEnumerator",
5797
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5798
- "emitScope": "ClassSurface",
5799
- "provenance": "BaseOverload",
5186
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
5187
+ "clrName": "Add",
5188
+ "metadataToken": 100703854,
5189
+ "canonicalSignature": "(System.Object):System.Int32",
5190
+ "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5191
+ "emitScope": "ViewOnly",
5192
+ "provenance": "ExplicitView",
5800
5193
  "arity": 0,
5801
- "parameterCount": 0,
5194
+ "parameterCount": 1,
5802
5195
  "isStatic": false,
5803
5196
  "isAbstract": false,
5804
5197
  "isVirtual": true,
5805
5198
  "isOverride": false,
5806
5199
  "isSealed": false,
5807
5200
  "visibility": "Public",
5808
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5809
- "declaringAssemblyName": "System.Private.Xml",
5810
- "isExtensionMethod": false
5201
+ "declaringClrType": "System.Collections.IList",
5202
+ "declaringAssemblyName": "System.Private.CoreLib",
5203
+ "isExtensionMethod": false,
5204
+ "sourceInterface": "System.Collections.IList"
5811
5205
  },
5812
5206
  {
5813
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::IndexOf(T):System.Int32",
5814
- "clrName": "IndexOf",
5815
- "metadataToken": 0,
5816
- "canonicalSignature": "(T):System.Int32",
5817
- "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
5818
- "emitScope": "ClassSurface",
5819
- "provenance": "BaseOverload",
5207
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
5208
+ "clrName": "Contains",
5209
+ "metadataToken": 100703855,
5210
+ "canonicalSignature": "(System.Object):System.Boolean",
5211
+ "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5212
+ "emitScope": "ViewOnly",
5213
+ "provenance": "ExplicitView",
5820
5214
  "arity": 0,
5821
5215
  "parameterCount": 1,
5822
5216
  "isStatic": false,
@@ -5825,18 +5219,19 @@
5825
5219
  "isOverride": false,
5826
5220
  "isSealed": false,
5827
5221
  "visibility": "Public",
5828
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5829
- "declaringAssemblyName": "System.Private.Xml",
5830
- "isExtensionMethod": false
5222
+ "declaringClrType": "System.Collections.IList",
5223
+ "declaringAssemblyName": "System.Private.CoreLib",
5224
+ "isExtensionMethod": false,
5225
+ "sourceInterface": "System.Collections.IList"
5831
5226
  },
5832
5227
  {
5833
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Insert(System.Int32,T):System.Void",
5228
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
5834
5229
  "clrName": "Insert",
5835
- "metadataToken": 0,
5836
- "canonicalSignature": "(System.Int32,T):System.Void",
5837
- "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
5838
- "emitScope": "ClassSurface",
5839
- "provenance": "BaseOverload",
5230
+ "metadataToken": 100703860,
5231
+ "canonicalSignature": "(System.Int32,System.Object):System.Void",
5232
+ "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5233
+ "emitScope": "ViewOnly",
5234
+ "provenance": "ExplicitView",
5840
5235
  "arity": 0,
5841
5236
  "parameterCount": 2,
5842
5237
  "isStatic": false,
@@ -5845,78 +5240,82 @@
5845
5240
  "isOverride": false,
5846
5241
  "isSealed": false,
5847
5242
  "visibility": "Public",
5848
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5849
- "declaringAssemblyName": "System.Private.Xml",
5850
- "isExtensionMethod": false
5243
+ "declaringClrType": "System.Collections.IList",
5244
+ "declaringAssemblyName": "System.Private.CoreLib",
5245
+ "isExtensionMethod": false,
5246
+ "sourceInterface": "System.Collections.IList"
5851
5247
  },
5852
5248
  {
5853
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Insert(System.Int32,System.Object):System.Void",
5854
- "clrName": "Insert",
5855
- "metadataToken": 0,
5856
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
5857
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5858
- "emitScope": "ClassSurface",
5859
- "provenance": "BaseOverload",
5249
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
5250
+ "clrName": "Remove",
5251
+ "metadataToken": 100703861,
5252
+ "canonicalSignature": "(System.Object):System.Void",
5253
+ "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5254
+ "emitScope": "ViewOnly",
5255
+ "provenance": "ExplicitView",
5860
5256
  "arity": 0,
5861
- "parameterCount": 2,
5257
+ "parameterCount": 1,
5862
5258
  "isStatic": false,
5863
5259
  "isAbstract": false,
5864
5260
  "isVirtual": true,
5865
5261
  "isOverride": false,
5866
5262
  "isSealed": false,
5867
5263
  "visibility": "Public",
5868
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5869
- "declaringAssemblyName": "System.Private.Xml",
5870
- "isExtensionMethod": false
5264
+ "declaringClrType": "System.Collections.IList",
5265
+ "declaringAssemblyName": "System.Private.CoreLib",
5266
+ "isExtensionMethod": false,
5267
+ "sourceInterface": "System.Collections.IList"
5871
5268
  },
5872
5269
  {
5873
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Remove(T):System.Boolean",
5874
- "clrName": "Remove",
5875
- "metadataToken": 0,
5876
- "canonicalSignature": "(T):System.Boolean",
5877
- "normalizedSignature": "Remove|(T):System.Boolean|static=false",
5878
- "emitScope": "ClassSurface",
5879
- "provenance": "BaseOverload",
5270
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5271
+ "clrName": "CopyTo",
5272
+ "metadataToken": 100703826,
5273
+ "canonicalSignature": "(System.Array,System.Int32):System.Void",
5274
+ "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5275
+ "emitScope": "ViewOnly",
5276
+ "provenance": "ExplicitView",
5880
5277
  "arity": 0,
5881
- "parameterCount": 1,
5278
+ "parameterCount": 2,
5882
5279
  "isStatic": false,
5883
5280
  "isAbstract": false,
5884
5281
  "isVirtual": true,
5885
5282
  "isOverride": false,
5886
5283
  "isSealed": false,
5887
5284
  "visibility": "Public",
5888
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5889
- "declaringAssemblyName": "System.Private.Xml",
5890
- "isExtensionMethod": false
5285
+ "declaringClrType": "System.Collections.ICollection",
5286
+ "declaringAssemblyName": "System.Private.CoreLib",
5287
+ "isExtensionMethod": false,
5288
+ "sourceInterface": "System.Collections.ICollection"
5891
5289
  },
5892
5290
  {
5893
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::Remove(System.Object):System.Void",
5894
- "clrName": "Remove",
5895
- "metadataToken": 0,
5896
- "canonicalSignature": "(System.Object):System.Void",
5897
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5898
- "emitScope": "ClassSurface",
5899
- "provenance": "BaseOverload",
5291
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
5292
+ "clrName": "Clear",
5293
+ "metadataToken": 100703856,
5294
+ "canonicalSignature": "():System.Void",
5295
+ "normalizedSignature": "Clear|():System.Void|static=false",
5296
+ "emitScope": "ViewOnly",
5297
+ "provenance": "ExplicitView",
5900
5298
  "arity": 0,
5901
- "parameterCount": 1,
5299
+ "parameterCount": 0,
5902
5300
  "isStatic": false,
5903
5301
  "isAbstract": false,
5904
5302
  "isVirtual": true,
5905
5303
  "isOverride": false,
5906
5304
  "isSealed": false,
5907
5305
  "visibility": "Public",
5908
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5909
- "declaringAssemblyName": "System.Private.Xml",
5910
- "isExtensionMethod": false
5306
+ "declaringClrType": "System.Collections.IList",
5307
+ "declaringAssemblyName": "System.Private.CoreLib",
5308
+ "isExtensionMethod": false,
5309
+ "sourceInterface": "System.Collections.IList"
5911
5310
  },
5912
5311
  {
5913
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryNodeSequence::RemoveAt(System.Int32):System.Void",
5312
+ "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
5914
5313
  "clrName": "RemoveAt",
5915
- "metadataToken": 0,
5314
+ "metadataToken": 100703862,
5916
5315
  "canonicalSignature": "(System.Int32):System.Void",
5917
5316
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
5918
- "emitScope": "ClassSurface",
5919
- "provenance": "BaseOverload",
5317
+ "emitScope": "ViewOnly",
5318
+ "provenance": "ExplicitView",
5920
5319
  "arity": 0,
5921
5320
  "parameterCount": 1,
5922
5321
  "isStatic": false,
@@ -5925,9 +5324,10 @@
5925
5324
  "isOverride": false,
5926
5325
  "isSealed": false,
5927
5326
  "visibility": "Public",
5928
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryNodeSequence",
5929
- "declaringAssemblyName": "System.Private.Xml",
5930
- "isExtensionMethod": false
5327
+ "declaringClrType": "System.Collections.IList",
5328
+ "declaringAssemblyName": "System.Private.CoreLib",
5329
+ "isExtensionMethod": false,
5330
+ "sourceInterface": "System.Collections.IList"
5931
5331
  }
5932
5332
  ],
5933
5333
  "properties": [
@@ -7492,66 +6892,6 @@
7492
6892
  "isExtensionMethod": false,
7493
6893
  "sourceInterface": "System.IAsyncDisposable"
7494
6894
  },
7495
- {
7496
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryOutput::Dispose():System.Void",
7497
- "clrName": "Dispose",
7498
- "metadataToken": 0,
7499
- "canonicalSignature": "():System.Void",
7500
- "normalizedSignature": "Dispose|():System.Void|static=false",
7501
- "emitScope": "ClassSurface",
7502
- "provenance": "BaseOverload",
7503
- "arity": 0,
7504
- "parameterCount": 0,
7505
- "isStatic": false,
7506
- "isAbstract": false,
7507
- "isVirtual": true,
7508
- "isOverride": false,
7509
- "isSealed": false,
7510
- "visibility": "Public",
7511
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryOutput",
7512
- "declaringAssemblyName": "System.Private.Xml",
7513
- "isExtensionMethod": false
7514
- },
7515
- {
7516
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryOutput::Dispose(System.Boolean):System.Void",
7517
- "clrName": "Dispose",
7518
- "metadataToken": 0,
7519
- "canonicalSignature": "(System.Boolean):System.Void",
7520
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
7521
- "emitScope": "ClassSurface",
7522
- "provenance": "BaseOverload",
7523
- "arity": 0,
7524
- "parameterCount": 1,
7525
- "isStatic": false,
7526
- "isAbstract": false,
7527
- "isVirtual": true,
7528
- "isOverride": false,
7529
- "isSealed": false,
7530
- "visibility": "Protected",
7531
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryOutput",
7532
- "declaringAssemblyName": "System.Private.Xml",
7533
- "isExtensionMethod": false
7534
- },
7535
- {
7536
- "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryOutput::DisposeAsync():System.Threading.Tasks.ValueTask",
7537
- "clrName": "DisposeAsync",
7538
- "metadataToken": 0,
7539
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
7540
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
7541
- "emitScope": "ClassSurface",
7542
- "provenance": "BaseOverload",
7543
- "arity": 0,
7544
- "parameterCount": 0,
7545
- "isStatic": false,
7546
- "isAbstract": false,
7547
- "isVirtual": true,
7548
- "isOverride": false,
7549
- "isSealed": false,
7550
- "visibility": "Public",
7551
- "declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryOutput",
7552
- "declaringAssemblyName": "System.Private.Xml",
7553
- "isExtensionMethod": false
7554
- },
7555
6895
  {
7556
6896
  "stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryOutput::WriteStartAttribute(System.String,System.String):System.Void",
7557
6897
  "clrName": "WriteStartAttribute",