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)
198if (_ignoredSections == null) 203_ignoredSections.Add(sectionName); 219if (_ignoredSections != null) 221sectionsNotIgnored = sectionsNotRendered.Except(_ignoredSections, StringComparer.OrdinalIgnoreCase).ToArray();