4 types derived from XmlSchemaContent
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
9public class XmlSchemaComplexContentExtension : XmlSchemaContent
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
9public class XmlSchemaComplexContentRestriction : XmlSchemaContent
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
8public class XmlSchemaSimpleContentExtension : XmlSchemaContent
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
8public 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)
10private XmlSchemaContent? _content; 23public override XmlSchemaContent? Content
System\Xml\Schema\XmlSchemaContentModel.cs (1)
11public abstract XmlSchemaContent? Content { get; set; }
System\Xml\Schema\XmlSchemaSimpleContent.cs (2)
10private XmlSchemaContent? _content; 14public override XmlSchemaContent? Content
System\Xml\Serialization\ImportContext.cs (1)
271XmlSchemaContent? content = ct.ContentModel.Content;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
707XmlSchemaContent? content = type.ContentModel.Content;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
696XmlSchemaContent? content = ct.ContentModel.Content;
System\Xml\Serialization\XmlSchemas.cs (1)
547else 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\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
39[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaContent))]