12 references to Fields
Microsoft.AspNetCore.Rewrite (12)
ApacheModRewrite\CookieActionFactory.cs (12)
30var currentField = Fields.Name; 49if (currentField < Fields.Domain) 57private static void SetActionOption(string value, Fields tokenType, ref ChangeCookieAction? action) 59Debug.Assert(action != null || tokenType == Fields.Name); 63case Fields.Name: 66case Fields.Value: 69case Fields.Domain: 76case Fields.Lifetime: 90case Fields.Path: 93case Fields.Secure: 98case Fields.HttpOnly: