4 references to GetEnumerator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
1018
IEnumerator en = e.Imports.
GetEnumerator
();
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
163
IEnumerator en = e.Imports.
GetEnumerator
();
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
1254
IEnumerator en = e.Imports.
GetEnumerator
();
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
194
return
GetEnumerator
();