2 references to OffsetIsOutOfRange
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\MediaType.cs (2)
343
if (
OffsetIsOutOfRange
(startIndex, input.Length) || input[startIndex] != ';')
353
if (nameLength == 0 ||
OffsetIsOutOfRange
(current, input.Length) || input[current] != '=')