22 references to GetTokenLength
System.Net.Http (22)
System\Net\Http\Headers\AltSvcHeaderParser.cs (4)
109
int tokenLength = HttpRuleParser.
GetTokenLength
(value, idx);
189
int tokenLength = HttpRuleParser.
GetTokenLength
(value, startIndex);
396
int tokenLength = HttpRuleParser.
GetTokenLength
(value, startIndex);
459
int tokenLength = HttpRuleParser.
GetTokenLength
(value, startIndex);
System\Net\Http\Headers\AuthenticationHeaderValue.cs (2)
128
int schemeLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
253
int tokenLength = HttpRuleParser.
GetTokenLength
(input, current);
System\Net\Http\Headers\CacheControlHeaderValue.cs (1)
520
int tokenLength = HttpRuleParser.
GetTokenLength
(valueString, current);
System\Net\Http\Headers\ContentDispositionHeaderValue.cs (2)
263
int typeLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
415
else if (!needsQuotes && HttpRuleParser.
GetTokenLength
(result, 0) != result.Length)
System\Net\Http\Headers\ContentRangeHeaderValue.cs (1)
169
int unitLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
System\Net\Http\Headers\GenericHeaderParser.cs (1)
144
int resultLength = HttpRuleParser.
GetTokenLength
(value, startIndex);
System\Net\Http\Headers\MediaTypeHeaderValue.cs (2)
234
int typeLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
253
int subtypeLength = HttpRuleParser.
GetTokenLength
(input, current);
System\Net\Http\Headers\NameValueHeaderValue.cs (2)
222
int nameLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
332
int valueLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
System\Net\Http\Headers\ProductHeaderValue.cs (2)
116
int nameLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
137
int versionLength = HttpRuleParser.
GetTokenLength
(input, current);
System\Net\Http\Headers\RangeHeaderValue.cs (1)
143
int unitLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
System\Net\Http\Headers\StringWithQualityHeaderValue.cs (1)
97
int valueLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
System\Net\Http\Headers\TransferCodingHeaderValue.cs (1)
74
int valueLength = HttpRuleParser.
GetTokenLength
(input, startIndex);
System\Net\Http\Headers\ViaHeaderValue.cs (2)
201
int protocolVersionOrNameLength = HttpRuleParser.
GetTokenLength
(input, current);
225
protocolVersionOrNameLength = HttpRuleParser.
GetTokenLength
(input, current);