1 write to _cachedOptions
Microsoft.AspNetCore.Rewrite (1)
UrlActions\ChangeCookieAction.cs (1)
59
_cachedOptions
= new CookieOptions()
2 references to _cachedOptions
Microsoft.AspNetCore.Rewrite (2)
UrlActions\ChangeCookieAction.cs (2)
57
if (
_cachedOptions
== null)
68
return
_cachedOptions
;