2 references to _switches
Microsoft.AspNetCore.Mvc.Core (2)
ApiBehaviorOptions.cs (2)
94IEnumerator<ICompatibilitySwitch> IEnumerable<ICompatibilitySwitch>.GetEnumerator() => _switches.GetEnumerator(); 96IEnumerator IEnumerable.GetEnumerator() => _switches.GetEnumerator();