5 references to ReadToSemicolonOrEnd
Microsoft.Net.Http.Headers (5)
SetCookieHeaderValue.cs (5)
546var dateString = ReadToSemicolonOrEnd(input, ref offset, includeComma: false); 613result.Domain = ReadToSemicolonOrEnd(input, ref offset); 625result.Path = ReadToSemicolonOrEnd(input, ref offset); 642var enforcementMode = ReadToSemicolonOrEnd(input, ref offset); 671ReadToSemicolonOrEnd(input, ref offset, includeComma: true);