4 instantiations of XmlSchemaComplexContent
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
496type.ContentModel = new XmlSchemaComplexContent();
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1648builder._xso = builder._complexContent = new XmlSchemaComplexContent();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1004XmlSchemaComplexContent model = new XmlSchemaComplexContent();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12350o = new global::System.Xml.Schema.XmlSchemaComplexContent();
54 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)
1052if (ct.ContentModel is XmlSchemaComplexContent) 1054XmlSchemaAnnotated? cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content; 1141if (ct.ContentModel is XmlSchemaComplexContent) 1143XmlSchemaAnnotated cContent = ((XmlSchemaComplexContent)(ct.ContentModel)).Content!;
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
316if (complexType.ContentModel is XmlSchemaComplexContent complexContent) 459else if (contentModel is XmlSchemaComplexContent complexContent)
System.Private.Xml (39)
System\Xml\Schema\Preprocessor.cs (5)
1113if (ctype.ContentModel is XmlSchemaComplexContent) 1115XmlSchemaComplexContent content = (XmlSchemaComplexContent)ctype.ContentModel; 1761XmlSchemaComplexContent content = (XmlSchemaComplexContent)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
346XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 732XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 925private void CompileComplexContentExtension(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentExtension complexExtension) 991private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) 1697private static XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType, XmlSchemaComplexContent? complexContent, XmlSchemaParticle particle)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
789if (ctype.ContentModel is XmlSchemaComplexContent) 791XmlSchemaComplexContent content = (XmlSchemaComplexContent)ctype.ContentModel; 1426XmlSchemaComplexContent content = (XmlSchemaComplexContent)complexType.ContentModel;
System\Xml\Schema\SchemaSetCompiler.cs (7)
335XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 823XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 1008private void CompileComplexContentExtension(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentExtension complexExtension) 1079private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) 2048private static XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType, XmlSchemaComplexContent? complexContent, XmlSchemaParticle particle)
System\Xml\Schema\XmlSchemaComplexType.cs (5)
172XmlElement("complexContent", typeof(XmlSchemaComplexContent))] 355XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 356XmlSchemaComplexContent newComplexContent = (XmlSchemaComplexContent)complexContent.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
644private XmlSchemaComplexContent? _complexContent; 1033_complexContent = (XmlSchemaComplexContent)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
443else if (t == typeof(XmlSchemaComplexContent)) 445Write41_XmlSchemaComplexContent((XmlSchemaComplexContent)o); 818if (o.@ContentModel is XmlSchemaComplexContent) 820Write41_XmlSchemaComplexContent((XmlSchemaComplexContent)o.@ContentModel); 901private void Write41_XmlSchemaComplexContent(XmlSchemaComplexContent? o)
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1004XmlSchemaComplexContent model = new XmlSchemaComplexContent();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
679if (ct.ContentModel != null && ct.ContentModel is XmlSchemaComplexContent) 681mixed = ((XmlSchemaComplexContent)ct.ContentModel).IsMixed;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3711else if (o.@ContentModel is global::System.Xml.Schema.XmlSchemaComplexContent) { 3712Write58_XmlSchemaComplexContent(@"complexContent", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaComplexContent)o.@ContentModel), false, false); 4075private void Write58_XmlSchemaComplexContent(string n, string ns, global::System.Xml.Schema.XmlSchemaComplexContent o, bool isNullable, bool needType) { 4086if (t == typeof(global::System.Xml.Schema.XmlSchemaComplexContent)) { 12327private global::System.Xml.Schema.XmlSchemaComplexContent Read58_XmlSchemaComplexContent(bool isNullable, bool checkType) { 12349global::System.Xml.Schema.XmlSchemaComplexContent o;
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\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
35[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaComplexContent))]