3 writes to Path
Microsoft.AspNetCore.Http (1)
Internal\ResponseCookies.cs (1)
36Path = "/"
Microsoft.AspNetCore.Http.Features (1)
CookieOptions.cs (1)
116Path = Path,
Microsoft.Net.Http.Headers (1)
SetCookieHeaderValue.cs (1)
625result.Path = ReadToSemicolonOrEnd(input, ref offset);
10 references to Path
Microsoft.Net.Http.Headers (10)
SetCookieHeaderValue.cs (10)
212if (Path != null) 214length += SeparatorToken.Length + PathToken.Length + EqualsToken.Length + Path.Length; 282if (headerValue.Path != null) 284AppendSegment(ref span, PathToken, headerValue.Path); 358if (Path != null) 360AppendSegment(builder, PathToken, Path); 738&& StringSegment.Equals(Path, other.Path, StringComparison.OrdinalIgnoreCase) 753^ (Path != null ? StringSegmentComparer.OrdinalIgnoreCase.GetHashCode(Path) : 0)