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