@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
@@ -6243,86 +6243,6 @@
6243
6243
  "declaringAssemblyName": "System.Private.CoreLib",
6244
6244
  "isExtensionMethod": false,
6245
6245
  "sourceInterface": "System.Collections.IEqualityComparer"
6246
- },
6247
- {
6248
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ByteEqualityComparer::Equals(T,T):System.Boolean",
6249
- "clrName": "Equals",
6250
- "metadataToken": 0,
6251
- "canonicalSignature": "(T,T):System.Boolean",
6252
- "normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
6253
- "emitScope": "ClassSurface",
6254
- "provenance": "BaseOverload",
6255
- "arity": 0,
6256
- "parameterCount": 2,
6257
- "isStatic": false,
6258
- "isAbstract": true,
6259
- "isVirtual": true,
6260
- "isOverride": false,
6261
- "isSealed": false,
6262
- "visibility": "Public",
6263
- "declaringClrType": "System.Collections.Generic.ByteEqualityComparer",
6264
- "declaringAssemblyName": "System.Private.CoreLib",
6265
- "isExtensionMethod": false
6266
- },
6267
- {
6268
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ByteEqualityComparer::Equals(System.Object,System.Object):System.Boolean",
6269
- "clrName": "Equals",
6270
- "metadataToken": 0,
6271
- "canonicalSignature": "(System.Object,System.Object):System.Boolean",
6272
- "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
6273
- "emitScope": "ClassSurface",
6274
- "provenance": "BaseOverload",
6275
- "arity": 0,
6276
- "parameterCount": 2,
6277
- "isStatic": false,
6278
- "isAbstract": false,
6279
- "isVirtual": true,
6280
- "isOverride": false,
6281
- "isSealed": false,
6282
- "visibility": "Public",
6283
- "declaringClrType": "System.Collections.Generic.ByteEqualityComparer",
6284
- "declaringAssemblyName": "System.Private.CoreLib",
6285
- "isExtensionMethod": false
6286
- },
6287
- {
6288
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ByteEqualityComparer::GetHashCode(T):System.Int32",
6289
- "clrName": "GetHashCode",
6290
- "metadataToken": 0,
6291
- "canonicalSignature": "(T):System.Int32",
6292
- "normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
6293
- "emitScope": "ClassSurface",
6294
- "provenance": "BaseOverload",
6295
- "arity": 0,
6296
- "parameterCount": 1,
6297
- "isStatic": false,
6298
- "isAbstract": true,
6299
- "isVirtual": true,
6300
- "isOverride": false,
6301
- "isSealed": false,
6302
- "visibility": "Public",
6303
- "declaringClrType": "System.Collections.Generic.ByteEqualityComparer",
6304
- "declaringAssemblyName": "System.Private.CoreLib",
6305
- "isExtensionMethod": false
6306
- },
6307
- {
6308
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ByteEqualityComparer::GetHashCode(System.Object):System.Int32",
6309
- "clrName": "GetHashCode",
6310
- "metadataToken": 0,
6311
- "canonicalSignature": "(System.Object):System.Int32",
6312
- "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
6313
- "emitScope": "ClassSurface",
6314
- "provenance": "BaseOverload",
6315
- "arity": 0,
6316
- "parameterCount": 1,
6317
- "isStatic": false,
6318
- "isAbstract": false,
6319
- "isVirtual": true,
6320
- "isOverride": false,
6321
- "isSealed": false,
6322
- "visibility": "Public",
6323
- "declaringClrType": "System.Collections.Generic.ByteEqualityComparer",
6324
- "declaringAssemblyName": "System.Private.CoreLib",
6325
- "isExtensionMethod": false
6326
6246
  }
6327
6247
  ],
6328
6248
  "properties": [],
@@ -8878,46 +8798,6 @@
8878
8798
  "declaringAssemblyName": "System.Private.CoreLib",
8879
8799
  "isExtensionMethod": false,
8880
8800
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
8881
- },
8882
- {
8883
- "stableId": "System.Private.CoreLib:System.Collections.Generic.EnumEqualityComparer\u00601::Equals(System.Object,System.Object):System.Boolean",
8884
- "clrName": "Equals",
8885
- "metadataToken": 0,
8886
- "canonicalSignature": "(System.Object,System.Object):System.Boolean",
8887
- "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
8888
- "emitScope": "ClassSurface",
8889
- "provenance": "BaseOverload",
8890
- "arity": 0,
8891
- "parameterCount": 2,
8892
- "isStatic": false,
8893
- "isAbstract": false,
8894
- "isVirtual": true,
8895
- "isOverride": false,
8896
- "isSealed": false,
8897
- "visibility": "Public",
8898
- "declaringClrType": "System.Collections.Generic.EnumEqualityComparer\u00601",
8899
- "declaringAssemblyName": "System.Private.CoreLib",
8900
- "isExtensionMethod": false
8901
- },
8902
- {
8903
- "stableId": "System.Private.CoreLib:System.Collections.Generic.EnumEqualityComparer\u00601::GetHashCode(System.Object):System.Int32",
8904
- "clrName": "GetHashCode",
8905
- "metadataToken": 0,
8906
- "canonicalSignature": "(System.Object):System.Int32",
8907
- "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
8908
- "emitScope": "ClassSurface",
8909
- "provenance": "BaseOverload",
8910
- "arity": 0,
8911
- "parameterCount": 1,
8912
- "isStatic": false,
8913
- "isAbstract": false,
8914
- "isVirtual": true,
8915
- "isOverride": false,
8916
- "isSealed": false,
8917
- "visibility": "Public",
8918
- "declaringClrType": "System.Collections.Generic.EnumEqualityComparer\u00601",
8919
- "declaringAssemblyName": "System.Private.CoreLib",
8920
- "isExtensionMethod": false
8921
8801
  }
8922
8802
  ],
8923
8803
  "properties": [],
@@ -9287,26 +9167,6 @@
9287
9167
  "declaringAssemblyName": "System.Private.CoreLib",
9288
9168
  "isExtensionMethod": false,
9289
9169
  "sourceInterface": "System.Collections.Generic.IComparer\u00601"
9290
- },
9291
- {
9292
- "stableId": "System.Private.CoreLib:System.Collections.Generic.GenericComparer\u00601::Compare(System.Object,System.Object):System.Int32",
9293
- "clrName": "Compare",
9294
- "metadataToken": 0,
9295
- "canonicalSignature": "(System.Object,System.Object):System.Int32",
9296
- "normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
9297
- "emitScope": "ClassSurface",
9298
- "provenance": "BaseOverload",
9299
- "arity": 0,
9300
- "parameterCount": 2,
9301
- "isStatic": false,
9302
- "isAbstract": false,
9303
- "isVirtual": true,
9304
- "isOverride": false,
9305
- "isSealed": false,
9306
- "visibility": "Public",
9307
- "declaringClrType": "System.Collections.Generic.GenericComparer\u00601",
9308
- "declaringAssemblyName": "System.Private.CoreLib",
9309
- "isExtensionMethod": false
9310
9170
  }
9311
9171
  ],
9312
9172
  "properties": [],
@@ -9524,46 +9384,6 @@
9524
9384
  "declaringAssemblyName": "System.Private.CoreLib",
9525
9385
  "isExtensionMethod": false,
9526
9386
  "sourceInterface": "System.Collections.Generic.IEqualityComparer\u00601"
9527
- },
9528
- {
9529
- "stableId": "System.Private.CoreLib:System.Collections.Generic.GenericEqualityComparer\u00601::Equals(System.Object,System.Object):System.Boolean",
9530
- "clrName": "Equals",
9531
- "metadataToken": 0,
9532
- "canonicalSignature": "(System.Object,System.Object):System.Boolean",
9533
- "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
9534
- "emitScope": "ClassSurface",
9535
- "provenance": "BaseOverload",
9536
- "arity": 0,
9537
- "parameterCount": 2,
9538
- "isStatic": false,
9539
- "isAbstract": false,
9540
- "isVirtual": true,
9541
- "isOverride": false,
9542
- "isSealed": false,
9543
- "visibility": "Public",
9544
- "declaringClrType": "System.Collections.Generic.GenericEqualityComparer\u00601",
9545
- "declaringAssemblyName": "System.Private.CoreLib",
9546
- "isExtensionMethod": false
9547
- },
9548
- {
9549
- "stableId": "System.Private.CoreLib:System.Collections.Generic.GenericEqualityComparer\u00601::GetHashCode(System.Object):System.Int32",
9550
- "clrName": "GetHashCode",
9551
- "metadataToken": 0,
9552
- "canonicalSignature": "(System.Object):System.Int32",
9553
- "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
9554
- "emitScope": "ClassSurface",
9555
- "provenance": "BaseOverload",
9556
- "arity": 0,
9557
- "parameterCount": 1,
9558
- "isStatic": false,
9559
- "isAbstract": false,
9560
- "isVirtual": true,
9561
- "isOverride": false,
9562
- "isSealed": false,
9563
- "visibility": "Public",
9564
- "declaringClrType": "System.Collections.Generic.GenericEqualityComparer\u00601",
9565
- "declaringAssemblyName": "System.Private.CoreLib",
9566
- "isExtensionMethod": false
9567
9387
  }
9568
9388
  ],
9569
9389
  "properties": [],
@@ -10740,26 +10560,6 @@
10740
10560
  "declaringAssemblyName": "System.Private.CoreLib",
10741
10561
  "isExtensionMethod": false,
10742
10562
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
10743
- },
10744
- {
10745
- "stableId": "System.Private.CoreLib:System.Collections.Generic.KeyNotFoundException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10746
- "clrName": "GetObjectData",
10747
- "metadataToken": 0,
10748
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10749
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
10750
- "emitScope": "ClassSurface",
10751
- "provenance": "BaseOverload",
10752
- "arity": 0,
10753
- "parameterCount": 2,
10754
- "isStatic": false,
10755
- "isAbstract": false,
10756
- "isVirtual": true,
10757
- "isOverride": false,
10758
- "isSealed": false,
10759
- "visibility": "Public",
10760
- "declaringClrType": "System.Collections.Generic.KeyNotFoundException",
10761
- "declaringAssemblyName": "System.Private.CoreLib",
10762
- "isExtensionMethod": false
10763
10563
  }
10764
10564
  ],
10765
10565
  "properties": [],
@@ -13802,46 +13602,6 @@
13802
13602
  "declaringAssemblyName": "System.Private.CoreLib",
13803
13603
  "isExtensionMethod": false,
13804
13604
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
13805
- },
13806
- {
13807
- "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableComparer\u00601::Compare(T,T):System.Int32",
13808
- "clrName": "Compare",
13809
- "metadataToken": 0,
13810
- "canonicalSignature": "(T,T):System.Int32",
13811
- "normalizedSignature": "Compare|(T,T):System.Int32|static=false",
13812
- "emitScope": "ClassSurface",
13813
- "provenance": "BaseOverload",
13814
- "arity": 0,
13815
- "parameterCount": 2,
13816
- "isStatic": false,
13817
- "isAbstract": true,
13818
- "isVirtual": true,
13819
- "isOverride": false,
13820
- "isSealed": false,
13821
- "visibility": "Public",
13822
- "declaringClrType": "System.Collections.Generic.NullableComparer\u00601",
13823
- "declaringAssemblyName": "System.Private.CoreLib",
13824
- "isExtensionMethod": false
13825
- },
13826
- {
13827
- "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableComparer\u00601::Compare(System.Object,System.Object):System.Int32",
13828
- "clrName": "Compare",
13829
- "metadataToken": 0,
13830
- "canonicalSignature": "(System.Object,System.Object):System.Int32",
13831
- "normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
13832
- "emitScope": "ClassSurface",
13833
- "provenance": "BaseOverload",
13834
- "arity": 0,
13835
- "parameterCount": 2,
13836
- "isStatic": false,
13837
- "isAbstract": false,
13838
- "isVirtual": true,
13839
- "isOverride": false,
13840
- "isSealed": false,
13841
- "visibility": "Public",
13842
- "declaringClrType": "System.Collections.Generic.NullableComparer\u00601",
13843
- "declaringAssemblyName": "System.Private.CoreLib",
13844
- "isExtensionMethod": false
13845
13605
  }
13846
13606
  ],
13847
13607
  "properties": [],
@@ -14104,127 +13864,47 @@
14104
13864
  "declaringAssemblyName": "System.Private.CoreLib",
14105
13865
  "isExtensionMethod": false,
14106
13866
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
14107
- },
13867
+ }
13868
+ ],
13869
+ "properties": [],
13870
+ "fields": [],
13871
+ "events": [],
13872
+ "constructors": [
14108
13873
  {
14109
- "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableEqualityComparer\u00601::Equals(T,T):System.Boolean",
14110
- "clrName": "Equals",
14111
- "metadataToken": 0,
14112
- "canonicalSignature": "(T,T):System.Boolean",
14113
- "normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
14114
- "emitScope": "ClassSurface",
14115
- "provenance": "BaseOverload",
14116
- "arity": 0,
14117
- "parameterCount": 2,
13874
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableEqualityComparer\u00601::.ctor():void",
13875
+ "metadataToken": 100704243,
13876
+ "canonicalSignature": "():void",
13877
+ "normalizedSignature": "constructor|():void|static=false",
14118
13878
  "isStatic": false,
14119
- "isAbstract": true,
14120
- "isVirtual": true,
14121
- "isOverride": false,
14122
- "isSealed": false,
13879
+ "parameterCount": 0,
14123
13880
  "visibility": "Public",
14124
13881
  "declaringClrType": "System.Collections.Generic.NullableEqualityComparer\u00601",
14125
- "declaringAssemblyName": "System.Private.CoreLib",
14126
- "isExtensionMethod": false
14127
- },
14128
- {
14129
- "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableEqualityComparer\u00601::Equals(System.Object,System.Object):System.Boolean",
14130
- "clrName": "Equals",
14131
- "metadataToken": 0,
14132
- "canonicalSignature": "(System.Object,System.Object):System.Boolean",
14133
- "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
14134
- "emitScope": "ClassSurface",
14135
- "provenance": "BaseOverload",
14136
- "arity": 0,
14137
- "parameterCount": 2,
14138
- "isStatic": false,
14139
- "isAbstract": false,
14140
- "isVirtual": true,
14141
- "isOverride": false,
14142
- "isSealed": false,
14143
- "visibility": "Public",
14144
- "declaringClrType": "System.Collections.Generic.NullableEqualityComparer\u00601",
14145
- "declaringAssemblyName": "System.Private.CoreLib",
14146
- "isExtensionMethod": false
14147
- },
14148
- {
14149
- "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableEqualityComparer\u00601::GetHashCode(T):System.Int32",
14150
- "clrName": "GetHashCode",
14151
- "metadataToken": 0,
14152
- "canonicalSignature": "(T):System.Int32",
14153
- "normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
14154
- "emitScope": "ClassSurface",
14155
- "provenance": "BaseOverload",
14156
- "arity": 0,
14157
- "parameterCount": 1,
14158
- "isStatic": false,
14159
- "isAbstract": true,
14160
- "isVirtual": true,
14161
- "isOverride": false,
14162
- "isSealed": false,
14163
- "visibility": "Public",
14164
- "declaringClrType": "System.Collections.Generic.NullableEqualityComparer\u00601",
14165
- "declaringAssemblyName": "System.Private.CoreLib",
14166
- "isExtensionMethod": false
14167
- },
14168
- {
14169
- "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableEqualityComparer\u00601::GetHashCode(System.Object):System.Int32",
14170
- "clrName": "GetHashCode",
14171
- "metadataToken": 0,
14172
- "canonicalSignature": "(System.Object):System.Int32",
14173
- "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
14174
- "emitScope": "ClassSurface",
14175
- "provenance": "BaseOverload",
14176
- "arity": 0,
14177
- "parameterCount": 1,
14178
- "isStatic": false,
14179
- "isAbstract": false,
14180
- "isVirtual": true,
14181
- "isOverride": false,
14182
- "isSealed": false,
14183
- "visibility": "Public",
14184
- "declaringClrType": "System.Collections.Generic.NullableEqualityComparer\u00601",
14185
- "declaringAssemblyName": "System.Private.CoreLib",
14186
- "isExtensionMethod": false
14187
- }
14188
- ],
14189
- "properties": [],
14190
- "fields": [],
14191
- "events": [],
14192
- "constructors": [
14193
- {
14194
- "stableId": "System.Private.CoreLib:System.Collections.Generic.NullableEqualityComparer\u00601::.ctor():void",
14195
- "metadataToken": 100704243,
14196
- "canonicalSignature": "():void",
14197
- "normalizedSignature": "constructor|():void|static=false",
14198
- "isStatic": false,
14199
- "parameterCount": 0,
14200
- "visibility": "Public",
14201
- "declaringClrType": "System.Collections.Generic.NullableEqualityComparer\u00601",
14202
- "declaringAssemblyName": "System.Private.CoreLib"
14203
- }
14204
- ]
14205
- },
14206
- {
14207
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ObjectComparer\u00601",
14208
- "clrName": "System.Collections.Generic.ObjectComparer\u00601",
14209
- "assemblyName": "System.Private.CoreLib",
14210
- "metadataToken": 0,
14211
- "kind": "Class",
14212
- "accessibility": "Public",
14213
- "isAbstract": false,
14214
- "isSealed": true,
14215
- "isStatic": false,
14216
- "arity": 1,
14217
- "baseType": {
14218
- "stableId": "System.Private.CoreLib:System.Collections.Generic.Comparer\u00601",
14219
- "clrName": "System.Collections.Generic.Comparer\u00601",
14220
- "typeArguments": [
14221
- "T"
14222
- ]
14223
- },
14224
- "interfaces": [
14225
- {
14226
- "stableId": "System.Private.CoreLib:System.Collections.IComparer",
14227
- "clrName": "System.Collections.IComparer"
13882
+ "declaringAssemblyName": "System.Private.CoreLib"
13883
+ }
13884
+ ]
13885
+ },
13886
+ {
13887
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ObjectComparer\u00601",
13888
+ "clrName": "System.Collections.Generic.ObjectComparer\u00601",
13889
+ "assemblyName": "System.Private.CoreLib",
13890
+ "metadataToken": 0,
13891
+ "kind": "Class",
13892
+ "accessibility": "Public",
13893
+ "isAbstract": false,
13894
+ "isSealed": true,
13895
+ "isStatic": false,
13896
+ "arity": 1,
13897
+ "baseType": {
13898
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.Comparer\u00601",
13899
+ "clrName": "System.Collections.Generic.Comparer\u00601",
13900
+ "typeArguments": [
13901
+ "T"
13902
+ ]
13903
+ },
13904
+ "interfaces": [
13905
+ {
13906
+ "stableId": "System.Private.CoreLib:System.Collections.IComparer",
13907
+ "clrName": "System.Collections.IComparer"
14228
13908
  },
14229
13909
  {
14230
13910
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601",
@@ -14339,26 +14019,6 @@
14339
14019
  "declaringAssemblyName": "System.Private.CoreLib",
14340
14020
  "isExtensionMethod": false,
14341
14021
  "sourceInterface": "System.Collections.Generic.IComparer\u00601"
14342
- },
14343
- {
14344
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ObjectComparer\u00601::Compare(System.Object,System.Object):System.Int32",
14345
- "clrName": "Compare",
14346
- "metadataToken": 0,
14347
- "canonicalSignature": "(System.Object,System.Object):System.Int32",
14348
- "normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
14349
- "emitScope": "ClassSurface",
14350
- "provenance": "BaseOverload",
14351
- "arity": 0,
14352
- "parameterCount": 2,
14353
- "isStatic": false,
14354
- "isAbstract": false,
14355
- "isVirtual": true,
14356
- "isOverride": false,
14357
- "isSealed": false,
14358
- "visibility": "Public",
14359
- "declaringClrType": "System.Collections.Generic.ObjectComparer\u00601",
14360
- "declaringAssemblyName": "System.Private.CoreLib",
14361
- "isExtensionMethod": false
14362
14022
  }
14363
14023
  ],
14364
14024
  "properties": [],
@@ -14576,46 +14236,6 @@
14576
14236
  "declaringAssemblyName": "System.Private.CoreLib",
14577
14237
  "isExtensionMethod": false,
14578
14238
  "sourceInterface": "System.Collections.Generic.IEqualityComparer\u00601"
14579
- },
14580
- {
14581
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ObjectEqualityComparer\u00601::Equals(System.Object,System.Object):System.Boolean",
14582
- "clrName": "Equals",
14583
- "metadataToken": 0,
14584
- "canonicalSignature": "(System.Object,System.Object):System.Boolean",
14585
- "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
14586
- "emitScope": "ClassSurface",
14587
- "provenance": "BaseOverload",
14588
- "arity": 0,
14589
- "parameterCount": 2,
14590
- "isStatic": false,
14591
- "isAbstract": false,
14592
- "isVirtual": true,
14593
- "isOverride": false,
14594
- "isSealed": false,
14595
- "visibility": "Public",
14596
- "declaringClrType": "System.Collections.Generic.ObjectEqualityComparer\u00601",
14597
- "declaringAssemblyName": "System.Private.CoreLib",
14598
- "isExtensionMethod": false
14599
- },
14600
- {
14601
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ObjectEqualityComparer\u00601::GetHashCode(System.Object):System.Int32",
14602
- "clrName": "GetHashCode",
14603
- "metadataToken": 0,
14604
- "canonicalSignature": "(System.Object):System.Int32",
14605
- "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
14606
- "emitScope": "ClassSurface",
14607
- "provenance": "BaseOverload",
14608
- "arity": 0,
14609
- "parameterCount": 1,
14610
- "isStatic": false,
14611
- "isAbstract": false,
14612
- "isVirtual": true,
14613
- "isOverride": false,
14614
- "isSealed": false,
14615
- "visibility": "Public",
14616
- "declaringClrType": "System.Collections.Generic.ObjectEqualityComparer\u00601",
14617
- "declaringAssemblyName": "System.Private.CoreLib",
14618
- "isExtensionMethod": false
14619
14239
  }
14620
14240
  ],
14621
14241
  "properties": [],
@@ -20517,46 +20137,6 @@
20517
20137
  "declaringAssemblyName": "System.Private.CoreLib",
20518
20138
  "isExtensionMethod": false,
20519
20139
  "sourceInterface": "System.Collections.Generic.IComparer\u00601"
20520
- },
20521
- {
20522
- "stableId": "System.Collections:System.Collections.Generic.SortedDictionary\u00602\u002BKeyValuePairComparer::Compare(T,T):System.Int32",
20523
- "clrName": "Compare",
20524
- "metadataToken": 0,
20525
- "canonicalSignature": "(T,T):System.Int32",
20526
- "normalizedSignature": "Compare|(T,T):System.Int32|static=false",
20527
- "emitScope": "ClassSurface",
20528
- "provenance": "BaseOverload",
20529
- "arity": 0,
20530
- "parameterCount": 2,
20531
- "isStatic": false,
20532
- "isAbstract": true,
20533
- "isVirtual": true,
20534
- "isOverride": false,
20535
- "isSealed": false,
20536
- "visibility": "Public",
20537
- "declaringClrType": "System.Collections.Generic.SortedDictionary\u00602\u002BKeyValuePairComparer",
20538
- "declaringAssemblyName": "System.Collections",
20539
- "isExtensionMethod": false
20540
- },
20541
- {
20542
- "stableId": "System.Collections:System.Collections.Generic.SortedDictionary\u00602\u002BKeyValuePairComparer::Compare(System.Object,System.Object):System.Int32",
20543
- "clrName": "Compare",
20544
- "metadataToken": 0,
20545
- "canonicalSignature": "(System.Object,System.Object):System.Int32",
20546
- "normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
20547
- "emitScope": "ClassSurface",
20548
- "provenance": "BaseOverload",
20549
- "arity": 0,
20550
- "parameterCount": 2,
20551
- "isStatic": false,
20552
- "isAbstract": false,
20553
- "isVirtual": true,
20554
- "isOverride": false,
20555
- "isSealed": false,
20556
- "visibility": "Public",
20557
- "declaringClrType": "System.Collections.Generic.SortedDictionary\u00602\u002BKeyValuePairComparer",
20558
- "declaringAssemblyName": "System.Collections",
20559
- "isExtensionMethod": false
20560
20140
  }
20561
20141
  ],
20562
20142
  "properties": [],
@@ -25432,326 +25012,6 @@
25432
25012
  "declaringAssemblyName": "System.Private.CoreLib",
25433
25013
  "isExtensionMethod": false,
25434
25014
  "sourceInterface": "System.Collections.Generic.IReadOnlySet\u00601"
25435
- },
25436
- {
25437
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::Add(T):System.Boolean",
25438
- "clrName": "Add",
25439
- "metadataToken": 0,
25440
- "canonicalSignature": "(T):System.Boolean",
25441
- "normalizedSignature": "Add|(T):System.Boolean|static=false",
25442
- "emitScope": "ClassSurface",
25443
- "provenance": "BaseOverload",
25444
- "arity": 0,
25445
- "parameterCount": 1,
25446
- "isStatic": false,
25447
- "isAbstract": false,
25448
- "isVirtual": true,
25449
- "isOverride": false,
25450
- "isSealed": false,
25451
- "visibility": "Public",
25452
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25453
- "declaringAssemblyName": "System.Collections",
25454
- "isExtensionMethod": false
25455
- },
25456
- {
25457
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::Add(T):System.Void",
25458
- "clrName": "Add",
25459
- "metadataToken": 0,
25460
- "canonicalSignature": "(T):System.Void",
25461
- "normalizedSignature": "Add|(T):System.Void|static=false",
25462
- "emitScope": "ClassSurface",
25463
- "provenance": "BaseOverload",
25464
- "arity": 0,
25465
- "parameterCount": 1,
25466
- "isStatic": false,
25467
- "isAbstract": false,
25468
- "isVirtual": true,
25469
- "isOverride": false,
25470
- "isSealed": false,
25471
- "visibility": "Public",
25472
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25473
- "declaringAssemblyName": "System.Collections",
25474
- "isExtensionMethod": false
25475
- },
25476
- {
25477
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::Clear():System.Void",
25478
- "clrName": "Clear",
25479
- "metadataToken": 0,
25480
- "canonicalSignature": "():System.Void",
25481
- "normalizedSignature": "Clear|():System.Void|static=false",
25482
- "emitScope": "ClassSurface",
25483
- "provenance": "BaseOverload",
25484
- "arity": 0,
25485
- "parameterCount": 0,
25486
- "isStatic": false,
25487
- "isAbstract": false,
25488
- "isVirtual": true,
25489
- "isOverride": false,
25490
- "isSealed": false,
25491
- "visibility": "Public",
25492
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25493
- "declaringAssemblyName": "System.Collections",
25494
- "isExtensionMethod": false
25495
- },
25496
- {
25497
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::Contains(T):System.Boolean",
25498
- "clrName": "Contains",
25499
- "metadataToken": 0,
25500
- "canonicalSignature": "(T):System.Boolean",
25501
- "normalizedSignature": "Contains|(T):System.Boolean|static=false",
25502
- "emitScope": "ClassSurface",
25503
- "provenance": "BaseOverload",
25504
- "arity": 0,
25505
- "parameterCount": 1,
25506
- "isStatic": false,
25507
- "isAbstract": false,
25508
- "isVirtual": true,
25509
- "isOverride": false,
25510
- "isSealed": false,
25511
- "visibility": "Public",
25512
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25513
- "declaringAssemblyName": "System.Collections",
25514
- "isExtensionMethod": false
25515
- },
25516
- {
25517
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::CopyTo(T[]):System.Void",
25518
- "clrName": "CopyTo",
25519
- "metadataToken": 0,
25520
- "canonicalSignature": "(T[]):System.Void",
25521
- "normalizedSignature": "CopyTo|(T[]):System.Void|static=false",
25522
- "emitScope": "ClassSurface",
25523
- "provenance": "BaseOverload",
25524
- "arity": 0,
25525
- "parameterCount": 1,
25526
- "isStatic": false,
25527
- "isAbstract": false,
25528
- "isVirtual": false,
25529
- "isOverride": false,
25530
- "isSealed": false,
25531
- "visibility": "Public",
25532
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25533
- "declaringAssemblyName": "System.Collections",
25534
- "isExtensionMethod": false
25535
- },
25536
- {
25537
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::CopyTo(T[],System.Int32):System.Void",
25538
- "clrName": "CopyTo",
25539
- "metadataToken": 0,
25540
- "canonicalSignature": "(T[],System.Int32):System.Void",
25541
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
25542
- "emitScope": "ClassSurface",
25543
- "provenance": "BaseOverload",
25544
- "arity": 0,
25545
- "parameterCount": 2,
25546
- "isStatic": false,
25547
- "isAbstract": false,
25548
- "isVirtual": true,
25549
- "isOverride": false,
25550
- "isSealed": false,
25551
- "visibility": "Public",
25552
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25553
- "declaringAssemblyName": "System.Collections",
25554
- "isExtensionMethod": false
25555
- },
25556
- {
25557
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::CopyTo(T[],System.Int32,System.Int32):System.Void",
25558
- "clrName": "CopyTo",
25559
- "metadataToken": 0,
25560
- "canonicalSignature": "(T[],System.Int32,System.Int32):System.Void",
25561
- "normalizedSignature": "CopyTo|(T[],System.Int32,System.Int32):System.Void|static=false",
25562
- "emitScope": "ClassSurface",
25563
- "provenance": "BaseOverload",
25564
- "arity": 0,
25565
- "parameterCount": 3,
25566
- "isStatic": false,
25567
- "isAbstract": false,
25568
- "isVirtual": false,
25569
- "isOverride": false,
25570
- "isSealed": false,
25571
- "visibility": "Public",
25572
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25573
- "declaringAssemblyName": "System.Collections",
25574
- "isExtensionMethod": false
25575
- },
25576
- {
25577
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::CopyTo(System.Array,System.Int32):System.Void",
25578
- "clrName": "CopyTo",
25579
- "metadataToken": 0,
25580
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
25581
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
25582
- "emitScope": "ClassSurface",
25583
- "provenance": "BaseOverload",
25584
- "arity": 0,
25585
- "parameterCount": 2,
25586
- "isStatic": false,
25587
- "isAbstract": false,
25588
- "isVirtual": true,
25589
- "isOverride": false,
25590
- "isSealed": false,
25591
- "visibility": "Public",
25592
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25593
- "declaringAssemblyName": "System.Collections",
25594
- "isExtensionMethod": false
25595
- },
25596
- {
25597
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::GetEnumerator():System.Collections.Generic.SortedSet_1\u002BEnumerator",
25598
- "clrName": "GetEnumerator",
25599
- "metadataToken": 0,
25600
- "canonicalSignature": "():System.Collections.Generic.SortedSet_1\u002BEnumerator",
25601
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.SortedSet_1\u002BEnumerator|static=false",
25602
- "emitScope": "ClassSurface",
25603
- "provenance": "BaseOverload",
25604
- "arity": 0,
25605
- "parameterCount": 0,
25606
- "isStatic": false,
25607
- "isAbstract": false,
25608
- "isVirtual": false,
25609
- "isOverride": false,
25610
- "isSealed": false,
25611
- "visibility": "Public",
25612
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25613
- "declaringAssemblyName": "System.Collections",
25614
- "isExtensionMethod": false
25615
- },
25616
- {
25617
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::GetEnumerator():System.Collections.Generic.IEnumerator_1",
25618
- "clrName": "GetEnumerator",
25619
- "metadataToken": 0,
25620
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
25621
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
25622
- "emitScope": "ClassSurface",
25623
- "provenance": "BaseOverload",
25624
- "arity": 0,
25625
- "parameterCount": 0,
25626
- "isStatic": false,
25627
- "isAbstract": false,
25628
- "isVirtual": true,
25629
- "isOverride": false,
25630
- "isSealed": false,
25631
- "visibility": "Public",
25632
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25633
- "declaringAssemblyName": "System.Collections",
25634
- "isExtensionMethod": false
25635
- },
25636
- {
25637
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::GetEnumerator():System.Collections.IEnumerator",
25638
- "clrName": "GetEnumerator",
25639
- "metadataToken": 0,
25640
- "canonicalSignature": "():System.Collections.IEnumerator",
25641
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
25642
- "emitScope": "ClassSurface",
25643
- "provenance": "BaseOverload",
25644
- "arity": 0,
25645
- "parameterCount": 0,
25646
- "isStatic": false,
25647
- "isAbstract": false,
25648
- "isVirtual": true,
25649
- "isOverride": false,
25650
- "isSealed": false,
25651
- "visibility": "Public",
25652
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25653
- "declaringAssemblyName": "System.Collections",
25654
- "isExtensionMethod": false
25655
- },
25656
- {
25657
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25658
- "clrName": "GetObjectData",
25659
- "metadataToken": 0,
25660
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
25661
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
25662
- "emitScope": "ClassSurface",
25663
- "provenance": "BaseOverload",
25664
- "arity": 0,
25665
- "parameterCount": 2,
25666
- "isStatic": false,
25667
- "isAbstract": false,
25668
- "isVirtual": true,
25669
- "isOverride": false,
25670
- "isSealed": false,
25671
- "visibility": "Protected",
25672
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25673
- "declaringAssemblyName": "System.Collections",
25674
- "isExtensionMethod": false
25675
- },
25676
- {
25677
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::IsProperSubsetOf(System.Collections.Generic.IEnumerable_1):System.Boolean",
25678
- "clrName": "IsProperSubsetOf",
25679
- "metadataToken": 0,
25680
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):System.Boolean",
25681
- "normalizedSignature": "IsProperSubsetOf|(System.Collections.Generic.IEnumerable_1):System.Boolean|static=false",
25682
- "emitScope": "ClassSurface",
25683
- "provenance": "BaseOverload",
25684
- "arity": 0,
25685
- "parameterCount": 1,
25686
- "isStatic": false,
25687
- "isAbstract": false,
25688
- "isVirtual": true,
25689
- "isOverride": false,
25690
- "isSealed": false,
25691
- "visibility": "Public",
25692
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25693
- "declaringAssemblyName": "System.Collections",
25694
- "isExtensionMethod": false
25695
- },
25696
- {
25697
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::IsSubsetOf(System.Collections.Generic.IEnumerable_1):System.Boolean",
25698
- "clrName": "IsSubsetOf",
25699
- "metadataToken": 0,
25700
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):System.Boolean",
25701
- "normalizedSignature": "IsSubsetOf|(System.Collections.Generic.IEnumerable_1):System.Boolean|static=false",
25702
- "emitScope": "ClassSurface",
25703
- "provenance": "BaseOverload",
25704
- "arity": 0,
25705
- "parameterCount": 1,
25706
- "isStatic": false,
25707
- "isAbstract": false,
25708
- "isVirtual": true,
25709
- "isOverride": false,
25710
- "isSealed": false,
25711
- "visibility": "Public",
25712
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25713
- "declaringAssemblyName": "System.Collections",
25714
- "isExtensionMethod": false
25715
- },
25716
- {
25717
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::OnDeserialization(System.Object):System.Void",
25718
- "clrName": "OnDeserialization",
25719
- "metadataToken": 0,
25720
- "canonicalSignature": "(System.Object):System.Void",
25721
- "normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
25722
- "emitScope": "ClassSurface",
25723
- "provenance": "BaseOverload",
25724
- "arity": 0,
25725
- "parameterCount": 1,
25726
- "isStatic": false,
25727
- "isAbstract": false,
25728
- "isVirtual": true,
25729
- "isOverride": false,
25730
- "isSealed": false,
25731
- "visibility": "Protected",
25732
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25733
- "declaringAssemblyName": "System.Collections",
25734
- "isExtensionMethod": false
25735
- },
25736
- {
25737
- "stableId": "System.Collections:System.Collections.Generic.TreeSet\u00601::UnionWith(System.Collections.Generic.IEnumerable_1):System.Void",
25738
- "clrName": "UnionWith",
25739
- "metadataToken": 0,
25740
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1):System.Void",
25741
- "normalizedSignature": "UnionWith|(System.Collections.Generic.IEnumerable_1):System.Void|static=false",
25742
- "emitScope": "ClassSurface",
25743
- "provenance": "BaseOverload",
25744
- "arity": 0,
25745
- "parameterCount": 1,
25746
- "isStatic": false,
25747
- "isAbstract": false,
25748
- "isVirtual": true,
25749
- "isOverride": false,
25750
- "isSealed": false,
25751
- "visibility": "Public",
25752
- "declaringClrType": "System.Collections.Generic.TreeSet\u00601",
25753
- "declaringAssemblyName": "System.Collections",
25754
- "isExtensionMethod": false
25755
25015
  }
25756
25016
  ],
25757
25017
  "properties": [