42 references to GetWhitespaceLength
Microsoft.Net.Http.Headers (42)
ContentDispositionHeaderValue.cs (1)
294
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
ContentRangeHeaderValue.cs (6)
248
var separatorLength = HttpRuleParser.
GetWhitespaceLength
(input, current);
276
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
320
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
347
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
357
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
376
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
EntityTagHeaderValue.cs (2)
245
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
271
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
HeaderUtilities.cs (9)
159
var current = startIndex + HttpRuleParser.
GetWhitespaceLength
(input, startIndex);
170
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
177
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
187
current += HttpRuleParser.
GetWhitespaceLength
(headerValue, current);
206
current += HttpRuleParser.
GetWhitespaceLength
(headerValue, current);
245
var current = HttpRuleParser.
GetWhitespaceLength
(segment, 0);
301
var current = HttpRuleParser.
GetWhitespaceLength
(segment, 0);
332
startIndex += HttpRuleParser.
GetWhitespaceLength
(headerValue, startIndex);
343
startIndex += HttpRuleParser.
GetWhitespaceLength
(headerValue, startIndex);
MediaTypeHeaderValue.cs (3)
580
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
620
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
628
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
NameValueHeaderValue.cs (7)
358
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
366
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current); // skip whitespaces
371
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
382
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current); // skip whitespaces
401
var current = startIndex + HttpRuleParser.
GetWhitespaceLength
(input, startIndex);
414
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
424
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
RangeHeaderValue.cs (2)
174
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
182
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
RangeItemHeaderValue.cs (3)
180
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
190
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
206
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
SetCookieHeaderValue.cs (1)
525
offset += HttpRuleParser.
GetWhitespaceLength
(input, offset);
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);
StringWithQualityHeaderValue.cs (5)
207
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
216
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
239
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
248
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);
263
current = current + HttpRuleParser.
GetWhitespaceLength
(input, current);