2 types derived from XmlSchemaContentModel
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
8
public class XmlSchemaComplexContent :
XmlSchemaContentModel
System\Xml\Schema\XmlSchemaSimpleContent.cs (1)
8
public class XmlSchemaSimpleContent :
XmlSchemaContentModel
6 references to XmlSchemaContentModel
netstandard (1)
netstandard.cs (1)
2316
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaContentModel
))]
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
456
XmlSchemaContentModel
contentModel = complexType.ContentModel;
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (2)
18
private
XmlSchemaContentModel
? _contentModel;
173
public
XmlSchemaContentModel
? ContentModel
System.Xml (1)
System.Xml.cs (1)
41
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaContentModel
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
40
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaContentModel
))]