@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
@@ -3325,166 +3325,6 @@
3325
3325
  "declaringAssemblyName": "System.Private.CoreLib",
3326
3326
  "isExtensionMethod": false,
3327
3327
  "sourceInterface": "System.Collections.IList"
3328
- },
3329
- {
3330
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::Add(System.Object):System.Int32",
3331
- "clrName": "Add",
3332
- "metadataToken": 0,
3333
- "canonicalSignature": "(System.Object):System.Int32",
3334
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
3335
- "emitScope": "ClassSurface",
3336
- "provenance": "BaseOverload",
3337
- "arity": 0,
3338
- "parameterCount": 1,
3339
- "isStatic": false,
3340
- "isAbstract": false,
3341
- "isVirtual": true,
3342
- "isOverride": false,
3343
- "isSealed": false,
3344
- "visibility": "Public",
3345
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3346
- "declaringAssemblyName": "System.Private.Xml",
3347
- "isExtensionMethod": false
3348
- },
3349
- {
3350
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::Clear():System.Void",
3351
- "clrName": "Clear",
3352
- "metadataToken": 0,
3353
- "canonicalSignature": "():System.Void",
3354
- "normalizedSignature": "Clear|():System.Void|static=false",
3355
- "emitScope": "ClassSurface",
3356
- "provenance": "BaseOverload",
3357
- "arity": 0,
3358
- "parameterCount": 0,
3359
- "isStatic": false,
3360
- "isAbstract": false,
3361
- "isVirtual": true,
3362
- "isOverride": false,
3363
- "isSealed": false,
3364
- "visibility": "Public",
3365
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3366
- "declaringAssemblyName": "System.Private.Xml",
3367
- "isExtensionMethod": false
3368
- },
3369
- {
3370
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::Contains(System.Object):System.Boolean",
3371
- "clrName": "Contains",
3372
- "metadataToken": 0,
3373
- "canonicalSignature": "(System.Object):System.Boolean",
3374
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
3375
- "emitScope": "ClassSurface",
3376
- "provenance": "BaseOverload",
3377
- "arity": 0,
3378
- "parameterCount": 1,
3379
- "isStatic": false,
3380
- "isAbstract": false,
3381
- "isVirtual": true,
3382
- "isOverride": false,
3383
- "isSealed": false,
3384
- "visibility": "Public",
3385
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3386
- "declaringAssemblyName": "System.Private.Xml",
3387
- "isExtensionMethod": false
3388
- },
3389
- {
3390
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::CopyTo(System.Array,System.Int32):System.Void",
3391
- "clrName": "CopyTo",
3392
- "metadataToken": 0,
3393
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
3394
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3395
- "emitScope": "ClassSurface",
3396
- "provenance": "BaseOverload",
3397
- "arity": 0,
3398
- "parameterCount": 2,
3399
- "isStatic": false,
3400
- "isAbstract": false,
3401
- "isVirtual": true,
3402
- "isOverride": false,
3403
- "isSealed": false,
3404
- "visibility": "Public",
3405
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3406
- "declaringAssemblyName": "System.Private.Xml",
3407
- "isExtensionMethod": false
3408
- },
3409
- {
3410
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::GetEnumerator():System.Collections.IEnumerator",
3411
- "clrName": "GetEnumerator",
3412
- "metadataToken": 0,
3413
- "canonicalSignature": "():System.Collections.IEnumerator",
3414
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3415
- "emitScope": "ClassSurface",
3416
- "provenance": "BaseOverload",
3417
- "arity": 0,
3418
- "parameterCount": 0,
3419
- "isStatic": false,
3420
- "isAbstract": false,
3421
- "isVirtual": true,
3422
- "isOverride": false,
3423
- "isSealed": false,
3424
- "visibility": "Public",
3425
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3426
- "declaringAssemblyName": "System.Private.Xml",
3427
- "isExtensionMethod": false
3428
- },
3429
- {
3430
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::Insert(System.Int32,System.Object):System.Void",
3431
- "clrName": "Insert",
3432
- "metadataToken": 0,
3433
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
3434
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
3435
- "emitScope": "ClassSurface",
3436
- "provenance": "BaseOverload",
3437
- "arity": 0,
3438
- "parameterCount": 2,
3439
- "isStatic": false,
3440
- "isAbstract": false,
3441
- "isVirtual": true,
3442
- "isOverride": false,
3443
- "isSealed": false,
3444
- "visibility": "Public",
3445
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3446
- "declaringAssemblyName": "System.Private.Xml",
3447
- "isExtensionMethod": false
3448
- },
3449
- {
3450
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::Remove(System.Object):System.Void",
3451
- "clrName": "Remove",
3452
- "metadataToken": 0,
3453
- "canonicalSignature": "(System.Object):System.Void",
3454
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
3455
- "emitScope": "ClassSurface",
3456
- "provenance": "BaseOverload",
3457
- "arity": 0,
3458
- "parameterCount": 1,
3459
- "isStatic": false,
3460
- "isAbstract": false,
3461
- "isVirtual": true,
3462
- "isOverride": false,
3463
- "isSealed": false,
3464
- "visibility": "Public",
3465
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3466
- "declaringAssemblyName": "System.Private.Xml",
3467
- "isExtensionMethod": false
3468
- },
3469
- {
3470
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlAnyElementAttributes::RemoveAt(System.Int32):System.Void",
3471
- "clrName": "RemoveAt",
3472
- "metadataToken": 0,
3473
- "canonicalSignature": "(System.Int32):System.Void",
3474
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
3475
- "emitScope": "ClassSurface",
3476
- "provenance": "BaseOverload",
3477
- "arity": 0,
3478
- "parameterCount": 1,
3479
- "isStatic": false,
3480
- "isAbstract": false,
3481
- "isVirtual": true,
3482
- "isOverride": false,
3483
- "isSealed": false,
3484
- "visibility": "Public",
3485
- "declaringClrType": "System.Xml.Serialization.XmlAnyElementAttributes",
3486
- "declaringAssemblyName": "System.Private.Xml",
3487
- "isExtensionMethod": false
3488
3328
  }
3489
3329
  ],
3490
3330
  "properties": [
@@ -4281,166 +4121,6 @@
4281
4121
  "declaringAssemblyName": "System.Private.CoreLib",
4282
4122
  "isExtensionMethod": false,
4283
4123
  "sourceInterface": "System.Collections.IList"
4284
- },
4285
- {
4286
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::Add(System.Object):System.Int32",
4287
- "clrName": "Add",
4288
- "metadataToken": 0,
4289
- "canonicalSignature": "(System.Object):System.Int32",
4290
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
4291
- "emitScope": "ClassSurface",
4292
- "provenance": "BaseOverload",
4293
- "arity": 0,
4294
- "parameterCount": 1,
4295
- "isStatic": false,
4296
- "isAbstract": false,
4297
- "isVirtual": true,
4298
- "isOverride": false,
4299
- "isSealed": false,
4300
- "visibility": "Public",
4301
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4302
- "declaringAssemblyName": "System.Private.Xml",
4303
- "isExtensionMethod": false
4304
- },
4305
- {
4306
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::Clear():System.Void",
4307
- "clrName": "Clear",
4308
- "metadataToken": 0,
4309
- "canonicalSignature": "():System.Void",
4310
- "normalizedSignature": "Clear|():System.Void|static=false",
4311
- "emitScope": "ClassSurface",
4312
- "provenance": "BaseOverload",
4313
- "arity": 0,
4314
- "parameterCount": 0,
4315
- "isStatic": false,
4316
- "isAbstract": false,
4317
- "isVirtual": true,
4318
- "isOverride": false,
4319
- "isSealed": false,
4320
- "visibility": "Public",
4321
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4322
- "declaringAssemblyName": "System.Private.Xml",
4323
- "isExtensionMethod": false
4324
- },
4325
- {
4326
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::Contains(System.Object):System.Boolean",
4327
- "clrName": "Contains",
4328
- "metadataToken": 0,
4329
- "canonicalSignature": "(System.Object):System.Boolean",
4330
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
4331
- "emitScope": "ClassSurface",
4332
- "provenance": "BaseOverload",
4333
- "arity": 0,
4334
- "parameterCount": 1,
4335
- "isStatic": false,
4336
- "isAbstract": false,
4337
- "isVirtual": true,
4338
- "isOverride": false,
4339
- "isSealed": false,
4340
- "visibility": "Public",
4341
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4342
- "declaringAssemblyName": "System.Private.Xml",
4343
- "isExtensionMethod": false
4344
- },
4345
- {
4346
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::CopyTo(System.Array,System.Int32):System.Void",
4347
- "clrName": "CopyTo",
4348
- "metadataToken": 0,
4349
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
4350
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
4351
- "emitScope": "ClassSurface",
4352
- "provenance": "BaseOverload",
4353
- "arity": 0,
4354
- "parameterCount": 2,
4355
- "isStatic": false,
4356
- "isAbstract": false,
4357
- "isVirtual": true,
4358
- "isOverride": false,
4359
- "isSealed": false,
4360
- "visibility": "Public",
4361
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4362
- "declaringAssemblyName": "System.Private.Xml",
4363
- "isExtensionMethod": false
4364
- },
4365
- {
4366
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::GetEnumerator():System.Collections.IEnumerator",
4367
- "clrName": "GetEnumerator",
4368
- "metadataToken": 0,
4369
- "canonicalSignature": "():System.Collections.IEnumerator",
4370
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4371
- "emitScope": "ClassSurface",
4372
- "provenance": "BaseOverload",
4373
- "arity": 0,
4374
- "parameterCount": 0,
4375
- "isStatic": false,
4376
- "isAbstract": false,
4377
- "isVirtual": true,
4378
- "isOverride": false,
4379
- "isSealed": false,
4380
- "visibility": "Public",
4381
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4382
- "declaringAssemblyName": "System.Private.Xml",
4383
- "isExtensionMethod": false
4384
- },
4385
- {
4386
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::Insert(System.Int32,System.Object):System.Void",
4387
- "clrName": "Insert",
4388
- "metadataToken": 0,
4389
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
4390
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
4391
- "emitScope": "ClassSurface",
4392
- "provenance": "BaseOverload",
4393
- "arity": 0,
4394
- "parameterCount": 2,
4395
- "isStatic": false,
4396
- "isAbstract": false,
4397
- "isVirtual": true,
4398
- "isOverride": false,
4399
- "isSealed": false,
4400
- "visibility": "Public",
4401
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4402
- "declaringAssemblyName": "System.Private.Xml",
4403
- "isExtensionMethod": false
4404
- },
4405
- {
4406
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::Remove(System.Object):System.Void",
4407
- "clrName": "Remove",
4408
- "metadataToken": 0,
4409
- "canonicalSignature": "(System.Object):System.Void",
4410
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
4411
- "emitScope": "ClassSurface",
4412
- "provenance": "BaseOverload",
4413
- "arity": 0,
4414
- "parameterCount": 1,
4415
- "isStatic": false,
4416
- "isAbstract": false,
4417
- "isVirtual": true,
4418
- "isOverride": false,
4419
- "isSealed": false,
4420
- "visibility": "Public",
4421
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4422
- "declaringAssemblyName": "System.Private.Xml",
4423
- "isExtensionMethod": false
4424
- },
4425
- {
4426
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlArrayItemAttributes::RemoveAt(System.Int32):System.Void",
4427
- "clrName": "RemoveAt",
4428
- "metadataToken": 0,
4429
- "canonicalSignature": "(System.Int32):System.Void",
4430
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
4431
- "emitScope": "ClassSurface",
4432
- "provenance": "BaseOverload",
4433
- "arity": 0,
4434
- "parameterCount": 1,
4435
- "isStatic": false,
4436
- "isAbstract": false,
4437
- "isVirtual": true,
4438
- "isOverride": false,
4439
- "isSealed": false,
4440
- "visibility": "Public",
4441
- "declaringClrType": "System.Xml.Serialization.XmlArrayItemAttributes",
4442
- "declaringAssemblyName": "System.Private.Xml",
4443
- "isExtensionMethod": false
4444
4124
  }
4445
4125
  ],
4446
4126
  "properties": [
@@ -5733,207 +5413,21 @@
5733
5413
  "isAbstract": false,
5734
5414
  "isVirtual": true,
5735
5415
  "isOverride": false,
5736
- "isSealed": false,
5737
- "visibility": "Public",
5738
- "declaringClrType": "System.Collections.IList",
5739
- "declaringAssemblyName": "System.Private.CoreLib",
5740
- "isExtensionMethod": false,
5741
- "sourceInterface": "System.Collections.IList"
5742
- },
5743
- {
5744
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5745
- "clrName": "CopyTo",
5746
- "metadataToken": 100703826,
5747
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
5748
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5749
- "emitScope": "ViewOnly",
5750
- "provenance": "ExplicitView",
5751
- "arity": 0,
5752
- "parameterCount": 2,
5753
- "isStatic": false,
5754
- "isAbstract": false,
5755
- "isVirtual": true,
5756
- "isOverride": false,
5757
- "isSealed": false,
5758
- "visibility": "Public",
5759
- "declaringClrType": "System.Collections.ICollection",
5760
- "declaringAssemblyName": "System.Private.CoreLib",
5761
- "isExtensionMethod": false,
5762
- "sourceInterface": "System.Collections.ICollection"
5763
- },
5764
- {
5765
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5766
- "clrName": "GetEnumerator",
5767
- "metadataToken": 100703845,
5768
- "canonicalSignature": "():System.Collections.IEnumerator",
5769
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5770
- "emitScope": "ViewOnly",
5771
- "provenance": "ExplicitView",
5772
- "arity": 0,
5773
- "parameterCount": 0,
5774
- "isStatic": false,
5775
- "isAbstract": false,
5776
- "isVirtual": true,
5777
- "isOverride": false,
5778
- "isSealed": false,
5779
- "visibility": "Public",
5780
- "declaringClrType": "System.Collections.IEnumerable",
5781
- "declaringAssemblyName": "System.Private.CoreLib",
5782
- "isExtensionMethod": false,
5783
- "sourceInterface": "System.Collections.IEnumerable"
5784
- },
5785
- {
5786
- "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
5787
- "clrName": "Add",
5788
- "metadataToken": 100703854,
5789
- "canonicalSignature": "(System.Object):System.Int32",
5790
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5791
- "emitScope": "ViewOnly",
5792
- "provenance": "ExplicitView",
5793
- "arity": 0,
5794
- "parameterCount": 1,
5795
- "isStatic": false,
5796
- "isAbstract": false,
5797
- "isVirtual": true,
5798
- "isOverride": false,
5799
- "isSealed": false,
5800
- "visibility": "Public",
5801
- "declaringClrType": "System.Collections.IList",
5802
- "declaringAssemblyName": "System.Private.CoreLib",
5803
- "isExtensionMethod": false,
5804
- "sourceInterface": "System.Collections.IList"
5805
- },
5806
- {
5807
- "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
5808
- "clrName": "Contains",
5809
- "metadataToken": 100703855,
5810
- "canonicalSignature": "(System.Object):System.Boolean",
5811
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5812
- "emitScope": "ViewOnly",
5813
- "provenance": "ExplicitView",
5814
- "arity": 0,
5815
- "parameterCount": 1,
5816
- "isStatic": false,
5817
- "isAbstract": false,
5818
- "isVirtual": true,
5819
- "isOverride": false,
5820
- "isSealed": false,
5821
- "visibility": "Public",
5822
- "declaringClrType": "System.Collections.IList",
5823
- "declaringAssemblyName": "System.Private.CoreLib",
5824
- "isExtensionMethod": false,
5825
- "sourceInterface": "System.Collections.IList"
5826
- },
5827
- {
5828
- "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
5829
- "clrName": "Insert",
5830
- "metadataToken": 100703860,
5831
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
5832
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5833
- "emitScope": "ViewOnly",
5834
- "provenance": "ExplicitView",
5835
- "arity": 0,
5836
- "parameterCount": 2,
5837
- "isStatic": false,
5838
- "isAbstract": false,
5839
- "isVirtual": true,
5840
- "isOverride": false,
5841
- "isSealed": false,
5842
- "visibility": "Public",
5843
- "declaringClrType": "System.Collections.IList",
5844
- "declaringAssemblyName": "System.Private.CoreLib",
5845
- "isExtensionMethod": false,
5846
- "sourceInterface": "System.Collections.IList"
5847
- },
5848
- {
5849
- "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
5850
- "clrName": "Remove",
5851
- "metadataToken": 100703861,
5852
- "canonicalSignature": "(System.Object):System.Void",
5853
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5854
- "emitScope": "ViewOnly",
5855
- "provenance": "ExplicitView",
5856
- "arity": 0,
5857
- "parameterCount": 1,
5858
- "isStatic": false,
5859
- "isAbstract": false,
5860
- "isVirtual": true,
5861
- "isOverride": false,
5862
- "isSealed": false,
5863
- "visibility": "Public",
5864
- "declaringClrType": "System.Collections.IList",
5865
- "declaringAssemblyName": "System.Private.CoreLib",
5866
- "isExtensionMethod": false,
5867
- "sourceInterface": "System.Collections.IList"
5868
- },
5869
- {
5870
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::Add(System.Object):System.Int32",
5871
- "clrName": "Add",
5872
- "metadataToken": 0,
5873
- "canonicalSignature": "(System.Object):System.Int32",
5874
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5875
- "emitScope": "ClassSurface",
5876
- "provenance": "BaseOverload",
5877
- "arity": 0,
5878
- "parameterCount": 1,
5879
- "isStatic": false,
5880
- "isAbstract": false,
5881
- "isVirtual": true,
5882
- "isOverride": false,
5883
- "isSealed": false,
5884
- "visibility": "Public",
5885
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
5886
- "declaringAssemblyName": "System.Private.Xml",
5887
- "isExtensionMethod": false
5888
- },
5889
- {
5890
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::Clear():System.Void",
5891
- "clrName": "Clear",
5892
- "metadataToken": 0,
5893
- "canonicalSignature": "():System.Void",
5894
- "normalizedSignature": "Clear|():System.Void|static=false",
5895
- "emitScope": "ClassSurface",
5896
- "provenance": "BaseOverload",
5897
- "arity": 0,
5898
- "parameterCount": 0,
5899
- "isStatic": false,
5900
- "isAbstract": false,
5901
- "isVirtual": true,
5902
- "isOverride": false,
5903
- "isSealed": false,
5904
- "visibility": "Public",
5905
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
5906
- "declaringAssemblyName": "System.Private.Xml",
5907
- "isExtensionMethod": false
5908
- },
5909
- {
5910
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::Contains(System.Object):System.Boolean",
5911
- "clrName": "Contains",
5912
- "metadataToken": 0,
5913
- "canonicalSignature": "(System.Object):System.Boolean",
5914
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5915
- "emitScope": "ClassSurface",
5916
- "provenance": "BaseOverload",
5917
- "arity": 0,
5918
- "parameterCount": 1,
5919
- "isStatic": false,
5920
- "isAbstract": false,
5921
- "isVirtual": true,
5922
- "isOverride": false,
5923
- "isSealed": false,
5924
- "visibility": "Public",
5925
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
5926
- "declaringAssemblyName": "System.Private.Xml",
5927
- "isExtensionMethod": false
5416
+ "isSealed": false,
5417
+ "visibility": "Public",
5418
+ "declaringClrType": "System.Collections.IList",
5419
+ "declaringAssemblyName": "System.Private.CoreLib",
5420
+ "isExtensionMethod": false,
5421
+ "sourceInterface": "System.Collections.IList"
5928
5422
  },
5929
5423
  {
5930
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::CopyTo(System.Array,System.Int32):System.Void",
5424
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
5931
5425
  "clrName": "CopyTo",
5932
- "metadataToken": 0,
5426
+ "metadataToken": 100703826,
5933
5427
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
5934
5428
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
5935
- "emitScope": "ClassSurface",
5936
- "provenance": "BaseOverload",
5429
+ "emitScope": "ViewOnly",
5430
+ "provenance": "ExplicitView",
5937
5431
  "arity": 0,
5938
5432
  "parameterCount": 2,
5939
5433
  "isStatic": false,
@@ -5942,18 +5436,19 @@
5942
5436
  "isOverride": false,
5943
5437
  "isSealed": false,
5944
5438
  "visibility": "Public",
5945
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
5946
- "declaringAssemblyName": "System.Private.Xml",
5947
- "isExtensionMethod": false
5439
+ "declaringClrType": "System.Collections.ICollection",
5440
+ "declaringAssemblyName": "System.Private.CoreLib",
5441
+ "isExtensionMethod": false,
5442
+ "sourceInterface": "System.Collections.ICollection"
5948
5443
  },
5949
5444
  {
5950
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::GetEnumerator():System.Collections.IEnumerator",
5445
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
5951
5446
  "clrName": "GetEnumerator",
5952
- "metadataToken": 0,
5447
+ "metadataToken": 100703845,
5953
5448
  "canonicalSignature": "():System.Collections.IEnumerator",
5954
5449
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
5955
- "emitScope": "ClassSurface",
5956
- "provenance": "BaseOverload",
5450
+ "emitScope": "ViewOnly",
5451
+ "provenance": "ExplicitView",
5957
5452
  "arity": 0,
5958
5453
  "parameterCount": 0,
5959
5454
  "isStatic": false,
@@ -5962,38 +5457,40 @@
5962
5457
  "isOverride": false,
5963
5458
  "isSealed": false,
5964
5459
  "visibility": "Public",
5965
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
5966
- "declaringAssemblyName": "System.Private.Xml",
5967
- "isExtensionMethod": false
5460
+ "declaringClrType": "System.Collections.IEnumerable",
5461
+ "declaringAssemblyName": "System.Private.CoreLib",
5462
+ "isExtensionMethod": false,
5463
+ "sourceInterface": "System.Collections.IEnumerable"
5968
5464
  },
5969
5465
  {
5970
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::Insert(System.Int32,System.Object):System.Void",
5971
- "clrName": "Insert",
5972
- "metadataToken": 0,
5973
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
5974
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5975
- "emitScope": "ClassSurface",
5976
- "provenance": "BaseOverload",
5466
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
5467
+ "clrName": "Add",
5468
+ "metadataToken": 100703854,
5469
+ "canonicalSignature": "(System.Object):System.Int32",
5470
+ "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
5471
+ "emitScope": "ViewOnly",
5472
+ "provenance": "ExplicitView",
5977
5473
  "arity": 0,
5978
- "parameterCount": 2,
5474
+ "parameterCount": 1,
5979
5475
  "isStatic": false,
5980
5476
  "isAbstract": false,
5981
5477
  "isVirtual": true,
5982
5478
  "isOverride": false,
5983
5479
  "isSealed": false,
5984
5480
  "visibility": "Public",
5985
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
5986
- "declaringAssemblyName": "System.Private.Xml",
5987
- "isExtensionMethod": false
5481
+ "declaringClrType": "System.Collections.IList",
5482
+ "declaringAssemblyName": "System.Private.CoreLib",
5483
+ "isExtensionMethod": false,
5484
+ "sourceInterface": "System.Collections.IList"
5988
5485
  },
5989
5486
  {
5990
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::Remove(System.Object):System.Void",
5991
- "clrName": "Remove",
5992
- "metadataToken": 0,
5993
- "canonicalSignature": "(System.Object):System.Void",
5994
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5995
- "emitScope": "ClassSurface",
5996
- "provenance": "BaseOverload",
5487
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
5488
+ "clrName": "Contains",
5489
+ "metadataToken": 100703855,
5490
+ "canonicalSignature": "(System.Object):System.Boolean",
5491
+ "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
5492
+ "emitScope": "ViewOnly",
5493
+ "provenance": "ExplicitView",
5997
5494
  "arity": 0,
5998
5495
  "parameterCount": 1,
5999
5496
  "isStatic": false,
@@ -6002,18 +5499,40 @@
6002
5499
  "isOverride": false,
6003
5500
  "isSealed": false,
6004
5501
  "visibility": "Public",
6005
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
6006
- "declaringAssemblyName": "System.Private.Xml",
6007
- "isExtensionMethod": false
5502
+ "declaringClrType": "System.Collections.IList",
5503
+ "declaringAssemblyName": "System.Private.CoreLib",
5504
+ "isExtensionMethod": false,
5505
+ "sourceInterface": "System.Collections.IList"
6008
5506
  },
6009
5507
  {
6010
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlElementAttributes::RemoveAt(System.Int32):System.Void",
6011
- "clrName": "RemoveAt",
6012
- "metadataToken": 0,
6013
- "canonicalSignature": "(System.Int32):System.Void",
6014
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
6015
- "emitScope": "ClassSurface",
6016
- "provenance": "BaseOverload",
5508
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
5509
+ "clrName": "Insert",
5510
+ "metadataToken": 100703860,
5511
+ "canonicalSignature": "(System.Int32,System.Object):System.Void",
5512
+ "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
5513
+ "emitScope": "ViewOnly",
5514
+ "provenance": "ExplicitView",
5515
+ "arity": 0,
5516
+ "parameterCount": 2,
5517
+ "isStatic": false,
5518
+ "isAbstract": false,
5519
+ "isVirtual": true,
5520
+ "isOverride": false,
5521
+ "isSealed": false,
5522
+ "visibility": "Public",
5523
+ "declaringClrType": "System.Collections.IList",
5524
+ "declaringAssemblyName": "System.Private.CoreLib",
5525
+ "isExtensionMethod": false,
5526
+ "sourceInterface": "System.Collections.IList"
5527
+ },
5528
+ {
5529
+ "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
5530
+ "clrName": "Remove",
5531
+ "metadataToken": 100703861,
5532
+ "canonicalSignature": "(System.Object):System.Void",
5533
+ "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
5534
+ "emitScope": "ViewOnly",
5535
+ "provenance": "ExplicitView",
6017
5536
  "arity": 0,
6018
5537
  "parameterCount": 1,
6019
5538
  "isStatic": false,
@@ -6022,9 +5541,10 @@
6022
5541
  "isOverride": false,
6023
5542
  "isSealed": false,
6024
5543
  "visibility": "Public",
6025
- "declaringClrType": "System.Xml.Serialization.XmlElementAttributes",
6026
- "declaringAssemblyName": "System.Private.Xml",
6027
- "isExtensionMethod": false
5544
+ "declaringClrType": "System.Collections.IList",
5545
+ "declaringAssemblyName": "System.Private.CoreLib",
5546
+ "isExtensionMethod": false,
5547
+ "sourceInterface": "System.Collections.IList"
6028
5548
  }
6029
5549
  ],
6030
5550
  "properties": [
@@ -8855,166 +8375,6 @@
8855
8375
  "isExtensionMethod": false,
8856
8376
  "sourceInterface": "System.Collections.IList"
8857
8377
  },
8858
- {
8859
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::Add(System.Object):System.Int32",
8860
- "clrName": "Add",
8861
- "metadataToken": 0,
8862
- "canonicalSignature": "(System.Object):System.Int32",
8863
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
8864
- "emitScope": "ClassSurface",
8865
- "provenance": "BaseOverload",
8866
- "arity": 0,
8867
- "parameterCount": 1,
8868
- "isStatic": false,
8869
- "isAbstract": false,
8870
- "isVirtual": true,
8871
- "isOverride": false,
8872
- "isSealed": false,
8873
- "visibility": "Public",
8874
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
8875
- "declaringAssemblyName": "System.Private.Xml",
8876
- "isExtensionMethod": false
8877
- },
8878
- {
8879
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::Clear():System.Void",
8880
- "clrName": "Clear",
8881
- "metadataToken": 0,
8882
- "canonicalSignature": "():System.Void",
8883
- "normalizedSignature": "Clear|():System.Void|static=false",
8884
- "emitScope": "ClassSurface",
8885
- "provenance": "BaseOverload",
8886
- "arity": 0,
8887
- "parameterCount": 0,
8888
- "isStatic": false,
8889
- "isAbstract": false,
8890
- "isVirtual": true,
8891
- "isOverride": false,
8892
- "isSealed": false,
8893
- "visibility": "Public",
8894
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
8895
- "declaringAssemblyName": "System.Private.Xml",
8896
- "isExtensionMethod": false
8897
- },
8898
- {
8899
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::Contains(System.Object):System.Boolean",
8900
- "clrName": "Contains",
8901
- "metadataToken": 0,
8902
- "canonicalSignature": "(System.Object):System.Boolean",
8903
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
8904
- "emitScope": "ClassSurface",
8905
- "provenance": "BaseOverload",
8906
- "arity": 0,
8907
- "parameterCount": 1,
8908
- "isStatic": false,
8909
- "isAbstract": false,
8910
- "isVirtual": true,
8911
- "isOverride": false,
8912
- "isSealed": false,
8913
- "visibility": "Public",
8914
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
8915
- "declaringAssemblyName": "System.Private.Xml",
8916
- "isExtensionMethod": false
8917
- },
8918
- {
8919
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::CopyTo(System.Array,System.Int32):System.Void",
8920
- "clrName": "CopyTo",
8921
- "metadataToken": 0,
8922
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
8923
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
8924
- "emitScope": "ClassSurface",
8925
- "provenance": "BaseOverload",
8926
- "arity": 0,
8927
- "parameterCount": 2,
8928
- "isStatic": false,
8929
- "isAbstract": false,
8930
- "isVirtual": true,
8931
- "isOverride": false,
8932
- "isSealed": false,
8933
- "visibility": "Public",
8934
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
8935
- "declaringAssemblyName": "System.Private.Xml",
8936
- "isExtensionMethod": false
8937
- },
8938
- {
8939
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::GetEnumerator():System.Collections.IEnumerator",
8940
- "clrName": "GetEnumerator",
8941
- "metadataToken": 0,
8942
- "canonicalSignature": "():System.Collections.IEnumerator",
8943
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8944
- "emitScope": "ClassSurface",
8945
- "provenance": "BaseOverload",
8946
- "arity": 0,
8947
- "parameterCount": 0,
8948
- "isStatic": false,
8949
- "isAbstract": false,
8950
- "isVirtual": true,
8951
- "isOverride": false,
8952
- "isSealed": false,
8953
- "visibility": "Public",
8954
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
8955
- "declaringAssemblyName": "System.Private.Xml",
8956
- "isExtensionMethod": false
8957
- },
8958
- {
8959
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::Insert(System.Int32,System.Object):System.Void",
8960
- "clrName": "Insert",
8961
- "metadataToken": 0,
8962
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
8963
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
8964
- "emitScope": "ClassSurface",
8965
- "provenance": "BaseOverload",
8966
- "arity": 0,
8967
- "parameterCount": 2,
8968
- "isStatic": false,
8969
- "isAbstract": false,
8970
- "isVirtual": true,
8971
- "isOverride": false,
8972
- "isSealed": false,
8973
- "visibility": "Public",
8974
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
8975
- "declaringAssemblyName": "System.Private.Xml",
8976
- "isExtensionMethod": false
8977
- },
8978
- {
8979
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::Remove(System.Object):System.Void",
8980
- "clrName": "Remove",
8981
- "metadataToken": 0,
8982
- "canonicalSignature": "(System.Object):System.Void",
8983
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
8984
- "emitScope": "ClassSurface",
8985
- "provenance": "BaseOverload",
8986
- "arity": 0,
8987
- "parameterCount": 1,
8988
- "isStatic": false,
8989
- "isAbstract": false,
8990
- "isVirtual": true,
8991
- "isOverride": false,
8992
- "isSealed": false,
8993
- "visibility": "Public",
8994
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
8995
- "declaringAssemblyName": "System.Private.Xml",
8996
- "isExtensionMethod": false
8997
- },
8998
- {
8999
- "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::RemoveAt(System.Int32):System.Void",
9000
- "clrName": "RemoveAt",
9001
- "metadataToken": 0,
9002
- "canonicalSignature": "(System.Int32):System.Void",
9003
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
9004
- "emitScope": "ClassSurface",
9005
- "provenance": "BaseOverload",
9006
- "arity": 0,
9007
- "parameterCount": 1,
9008
- "isStatic": false,
9009
- "isAbstract": false,
9010
- "isVirtual": true,
9011
- "isOverride": false,
9012
- "isSealed": false,
9013
- "visibility": "Public",
9014
- "declaringClrType": "System.Xml.Serialization.XmlSchemas",
9015
- "declaringAssemblyName": "System.Private.Xml",
9016
- "isExtensionMethod": false
9017
- },
9018
8378
  {
9019
8379
  "stableId": "System.Private.Xml:System.Xml.Serialization.XmlSchemas::get_Item(System.Int32):System.Xml.Schema.XmlSchema",
9020
8380
  "clrName": "get_Item",