2 writes to _loader
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
PageLoaderMatcherPolicy.cs (2)
28_loader = loader; 73_loader ??= httpContext.RequestServices.GetRequiredService<PageLoader>();
2 references to _loader
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
PageLoaderMatcherPolicy.cs (2)
77var compiled = _loader.LoadAsync(page, endpoint.Metadata); 87return ApplyAsyncAwaited(_loader, candidates, compiled, i);