8 references to ThrowIfDestinationTooShort
Microsoft.AspNetCore.Razor.Utilities.Shared (7)
EnumerableExtensions.cs (3)
205ArgHelper.ThrowIfDestinationTooShort(destination, array.Length); 227ArgHelper.ThrowIfDestinationTooShort(destination, count); 242ArgHelper.ThrowIfDestinationTooShort(destination, index + 1);
HashSetExtensions.cs (1)
43ArgHelper.ThrowIfDestinationTooShort(destination, set.Count);
ListExtensions.cs (1)
53ArgHelper.ThrowIfDestinationTooShort(destination, list.Count);
ReadOnlyListExtensions.cs (1)
1162ArgHelper.ThrowIfDestinationTooShort(destination, list.Count);
Utilities\Checksum.cs (1)
74ArgHelper.ThrowIfDestinationTooShort(destination, HashSize);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperCollection.SegmentCollectionBase.cs (1)
99ArgHelper.ThrowIfDestinationTooShort(destination, Count);