3 instantiations of XmlSchemaComplexContent
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
497
type.ContentModel = new
XmlSchemaComplexContent
();
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1648
builder._xso = builder._complexContent = new
XmlSchemaComplexContent
();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1004
XmlSchemaComplexContent model = new
XmlSchemaComplexContent
();
48 references to XmlSchemaComplexContent
netstandard (1)
netstandard.cs (1)
2311
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaComplexContent
))]
System.Data.Common (4)
System\Data\XMLSchema.cs (4)
1058
if (ct.ContentModel is
XmlSchemaComplexContent
)
1060
XmlSchemaAnnotated? cContent = ((
XmlSchemaComplexContent
)(ct.ContentModel)).Content;
1147
if (ct.ContentModel is
XmlSchemaComplexContent
)
1149
XmlSchemaAnnotated cContent = ((
XmlSchemaComplexContent
)(ct.ContentModel)).Content!;
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
316
if (complexType.ContentModel is
XmlSchemaComplexContent
complexContent)
459
else if (contentModel is
XmlSchemaComplexContent
complexContent)
System.Private.Xml (39)
System\Xml\Schema\Preprocessor.cs (5)
1113
if (ctype.ContentModel is
XmlSchemaComplexContent
)
1115
XmlSchemaComplexContent
content = (
XmlSchemaComplexContent
)ctype.ContentModel;
1761
XmlSchemaComplexContent
content = (
XmlSchemaComplexContent
)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
346
XmlSchemaComplexContent
complexContent = (
XmlSchemaComplexContent
)complexType.ContentModel;
732
XmlSchemaComplexContent
complexContent = (
XmlSchemaComplexContent
)complexType.ContentModel;
925
private void CompileComplexContentExtension(XmlSchemaComplexType complexType,
XmlSchemaComplexContent
complexContent, XmlSchemaComplexContentExtension complexExtension)
991
private void CompileComplexContentRestriction(XmlSchemaComplexType complexType,
XmlSchemaComplexContent
complexContent, XmlSchemaComplexContentRestriction complexRestriction)
1697
private static XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType,
XmlSchemaComplexContent
? complexContent, XmlSchemaParticle particle)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
789
if (ctype.ContentModel is
XmlSchemaComplexContent
)
791
XmlSchemaComplexContent
content = (
XmlSchemaComplexContent
)ctype.ContentModel;
1426
XmlSchemaComplexContent
content = (
XmlSchemaComplexContent
)complexType.ContentModel;
System\Xml\Schema\SchemaSetCompiler.cs (7)
335
XmlSchemaComplexContent
complexContent = (
XmlSchemaComplexContent
)complexType.ContentModel;
823
XmlSchemaComplexContent
complexContent = (
XmlSchemaComplexContent
)complexType.ContentModel;
1008
private void CompileComplexContentExtension(XmlSchemaComplexType complexType,
XmlSchemaComplexContent
complexContent, XmlSchemaComplexContentExtension complexExtension)
1079
private void CompileComplexContentRestriction(XmlSchemaComplexType complexType,
XmlSchemaComplexContent
complexContent, XmlSchemaComplexContentRestriction complexRestriction)
2048
private static XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType,
XmlSchemaComplexContent
? complexContent, XmlSchemaParticle particle)
System\Xml\Schema\XmlSchemaComplexType.cs (5)
172
XmlElement("complexContent", typeof(
XmlSchemaComplexContent
))]
355
XmlSchemaComplexContent
complexContent = (
XmlSchemaComplexContent
)complexType.ContentModel;
356
XmlSchemaComplexContent
newComplexContent = (
XmlSchemaComplexContent
)complexContent.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
644
private
XmlSchemaComplexContent
? _complexContent;
1033
_complexContent = (
XmlSchemaComplexContent
)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
443
else if (t == typeof(
XmlSchemaComplexContent
))
445
Write41_XmlSchemaComplexContent((
XmlSchemaComplexContent
)o);
818
if (o.@ContentModel is
XmlSchemaComplexContent
)
820
Write41_XmlSchemaComplexContent((
XmlSchemaComplexContent
)o.@ContentModel);
901
private void Write41_XmlSchemaComplexContent(
XmlSchemaComplexContent
? o)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1004
XmlSchemaComplexContent
model = new XmlSchemaComplexContent();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
702
if (ct.ContentModel != null && ct.ContentModel is
XmlSchemaComplexContent
)
704
mixed = ((
XmlSchemaComplexContent
)ct.ContentModel).IsMixed;
System.Xml (1)
System.Xml.cs (1)
36
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaComplexContent
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
35
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaComplexContent
))]