2 instantiations of ViewLocationCacheKey
Microsoft.AspNetCore.Mvc.Razor (2)
RazorViewEngine.cs (2)
188
var cacheKey = new
ViewLocationCacheKey
(applicationRelativePath, isMainPage);
254
var cacheKey = new
ViewLocationCacheKey
(
8 references to ViewLocationCacheKey
Microsoft.AspNetCore.Mvc.Razor (8)
RazorViewEngine.cs (3)
188
var
cacheKey = new ViewLocationCacheKey(applicationRelativePath, isMainPage);
254
var
cacheKey = new ViewLocationCacheKey(
339
ViewLocationCacheKey
cacheKey)
ViewLocationCacheKey.cs (5)
9
internal readonly struct ViewLocationCacheKey : IEquatable<
ViewLocationCacheKey
>
12
/// Initializes a new instance of <see cref="
ViewLocationCacheKey
"/>.
30
/// Initializes a new instance of <see cref="
ViewLocationCacheKey
"/>.
85
public bool Equals(
ViewLocationCacheKey
y)
123
return obj is
ViewLocationCacheKey
cacheKey && Equals(cacheKey);