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)
77
var compiled =
_loader
.LoadAsync(page, endpoint.Metadata);
87
return ApplyAsyncAwaited(
_loader
, candidates, compiled, i);