1 write to ActionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerCacheEntry.cs (1)
27
ActionDescriptor
= actionDescriptor;
3 references to ActionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerProvider.cs (1)
83
ActionDescriptor = cacheEntry.
ActionDescriptor
,
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
Infrastructure\PageActionInvokerProviderTest.cs (2)
67
Assert.Equal(descriptor.RelativePath, entry.
ActionDescriptor
.RelativePath);
131
var compiledPageActionDescriptor = Assert.IsType<CompiledPageActionDescriptor>(entry.
ActionDescriptor
);