Implemented interface member:
method
GetEnumerator
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
6 references to GetEnumerator
Microsoft.AspNetCore.Razor.Test (1)
TagHelpers\ReadOnlyTagHelperAttributeListTest.cs (1)
669Assert.Equal(attributes.GetEnumerator(), attributes.PublicAttributes.GetEnumerator());
Microsoft.DotNet.AsmDiff (1)
AssemblySet.cs (1)
238return Assemblies.GetEnumerator();
Microsoft.Maui.Controls (1)
SynchronizedList.cs (1)
82 return snap.GetEnumerator();
PresentationFramework (3)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
348IEnumerator<TextSegment> rangeEnumerator = rangeSegments.GetEnumerator();
System\Windows\Input\KeyboardNavigation.cs (2)
581IEnumerator<Rect> enumerator = _contentRects.GetEnumerator(); 2416IEnumerator<Rect> enumerator = rects.GetEnumerator();