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