1 instantiation of GlobbingUrlKey
Microsoft.AspNetCore.Mvc.TagHelpers (1)
GlobbingUrlBuilder.cs (1)
106var cacheKey = new GlobbingUrlKey(include, exclude);
3 references to GlobbingUrlKey
Microsoft.AspNetCore.Mvc.TagHelpers (3)
GlobbingUrlBuilder.cs (3)
106var cacheKey = new GlobbingUrlKey(include, exclude); 338private readonly struct GlobbingUrlKey : IEquatable<GlobbingUrlKey> 350public bool Equals(GlobbingUrlKey other)