2 writes to Key
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Cache\CacheTagKey.cs (2)
63
Key
= context.UniqueId;
75
Key
= tagHelper.Name;
4 references to Key
Microsoft.AspNetCore.Mvc.TagHelpers (4)
Cache\CacheTagKey.cs (4)
128
.Append(
Key
);
199
return string.Equals(other.
Key
,
Key
, StringComparison.Ordinal) &&
246
hashCode.Add(
Key
, StringComparer.Ordinal);