1 reference to BitArrayEnumeratorSimple
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
1009
public IEnumerator GetEnumerator() => new
BitArrayEnumeratorSimple
(this);