Implemented interface member:
method
GetEnumerator
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
4 references to GetEnumerator
System (4)
sys\system\collections\concurrent\ConcurrentBag.cs (4)
582
/// <see cref="
GetEnumerator
"/> was called. The enumerator is safe to use
612
/// <see cref="
GetEnumerator
"/> was called.
616
return ((ConcurrentBag<T>)this).
GetEnumerator
();
655
/// <see cref="
GetEnumerator
"/> was called.