1 write to Name
Microsoft.Net.Http.Headers (1)
CookieHeaderValue.cs (1)
57Name = name;
5 references to Name
Microsoft.AspNetCore.HeaderParsing.Tests (3)
ParserTests.cs (3)
80Assert.Equal("csrftoken", result[0].Name.Value); 91Assert.Equal("csrftoken", result[0].Name.Value); 93Assert.Equal("_gat", result[1].Name.Value);
Microsoft.Net.Http.Headers.Tests (2)
CookieHeaderValueTest.cs (2)
175Assert.Equal("cookie", header.Name.AsSpan()); 186Assert.Equal(name, header.Name.AsSpan());