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