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