1 instantiation of XmlSchemaObjectEnumerator
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
31return new XmlSchemaObjectEnumerator(InnerList.GetEnumerator());
4 references to XmlSchemaObjectEnumerator
netstandard (1)
netstandard.cs (1)
2352[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectEnumerator))]
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectCollection.cs (1)
29public new XmlSchemaObjectEnumerator GetEnumerator()
System.Xml (1)
System.Xml.cs (1)
77[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectEnumerator))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
76[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaObjectEnumerator))]