1 reference to ICollection_Generic_CopyTo_IndexLargerThanArrayCount_ThrowType
Microsoft.CodeAnalysis.UnitTests (1)
Collections\List\ICollection.Generic.Tests.cs (1)
514
Assert.Throws(
ICollection_Generic_CopyTo_IndexLargerThanArrayCount_ThrowType
, () => collection.CopyTo(array, count + 1));