2 instantiations of XmlSchemaSimpleContentRestriction
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9817o = new global::System.Xml.Schema.XmlSchemaSimpleContentRestriction();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1628builder.xso = builder.simpleContentRestriction = new XmlSchemaSimpleContentRestriction();
46 references to XmlSchemaSimpleContentRestriction
System.Data (5)
fx\src\data\System\Data\XMLSchema.cs (5)
535XmlSchemaSimpleContentRestriction ccRestriction = ((XmlSchemaSimpleContentRestriction) cContent ); 941Debug.Assert(cContent is XmlSchemaSimpleContentRestriction, "Expected SimpleContent extension or restriction"); 942XmlSchemaSimpleContentRestriction ccRestriction = ((XmlSchemaSimpleContentRestriction) cContent );
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
42{ typeof(XmlSchemaSimpleContentRestriction), ErrorHandler }, 92{ typeof(XmlSchemaSimpleContentRestriction), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3681else if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleContentRestriction) { 3682Write59_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContentRestriction)o.@Content), false, false); 3693void Write59_Item(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleContentRestriction o, bool isNullable, bool needType) { 3700if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleContentRestriction)) { 9804global::System.Xml.Schema.XmlSchemaSimpleContentRestriction Read59_Item(bool isNullable, bool checkType) { 9816global::System.Xml.Schema.XmlSchemaSimpleContentRestriction o;
System.Xml (33)
System\Xml\Schema\Preprocessor.cs (4)
962if (content.Content is XmlSchemaSimpleContentRestriction) { 963baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 1439XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
264XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content; 573CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content); 664private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType, XmlSchemaSimpleContentRestriction simpleRestriction) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
654if (content.Content is XmlSchemaSimpleContentRestriction) { 655baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 1125XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (4)
252XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content; 641CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content); 722private void CompileSimpleContentRestriction(XmlSchemaComplexType complexType, XmlSchemaSimpleContentRestriction simpleRestriction) {
System\Xml\Schema\XmlSchemaComplexType.cs (6)
324else if (contentModel.Content is XmlSchemaSimpleContentRestriction) 325return ((XmlSchemaSimpleContentRestriction)contentModel.Content).BaseTypeName; 376XmlSchemaSimpleContentRestriction simpleRest = (XmlSchemaSimpleContentRestriction)simpleContent.Content; 377XmlSchemaSimpleContentRestriction newSimpleRest = (XmlSchemaSimpleContentRestriction)simpleRest.Clone();
System\Xml\Schema\XmlSchemaSimpleContent.cs (1)
23[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)),
System\Xml\Schema\XsdBuilder.cs (2)
647private XmlSchemaSimpleContentRestriction simpleContentRestriction; 1010this.simpleContentRestriction = (XmlSchemaSimpleContentRestriction)container;
System\Xml\Serialization\ImportContext.cs (3)
302else if (content is XmlSchemaSimpleContentRestriction) { 303XmlSchemaSimpleContentRestriction restriction = (XmlSchemaSimpleContentRestriction)content;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
358else if (t == typeof(XmlSchemaSimpleContentRestriction)) { 359Write40_XmlSchemaSimpleContentRestriction((XmlSchemaSimpleContentRestriction)o); 710if (o.@Content is XmlSchemaSimpleContentRestriction) { 711Write40_XmlSchemaSimpleContentRestriction((XmlSchemaSimpleContentRestriction)o.@Content); 734void Write40_XmlSchemaSimpleContentRestriction(XmlSchemaSimpleContentRestriction o) {