1 write to _ignoredSections
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPage.cs (1)
200
_ignoredSections
= new HashSet<string>(StringComparer.OrdinalIgnoreCase);
4 references to _ignoredSections
Microsoft.AspNetCore.Mvc.Razor (4)
RazorPage.cs (4)
198
if (
_ignoredSections
== null)
203
_ignoredSections
.Add(sectionName);
219
if (
_ignoredSections
!= null)
221
sectionsNotIgnored = sectionsNotRendered.Except(
_ignoredSections
, StringComparer.OrdinalIgnoreCase).ToArray();