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)
83for (var i = 0; i < _conventions.Length; i++) 85_conventions[i].Apply(model);