2 instantiations of XmlSchemaInclude
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1171builder._xso = builder._include = new XmlSchemaInclude();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
13071o = new global::System.Xml.Schema.XmlSchemaInclude();
14 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)
274[XmlElement("include", typeof(XmlSchemaInclude)),
System\Xml\Schema\XsdBuilder.cs (2)
664private XmlSchemaInclude? _include; 985_include = (XmlSchemaInclude)container;
System\Xml\Serialization\XmlSchemas.cs (1)
555string itemType = o is XmlSchemaImport ? "import" : o is XmlSchemaInclude ? "include" : o is XmlSchemaRedefine ? "redefine" : o.GetType().Name;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2186else if (ai is global::System.Xml.Schema.XmlSchemaInclude) { 2187Write12_XmlSchemaInclude(@"include", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaInclude)ai), false, false); 4614private void Write12_XmlSchemaInclude(string n, string ns, global::System.Xml.Schema.XmlSchemaInclude o, bool isNullable, bool needType) { 4625if (t == typeof(global::System.Xml.Schema.XmlSchemaInclude)) { 13048private global::System.Xml.Schema.XmlSchemaInclude Read12_XmlSchemaInclude(bool isNullable, bool checkType) { 13070global::System.Xml.Schema.XmlSchemaInclude o;
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\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
59[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaInclude))]