1 write to _conventions
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
36
_conventions
= pagesOptionsAccessor.Value.Conventions
2 references to _conventions
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionDescriptorProvider.cs (2)
83
for (var i = 0; i <
_conventions
.Length; i++)
85
_conventions
[i].Apply(model);