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