2 instantiations of XmlSchemaCollectionEnumerator
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaCollection.cs (2)
219
return new
XmlSchemaCollectionEnumerator
(_collection);
224
return new
XmlSchemaCollectionEnumerator
(_collection);
7 references to XmlSchemaCollectionEnumerator
netstandard (1)
netstandard.cs (1)
2309
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCollectionEnumerator
))]
System.Private.Xml (4)
System\Xml\Schema\AutoValidator.cs (1)
55
XmlSchemaCollectionEnumerator
enumerator = reader.Schemas.GetEnumerator();
System\Xml\Schema\XmlSchemaCollection.cs (3)
222
public
XmlSchemaCollectionEnumerator
GetEnumerator()
232
for (
XmlSchemaCollectionEnumerator
e = this.GetEnumerator(); e.MoveNext();)
244
for (
XmlSchemaCollectionEnumerator
e = this.GetEnumerator(); e.MoveNext();)
System.Xml (1)
System.Xml.cs (1)
34
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCollectionEnumerator
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
33
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaCollectionEnumerator
))]