Implemented interface member:
9 references to GetEnumerator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (2)
106en = mc.GetEnumerator(); 215en = mc.GetEnumerator();
System.Private.Xml (1)
System\Xml\XmlConvert.cs (1)
189en = mc.GetEnumerator();
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\MatchCollection.cs (6)
44/// This technique is used when the collection is accessed through its <see cref="GetEnumerator" /> 52/// enumerator that is returned by the <see cref="GetEnumerator" /> method. 90/// the collection using direct evaluation. In contrast, calling the <see cref="GetEnumerator" /> 128/// <see cref="GetEnumerator" /> method or the <c>foreach</c> statement. 162/// Instead of calling the <see cref="GetEnumerator" /> method to retrieve an enumerator that 169/// <see cref="GetEnumerator" /> method (or the <c>foreach</c> statement) causes the regular