2 references to GetNextNonEmptyOrWhitespaceIndex
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\AcceptHeaderParser.cs (2)
64
var currentIndex =
GetNextNonEmptyOrWhitespaceIndex
(value, index, out _);
104
currentIndex =
GetNextNonEmptyOrWhitespaceIndex
(value, currentIndex, out var separatorFound);