1 write to _name
Microsoft.AspNetCore.Http.Abstractions (1)
CookieBuilder.cs (1)
22set => _name = !string.IsNullOrEmpty(value)
1 reference to _name
Microsoft.AspNetCore.Http.Abstractions (1)
CookieBuilder.cs (1)
21get => _name;