3 references to GetCommentLength
System.Net.Http (3)
System\Net\Http\Headers\HeaderUtilities.cs (1)
157
if ((HttpRuleParser.
GetCommentLength
(value, 0, out int length) != HttpParseResult.Parsed) ||
System\Net\Http\Headers\ProductInfoHeaderValue.cs (1)
134
if (HttpRuleParser.
GetCommentLength
(input, current, out commentLength) != HttpParseResult.Parsed)
System\Net\Http\Headers\ViaHeaderValue.cs (1)
175
if (HttpRuleParser.
GetCommentLength
(input, current, out int commentLength) != HttpParseResult.Parsed)