5 instantiations of XmlSchemaComplexContent
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1653builder._xso = builder._complexContent = new XmlSchemaComplexContent();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
261XmlSchemaComplexContent model = new XmlSchemaComplexContent(); 335XmlSchemaComplexContent model = new XmlSchemaComplexContent();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1047XmlSchemaComplexContent model = new XmlSchemaComplexContent();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12282o = new Microsoft.Xml.Schema.XmlSchemaComplexContent();
55 references to XmlSchemaComplexContent
dotnet-svcutil-lib (55)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
1148if (ctype.ContentModel is XmlSchemaComplexContent) 1150XmlSchemaComplexContent content = (XmlSchemaComplexContent)ctype.ContentModel; 1796XmlSchemaComplexContent content = (XmlSchemaComplexContent)complexType.ContentModel;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (7)
335XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 723XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 916private void CompileComplexContentExtension(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentExtension complexExtension) 982private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) 1699private XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaParticle particle)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (5)
797if (ctype.ContentModel is XmlSchemaComplexContent) 799XmlSchemaComplexContent content = (XmlSchemaComplexContent)ctype.ContentModel; 1439XmlSchemaComplexContent content = (XmlSchemaComplexContent)complexType.ContentModel;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (7)
321XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 810XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 994private void CompileComplexContentExtension(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentExtension complexExtension) 1060private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) 2034private XmlSchemaContentType GetSchemaContentType(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaParticle particle)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (5)
199XmlElement("complexContent", typeof(XmlSchemaComplexContent))] 445XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)complexType.ContentModel; 446XmlSchemaComplexContent newComplexContent = (XmlSchemaComplexContent)complexContent.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
653private XmlSchemaComplexContent _complexContent; 1041_complexContent = (XmlSchemaComplexContent)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
444else if (t == typeof(XmlSchemaComplexContent)) 446Write41_XmlSchemaComplexContent((XmlSchemaComplexContent)o); 819if (o.@ContentModel is XmlSchemaComplexContent) 821Write41_XmlSchemaComplexContent((XmlSchemaComplexContent)o.@ContentModel); 902private void Write41_XmlSchemaComplexContent(XmlSchemaComplexContent o)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
261XmlSchemaComplexContent model = new XmlSchemaComplexContent(); 335XmlSchemaComplexContent model = new XmlSchemaComplexContent();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (3)
368else if (type.ContentModel != null && type.ContentModel is XmlSchemaComplexContent) 370XmlSchemaComplexContent model = (XmlSchemaComplexContent)type.ContentModel;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1047XmlSchemaComplexContent model = new XmlSchemaComplexContent();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
803if (ct.ContentModel != null && ct.ContentModel is XmlSchemaComplexContent) 805mixed = ((XmlSchemaComplexContent)ct.ContentModel).IsMixed;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (5)
322XmlSchemaComplexContent complexContent = complexType.ContentModel as XmlSchemaComplexContent; 463else if (contentModel is XmlSchemaComplexContent) 465XmlSchemaComplexContent complexContent = (XmlSchemaComplexContent)contentModel;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
3975else if (o.@ContentModel is Microsoft.Xml.Schema.XmlSchemaComplexContent) 3977Write58_XmlSchemaComplexContent(@"complexContent", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaComplexContent)o.@ContentModel), false, false); 4366private void Write58_XmlSchemaComplexContent(string n, string ns, Microsoft.Xml.Schema.XmlSchemaComplexContent o, bool isNullable, bool needType) 4376if (t == typeof(Microsoft.Xml.Schema.XmlSchemaComplexContent)) 12266private Microsoft.Xml.Schema.XmlSchemaComplexContent Read58_XmlSchemaComplexContent(bool isNullable, bool checkType) 12281Microsoft.Xml.Schema.XmlSchemaComplexContent o;