2 writes to Key
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Cache\CacheTagKey.cs (2)
63
Key
= context.UniqueId;
75
Key
= tagHelper.Name;
7 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);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
CacheTagHelperTest.cs (3)
1010
Assert.Equal(Key1, cacheKey.
Key
);
1032
if (cacheKey.
Key
== Key2)
1044
else if (cacheKey.
Key
== Key1)