4 types derived from XmlSchemaContent
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
9
public class XmlSchemaComplexContentExtension :
XmlSchemaContent
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
9
public class XmlSchemaComplexContentRestriction :
XmlSchemaContent
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
8
public class XmlSchemaSimpleContentExtension :
XmlSchemaContent
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
8
public class XmlSchemaSimpleContentRestriction :
XmlSchemaContent
12 references to XmlSchemaContent
netstandard (1)
netstandard.cs (1)
2315
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaContent
))]
System.Private.Xml (9)
System\Xml\Schema\XmlSchemaComplexContent.cs (2)
10
private
XmlSchemaContent
? _content;
23
public override
XmlSchemaContent
? Content
System\Xml\Schema\XmlSchemaContentModel.cs (1)
11
public abstract
XmlSchemaContent
? Content { get; set; }
System\Xml\Schema\XmlSchemaSimpleContent.cs (2)
10
private
XmlSchemaContent
? _content;
14
public override
XmlSchemaContent
? Content
System\Xml\Serialization\ImportContext.cs (1)
273
XmlSchemaContent
? content = ct.ContentModel.Content;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
707
XmlSchemaContent
? content = type.ContentModel.Content;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
719
XmlSchemaContent
? content = ct.ContentModel.Content;
System\Xml\Serialization\XmlSchemas.cs (1)
549
else if (o is
XmlSchemaContent
)
System.Xml (1)
System.Xml.cs (1)
40
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaContent
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
39
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaContent
))]