5 instantiations of XmlSchemaComplexContentRestriction
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
232XmlSchemaComplexContentRestriction contentRestriction = new XmlSchemaComplexContentRestriction();
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
89XmlSchemaComplexContentRestriction restriction = new XmlSchemaComplexContentRestriction();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10013o = new global::System.Xml.Schema.XmlSchemaComplexContentRestriction();
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (1)
1569builder.xso = builder.complexContentRestriction = new XmlSchemaComplexContentRestriction();
System\Xml\Serialization\SoapSchemaExporter.cs (1)
211XmlSchemaComplexContentRestriction restriction = new XmlSchemaComplexContentRestriction();
69 references to XmlSchemaComplexContentRestriction
System.Data (5)
fx\src\data\System\Data\XMLSchema.cs (5)
918Debug.Assert(cContent is XmlSchemaComplexContentRestriction, "Expected complexContent extension or restriction"); 919XmlSchemaComplexContentRestriction ccRestriction = ((XmlSchemaComplexContentRestriction) cContent ); 972Debug.Assert(cContent is XmlSchemaComplexContentRestriction, "Expected complexContent extension or restriction"); 973return ((XmlSchemaComplexContentRestriction) cContent ).Particle;
System.Runtime.Serialization (3)
System\Runtime\Serialization\SchemaImporter.cs (3)
475else if (complexContent.Content is XmlSchemaComplexContentRestriction) 477XmlSchemaComplexContentRestriction restriction = (XmlSchemaComplexContentRestriction)complexContent.Content;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
232XmlSchemaComplexContentRestriction contentRestriction = new XmlSchemaComplexContentRestriction();
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
41{ typeof(XmlSchemaComplexContentRestriction), ErrorHandler }, 91{ typeof(XmlSchemaComplexContentRestriction), ErrorHandler },
System.Web.Services (9)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
117else if (type.ContentModel.Content is XmlSchemaComplexContentRestriction) { 118return ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).BaseTypeName == new XmlQualifiedName(Soap.ArrayType, Soap.Encoding);
System\Web\Services\Description\HttpProtocolReflector.cs (1)
89XmlSchemaComplexContentRestriction restriction = new XmlSchemaComplexContentRestriction();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3491if (o.@Content is global::System.Xml.Schema.XmlSchemaComplexContentRestriction) { 3492Write57_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaComplexContentRestriction)o.@Content), false, false); 3578void Write57_Item(string n, string ns, global::System.Xml.Schema.XmlSchemaComplexContentRestriction o, bool isNullable, bool needType) { 3585if (t == typeof(global::System.Xml.Schema.XmlSchemaComplexContentRestriction)) { 10000global::System.Xml.Schema.XmlSchemaComplexContentRestriction Read57_Item(bool isNullable, bool checkType) { 10012global::System.Xml.Schema.XmlSchemaComplexContentRestriction o;
System.Xml (49)
System\Xml\Schema\Preprocessor.cs (4)
953if (content.Content is XmlSchemaComplexContentRestriction) { 954baseName = ((XmlSchemaComplexContentRestriction)content.Content).BaseTypeName; 1489XmlSchemaComplexContentRestriction contentRestriction = (XmlSchemaComplexContentRestriction)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
277XmlSchemaComplexContentRestriction complexRestriction = (XmlSchemaComplexContentRestriction)complexContent.Content; 582CompileComplexContentRestriction(complexType, complexContent, (XmlSchemaComplexContentRestriction)complexContent.Content); 783private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
645if (content.Content is XmlSchemaComplexContentRestriction) { 646baseName = ((XmlSchemaComplexContentRestriction)content.Content).BaseTypeName; 1175XmlSchemaComplexContentRestriction contentRestriction = (XmlSchemaComplexContentRestriction)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (4)
265XmlSchemaComplexContentRestriction complexRestriction = (XmlSchemaComplexContentRestriction)complexContent.Content; 650CompileComplexContentRestriction(complexType, complexContent, (XmlSchemaComplexContentRestriction)complexContent.Content); 842private void CompileComplexContentRestriction(XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) {
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
35[XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)),
System\Xml\Schema\XmlSchemaComplexType.cs (6)
320if (contentModel.Content is XmlSchemaComplexContentRestriction) 321return ((XmlSchemaComplexContentRestriction)contentModel.Content).BaseTypeName; 400XmlSchemaComplexContentRestriction complexRest = complexContent.Content as XmlSchemaComplexContentRestriction; 401XmlSchemaComplexContentRestriction newComplexRest = (XmlSchemaComplexContentRestriction)complexRest.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
644private XmlSchemaComplexContentRestriction complexContentRestriction; 1001this.complexContentRestriction = (XmlSchemaComplexContentRestriction)container;
System\Xml\Serialization\ImportContext.cs (3)
298if (content is XmlSchemaComplexContentRestriction) { 299baseName = ((XmlSchemaComplexContentRestriction)content).BaseTypeName; 300attributes = ((XmlSchemaComplexContentRestriction)content).Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
350else if (t == typeof(XmlSchemaComplexContentRestriction)) { 351Write56_XmlSchemaComplexContentRestriction((XmlSchemaComplexContentRestriction)o); 758if (o.@Content is XmlSchemaComplexContentRestriction) { 759Write56_XmlSchemaComplexContentRestriction((XmlSchemaComplexContentRestriction)o.@Content); 1022void Write56_XmlSchemaComplexContentRestriction(XmlSchemaComplexContentRestriction o) {
System\Xml\Serialization\SoapSchemaExporter.cs (3)
211XmlSchemaComplexContentRestriction restriction = new XmlSchemaComplexContentRestriction(); 333else if (type.ContentModel.Content is XmlSchemaComplexContentRestriction) 334((XmlSchemaComplexContentRestriction)type.ContentModel.Content).Particle = seq;
System\Xml\Serialization\SoapSchemaImporter.cs (6)
341else if (model.Content is XmlSchemaComplexContentRestriction) { 342if (((XmlSchemaComplexContentRestriction)model.Content).Particle != null) { 343ImportGroup(((XmlSchemaComplexContentRestriction)model.Content).Particle, members, typeNs); 422if (!(model.Content is XmlSchemaComplexContentRestriction)) return null; 426XmlSchemaComplexContentRestriction restriction = (XmlSchemaComplexContentRestriction)model.Content;
System\Xml\Serialization\XmlSchemaExporter.cs (7)
611if (type.ContentModel.Content is XmlSchemaComplexContentRestriction) 612attributes = ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).Attributes; 645else if (content is XmlSchemaComplexContentRestriction) { 646XmlSchemaComplexContentRestriction restriction = (XmlSchemaComplexContentRestriction)content; 947if (type.ContentModel.Content is XmlSchemaComplexContentRestriction) 948((XmlSchemaComplexContentRestriction)type.ContentModel.Content).Particle = seq;