2 references to _switches
Microsoft.AspNetCore.Mvc.Core (2)
MvcOptions.cs (2)
373IEnumerator<ICompatibilitySwitch> IEnumerable<ICompatibilitySwitch>.GetEnumerator() => _switches.GetEnumerator(); 375IEnumerator IEnumerable.GetEnumerator() => _switches.GetEnumerator();