8 references to SameSiteToken
Microsoft.Net.Http.Headers (8)
SetCookieHeaderValue.cs (8)
226length += SeparatorToken.Length + SameSiteToken.Length + EqualsToken.Length + sameSite.Length; 231length += SeparatorToken.Length + SameSiteToken.Length + EqualsToken.Length + sameSite.Length; 236length += SeparatorToken.Length + SameSiteToken.Length + EqualsToken.Length + sameSite.Length; 294AppendSegment(ref span, SameSiteToken, sameSite); 371AppendSegment(builder, SameSiteToken, SameSiteNoneToken); 375AppendSegment(builder, SameSiteToken, SameSiteLaxToken); 379AppendSegment(builder, SameSiteToken, SameSiteStrictToken); 624else if (StringSegment.Equals(token, SameSiteToken, StringComparison.OrdinalIgnoreCase))