5 references to ThrowArgumentOutOfRangeInclusive
Microsoft.Extensions.Primitives (5)
StringSegment.cs (5)
456
ThrowArgumentOutOfRangeInclusive
(start, Length);
461
ThrowArgumentOutOfRangeInclusive
(count, Length - start);
519
ThrowArgumentOutOfRangeInclusive
(startIndex, Length);
524
ThrowArgumentOutOfRangeInclusive
(count, Length - startIndex);
664
ThrowArgumentOutOfRangeInclusive
((int)comparisonType, (int)StringComparison.OrdinalIgnoreCase, nameof(comparisonType));