1 instantiation of XmlSchemaInclude
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1171builder._xso = builder._include = new XmlSchemaInclude();
8 references to XmlSchemaInclude
netstandard (1)
netstandard.cs (1)
2335[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInclude))]
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
377else if ((include is XmlSchemaRedefine || include is XmlSchemaInclude) && include.Schema == null)
System\Xml\Schema\XmlSchema.cs (1)
280[XmlElement("include", typeof(XmlSchemaInclude)),
System\Xml\Schema\XsdBuilder.cs (2)
664private XmlSchemaInclude? _include; 985_include = (XmlSchemaInclude)container;
System\Xml\Serialization\XmlSchemas.cs (1)
557string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is XmlSchemaRedefine ? "redefine" : o.GetType().Name;
System.Xml (1)
System.Xml.cs (1)
60[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInclude))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
59[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInclude))]