2 instantiations of XmlSchemaCollectionEnumerator
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaCollection.cs (2)
219return new XmlSchemaCollectionEnumerator(_collection); 224return 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)
55XmlSchemaCollectionEnumerator enumerator = reader.Schemas.GetEnumerator();
System\Xml\Schema\XmlSchemaCollection.cs (3)
222public XmlSchemaCollectionEnumerator GetEnumerator() 232for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.MoveNext();) 244for (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))]