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