2 instantiations of XmlSchemaCollectionEnumerator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (2)
252
return new
XmlSchemaCollectionEnumerator
(_collection);
258
return new
XmlSchemaCollectionEnumerator
(_collection);
4 references to XmlSchemaCollectionEnumerator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs (1)
62
XmlSchemaCollectionEnumerator
enumerator = reader.Schemas.GetEnumerator();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (3)
256
public
XmlSchemaCollectionEnumerator
GetEnumerator()
269
for (
XmlSchemaCollectionEnumerator
e = this.GetEnumerator(); e.MoveNext();)
285
for (
XmlSchemaCollectionEnumerator
e = this.GetEnumerator(); e.MoveNext();)