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