Implemented interface member:
property
PreviousSectionWriters
Microsoft.AspNetCore.Mvc.Razor.IRazorPage.PreviousSectionWriters
14 writes to PreviousSectionWriters
Microsoft.AspNetCore.Mvc.Razor.Test (13)
RazorPageTest.cs (13)
424page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 464page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 487page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 524page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 548page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 572page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 596page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 620page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 697page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 722page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 745page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 770page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate> 804page.PreviousSectionWriters = new Dictionary<string, RenderAsyncDelegate>
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
70set { _page.PreviousSectionWriters = value; }
8 references to PreviousSectionWriters
Microsoft.AspNetCore.Mvc.Razor (7)
RazorPage.cs (7)
77return PreviousSectionWriters.ContainsKey(name); 161if (PreviousSectionWriters.TryGetValue(sectionName, out var renderDelegate)) 196if (PreviousSectionWriters.ContainsKey(sectionName)) 212if (PreviousSectionWriters != null && PreviousSectionWriters.Count > 0) 214var sectionsNotRendered = PreviousSectionWriters.Keys.Except( 257if (PreviousSectionWriters == null)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAdapter.cs (1)
69get { return _page.PreviousSectionWriters; }