2 references to CreateCompiledDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\CompiledPageActionDescriptorProvider.cs (1)
74
var compiledPageActionDescriptor = _compiledPageActionDescriptorFactory.
CreateCompiledDescriptor
(
Infrastructure\DefaultPageLoader.cs (1)
63
var compiled = _compiledPageActionDescriptorFactory.
CreateCompiledDescriptor
(actionDescriptor, viewDescriptor);