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