2 references to OffsetIsOutOfRange
Microsoft.AspNetCore.Routing (2)
src\Shared\MediaType\ReadOnlyMediaTypeHeaderValue.cs (2)
495
if (
OffsetIsOutOfRange
(startIndex, input.Length) || input[startIndex] != ';')
505
if (nameLength == 0 ||
OffsetIsOutOfRange
(current, input.Length) || input[current] != '=')