2 implementations of PreviousSectionWriters
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
102public IDictionary<string, RenderAsyncDelegate> PreviousSectionWriters
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
67public IDictionary<string, RenderAsyncDelegate> PreviousSectionWriters
1 write to PreviousSectionWriters
Microsoft.AspNetCore.Mvc.Razor (1)
RazorView.cs (1)
233layoutPage.PreviousSectionWriters = previousPage.SectionWriters;
1 reference to PreviousSectionWriters
Microsoft.AspNetCore.Mvc.Razor (1)
IRazorPage.cs (1)
61/// Verifies that all sections defined in <see cref="PreviousSectionWriters"/> were rendered, or