3 references to GetWhitespaceLength
Microsoft.AspNetCore.Http (3)
src\Http\Shared\CookieHeaderParserShared.cs (3)
113
var current = startIndex + HttpRuleParser.
GetWhitespaceLength
(input, startIndex);
124
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
132
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);