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