1 instantiation of StringEnumerator
System.Collections.Specialized (1)
System\Collections\Specialized\StringCollection.cs (1)
113
return new
StringEnumerator
(this);
3 references to StringEnumerator
netstandard (1)
netstandard.cs (1)
169
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.
StringEnumerator
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
158
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.
StringEnumerator
))]
System.Collections.Specialized (1)
System\Collections\Specialized\StringCollection.cs (1)
111
public
StringEnumerator
GetEnumerator()