8 instantiations of XmlSchemaComplexContent
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
492type.ContentModel = new XmlSchemaComplexContent();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
228XmlSchemaComplexContent complexContent = new XmlSchemaComplexContent();
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
96XmlSchemaComplexContent model = new XmlSchemaComplexContent();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9937o = new global::System.Xml.Schema.XmlSchemaComplexContent();
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (1)
1532builder.xso = builder.complexContent = new XmlSchemaComplexContent();
System\Xml\Serialization\SoapSchemaExporter.cs (2)
227XmlSchemaComplexContent model = new XmlSchemaComplexContent(); 291XmlSchemaComplexContent model = new XmlSchemaComplexContent();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
893XmlSchemaComplexContent model = new XmlSchemaComplexContent();
63 references to XmlSchemaComplexContent
System.Data (4)
fx\src\data\System\Data\XMLSchema.cs (4)
893if (ct.ContentModel is XmlSchemaComplexContent) { 894XmlSchemaAnnotated cContent = ((XmlSchemaComplexContent) (ct.ContentModel)).Content; 967if (ct.ContentModel is XmlSchemaComplexContent) { 968XmlSchemaAnnotated cContent = ((XmlSchemaComplexContent) (ct.ContentModel)).Content;
System.Runtime.Serialization (5)
System\Runtime\Serialization\SchemaImporter.cs (5)
323XmlSchemaComplexContent complexContent = complexType.ContentModel as XmlSchemaComplexContent; 464else if (contentModel is XmlSchemaComplexContent) 466XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)contentModel;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
228XmlSchemaComplexContent complexContent = new XmlSchemaComplexContent();
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
26{ typeof(XmlSchemaComplexContent), ContentHandler }, 76{ typeof(XmlSchemaComplexContent), ContentHandler },
System.Web.Services (7)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
96XmlSchemaComplexContent model = new XmlSchemaComplexContent();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3146else if (o.@ContentModel is global::System.Xml.Schema.XmlSchemaComplexContent) { 3147Write58_XmlSchemaComplexContent(@"complexContent", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaComplexContent)o.@ContentModel), false, false); 3462void Write58_XmlSchemaComplexContent(string n, string ns, global::System.Xml.Schema.XmlSchemaComplexContent o, bool isNullable, bool needType) { 3469if (t == typeof(global::System.Xml.Schema.XmlSchemaComplexContent)) { 9924global::System.Xml.Schema.XmlSchemaComplexContent Read58_XmlSchemaComplexContent(bool isNullable, bool checkType) { 9936global::System.Xml.Schema.XmlSchemaComplexContent o;
System.Xml (44)
System\Xml\Schema\Preprocessor.cs (5)
951if (ctype.ContentModel is XmlSchemaComplexContent) { 952XmlSchemaComplexContent content = (XmlSchemaComplexContent)ctype.ContentModel; 1457XmlSchemaComplexContent content = (XmlSchemaComplexContent)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
269XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 577XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 730private void CompileComplexContentExtension(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentExtension complexExtension) { 783private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) { 1349private XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaParticle particle) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
643if (ctype.ContentModel is XmlSchemaComplexContent) { 644XmlSchemaComplexContent content = (XmlSchemaComplexContent)ctype.ContentModel; 1143XmlSchemaComplexContent content = (XmlSchemaComplexContent)complexType.ContentModel;
System\Xml\Schema\SchemaSetCompiler.cs (7)
257XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 645XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 788private void CompileComplexContentExtension(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentExtension complexExtension) { 842private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) { 1623private XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaParticle particle) {
System\Xml\Schema\XmlSchemaComplexType.cs (5)
179XmlElement("complexContent", typeof(XmlSchemaComplexContent))] 386XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 387XmlSchemaComplexContent newComplexContent = (XmlSchemaComplexContent)complexContent.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
642private XmlSchemaComplexContent complexContent; 995this.complexContent = (XmlSchemaComplexContent)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
366else if (t == typeof(XmlSchemaComplexContent)) { 367Write41_XmlSchemaComplexContent((XmlSchemaComplexContent)o); 680if (o.@ContentModel is XmlSchemaComplexContent) { 681Write41_XmlSchemaComplexContent((XmlSchemaComplexContent)o.@ContentModel); 750void Write41_XmlSchemaComplexContent(XmlSchemaComplexContent o) {
System\Xml\Serialization\SoapSchemaExporter.cs (2)
227XmlSchemaComplexContent model = new XmlSchemaComplexContent(); 291XmlSchemaComplexContent model = new XmlSchemaComplexContent();
System\Xml\Serialization\SoapSchemaImporter.cs (3)
333else if (type.ContentModel != null && type.ContentModel is XmlSchemaComplexContent) { 334XmlSchemaComplexContent model = (XmlSchemaComplexContent)type.ContentModel;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
893XmlSchemaComplexContent model = new XmlSchemaComplexContent();
System\Xml\Serialization\XmlSchemaImporter.cs (2)
702if (ct.ContentModel != null && ct.ContentModel is XmlSchemaComplexContent) { 703mixed = ((XmlSchemaComplexContent)ct.ContentModel).IsMixed;