2 references to _switches
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
MvcViewOptions.cs (2)
47IEnumerator<ICompatibilitySwitch> IEnumerable<ICompatibilitySwitch>.GetEnumerator() => _switches.GetEnumerator(); 49IEnumerator IEnumerable.GetEnumerator() => _switches.GetEnumerator();