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