9 instantiations of XmlSchemaSimpleTypeRestriction
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
428XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
198XmlSchemaSimpleTypeRestriction contentRestriction = new XmlSchemaSimpleTypeRestriction();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7620o = new global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction();
System.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (1)
184XmlSchemaSimpleTypeRestriction restContent = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\Preprocessor.cs (1)
386XmlSchemaSimpleTypeRestriction r = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\XsdBuilder.cs (1)
1456builder.xso = builder.simpleTypeRestriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\SoapSchemaExporter.cs (1)
359XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\Types.cs (1)
593XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1017XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
91 references to XmlSchemaSimpleTypeRestriction
System.Data (3)
fx\src\data\System\Data\SimpleType.cs (3)
92if (node.Content is XmlSchemaSimpleTypeRestriction) { 93XmlSchemaSimpleTypeRestriction content = (XmlSchemaSimpleTypeRestriction) node.Content;
System.Runtime.Serialization (10)
System\Runtime\Serialization\SchemaExporter.cs (1)
428XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Runtime\Serialization\SchemaImporter.cs (9)
434else if (content is XmlSchemaSimpleTypeRestriction) 436XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)content; 546bool CheckIfEnum(XmlSchemaSimpleTypeRestriction restriction) 1186else if (content is XmlSchemaSimpleTypeRestriction) 1188XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)content; 1200EnumDataContract ImportEnum(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction, bool isFlags, XmlSchemaAnnotation annotation) 1230DataContract ImportSimpleTypeRestriction(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction)
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
198XmlSchemaSimpleTypeRestriction contentRestriction = new XmlSchemaSimpleTypeRestriction();
System.ServiceModel.Web (10)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (10)
28{ typeof(XmlSchemaSimpleTypeRestriction), SimpleTypeRestrictionHandler }, 78{ typeof(XmlSchemaSimpleTypeRestriction), SimpleTypeRestrictionHandler }, 216XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)schemaObject; 342if (simpleType.Content != null && simpleType.Content is XmlSchemaSimpleTypeRestriction) 344XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)simpleType.Content; 472if (simpleType.Content is XmlSchemaSimpleTypeRestriction) 474XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)simpleType.Content;
System.Web.Extensions (7)
Script\Services\WebServiceTypeData.cs (7)
139private static bool CheckIfEnum(XmlSchemaSimpleType simpleType, out XmlSchemaSimpleTypeRestriction simpleTypeRestriction) { 146XmlSchemaSimpleTypeRestriction restriction = simpleType.Content as XmlSchemaSimpleTypeRestriction; 156restriction = anonymousType.Content as XmlSchemaSimpleTypeRestriction; 166static bool CheckIfEnumRestriction(XmlSchemaSimpleTypeRestriction restriction) { 217XmlSchemaSimpleTypeRestriction simpleTypeRestriction; 291static WebServiceEnumData ImportEnum(string typeName, string typeNamespace, XmlQualifiedName typeQualifiedName, XmlSchemaSimpleTypeRestriction restriction, XmlSchemaAnnotation annotation) {
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2485else if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction) { 2486Write32_XmlSchemaSimpleTypeRestriction(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction)o.@Content), false, false); 2532void Write32_XmlSchemaSimpleTypeRestriction(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction o, bool isNullable, bool needType) { 2539if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction)) { 7607global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction Read32_XmlSchemaSimpleTypeRestriction(bool isNullable, bool checkType) { 7619global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction o;
System.Xml (54)
System\Xml\Schema\DataTypeImplementation.cs (1)
184XmlSchemaSimpleTypeRestriction restContent = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\Preprocessor.cs (7)
386XmlSchemaSimpleTypeRestriction r = new XmlSchemaSimpleTypeRestriction(); 939if (stype.Content != null && stype.Content is XmlSchemaSimpleTypeRestriction) { 940XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)stype.Content; 1287else if (simpleType.Content is XmlSchemaSimpleTypeRestriction) { 1288XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)simpleType.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
442else if (simpleType.Content is XmlSchemaSimpleTypeRestriction) { 443XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)simpleType.Content;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
631if (stype.Content != null && stype.Content is XmlSchemaSimpleTypeRestriction) { 632XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)stype.Content; 975else if (simpleType.Content is XmlSchemaSimpleTypeRestriction) { 976XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)simpleType.Content;
System\Xml\Schema\SchemaSetCompiler.cs (3)
506else if (simpleType.Content is XmlSchemaSimpleTypeRestriction) { 507XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)simpleType.Content;
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
30[XmlElement("restriction", typeof(XmlSchemaSimpleTypeRestriction)), 44if (content is XmlSchemaSimpleTypeRestriction) { 45return ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName;
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
63XmlSchemaSimpleTypeRestriction newRestriction = (XmlSchemaSimpleTypeRestriction)MemberwiseClone();
System\Xml\Schema\XsdBuilder.cs (2)
650private XmlSchemaSimpleTypeRestriction simpleTypeRestriction; 1019this.simpleTypeRestriction = (XmlSchemaSimpleTypeRestriction)container;
System\Xml\Serialization\ImportContext.cs (5)
337if (content is XmlSchemaSimpleTypeRestriction) { 338baseType = ((XmlSchemaSimpleTypeRestriction)content).BaseType; 339baseName = ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName; 349else if (content is XmlSchemaSimpleTypeRestriction) { 350baseName = ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
386else if (t == typeof(XmlSchemaSimpleTypeRestriction)) { 387Write15_XmlSchemaSimpleTypeRestriction((XmlSchemaSimpleTypeRestriction)o); 470else if (o.@Content is XmlSchemaSimpleTypeRestriction) { 471Write15_XmlSchemaSimpleTypeRestriction((XmlSchemaSimpleTypeRestriction)o.@Content); 525void Write15_XmlSchemaSimpleTypeRestriction(XmlSchemaSimpleTypeRestriction o) {
System\Xml\Serialization\SoapSchemaExporter.cs (1)
359XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\SoapSchemaImporter.cs (6)
519if (dataType.Content is XmlSchemaSimpleTypeRestriction) { 520XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)dataType.Content; 565if (!(dataType.Content is XmlSchemaSimpleTypeRestriction)) 568XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)dataType.Content;
System\Xml\Serialization\Types.cs (1)
593XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1017XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaImporter.cs (8)
1548if (dataType.Content is XmlSchemaSimpleTypeRestriction) { 1549XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)dataType.Content; 1616if (content is XmlSchemaSimpleTypeRestriction) { 1617XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)content; 1721if (content is XmlSchemaSimpleTypeRestriction) { 1722return ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName;