1 write to SearchedLocations
Microsoft.AspNetCore.Mvc.Razor (1)
ViewLocationCacheResult.cs (1)
37SearchedLocations = searchedLocations;
3 references to SearchedLocations
Microsoft.AspNetCore.Mvc.Razor (3)
RazorViewEngine.cs (3)
126return new RazorPageResult(pageName, cacheResult.SearchedLocations!); 149return new RazorPageResult(pagePath, cacheResult.SearchedLocations!); 459return ViewEngineResult.NotFound(viewName, result.SearchedLocations!);