1 write to _username
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\CacheTagKey.cs (1)
100
_username
= httpContext.User?.Identity?.Name;
4 references to _username
Microsoft.AspNetCore.Mvc.TagHelpers (4)
Cache\CacheTagKey.cs (4)
150
.Append(
_username
);
209
(!_varyByUser || string.Equals(other.
_username
,
_username
, StringComparison.Ordinal))) &&
251
hashCode.Add(
_username
, StringComparer.Ordinal);