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