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