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