1 write to ControllerName
Microsoft.AspNetCore.Mvc.Razor (1)
ViewLocationCacheKey.cs (1)
47
ControllerName
= controllerName;
5 references to ControllerName
Microsoft.AspNetCore.Mvc.Razor (5)
RazorViewEngine.cs (2)
264
Log.ViewLookupCacheMiss(_logger, cacheKey.ViewName, cacheKey.
ControllerName
);
269
Log.ViewLookupCacheHit(_logger, cacheKey.ViewName, cacheKey.
ControllerName
);
ViewLocationCacheKey.cs (3)
89
!string.Equals(
ControllerName
, y.
ControllerName
, StringComparison.Ordinal) ||
132
hashCode.Add(
ControllerName
, StringComparer.Ordinal);