5 references to ReadToSemicolonOrEnd
Microsoft.Net.Http.Headers (5)
SetCookieHeaderValue.cs (5)
546var dateString = ReadToSemicolonOrEnd(input, ref offset, includeComma: false); 603result.Domain = ReadToSemicolonOrEnd(input, ref offset); 615result.Path = ReadToSemicolonOrEnd(input, ref offset); 632var enforcementMode = ReadToSemicolonOrEnd(input, ref offset); 661ReadToSemicolonOrEnd(input, ref offset, includeComma: true);