7 instantiations of XmlSchemaSimpleTypeRestriction
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
431XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System.Private.Xml (5)
System\Xml\Schema\DataTypeImplementation.cs (1)
195XmlSchemaSimpleTypeRestriction restContent = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\Preprocessor.cs (1)
442XmlSchemaSimpleTypeRestriction r = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\XsdBuilder.cs (1)
1560builder._xso = builder._simpleTypeRestriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\Types.cs (1)
651XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1155XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9368o = new global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction();
50 references to XmlSchemaSimpleTypeRestriction
netstandard (1)
netstandard.cs (1)
2365[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
56if (node.Content is XmlSchemaSimpleTypeRestriction content)
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\SchemaExporter.cs (1)
431XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Runtime\Serialization\SchemaImporter.cs (6)
431else if (content is XmlSchemaSimpleTypeRestriction restriction) 542private bool CheckIfEnum(XmlSchemaSimpleTypeRestriction restriction) 1181else if (content is XmlSchemaSimpleTypeRestriction) 1183if (content is XmlSchemaSimpleTypeRestriction restriction && CheckIfEnum(restriction)) 1193private EnumDataContract ImportEnum(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction, bool isFlags, XmlSchemaAnnotation? annotation) 1224private DataContract ImportSimpleTypeRestriction(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction)
System.Private.Xml (33)
System\Xml\Schema\DataTypeImplementation.cs (1)
195XmlSchemaSimpleTypeRestriction restContent = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\Preprocessor.cs (5)
442XmlSchemaSimpleTypeRestriction r = new XmlSchemaSimpleTypeRestriction(); 1097if (stype.Content != null && stype.Content is XmlSchemaSimpleTypeRestriction) 1099XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)stype.Content; 1548else if (simpleType.Content is XmlSchemaSimpleTypeRestriction restriction)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
562else if (simpleType.Content is XmlSchemaSimpleTypeRestriction restriction)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
773if (stype.Content != null && stype.Content is XmlSchemaSimpleTypeRestriction) 775XmlSchemaSimpleTypeRestriction restriction = (XmlSchemaSimpleTypeRestriction)stype.Content; 1215else if (simpleType.Content is XmlSchemaSimpleTypeRestriction restriction)
System\Xml\Schema\SchemaSetCompiler.cs (1)
648else if (simpleType.Content is XmlSchemaSimpleTypeRestriction restriction)
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
18[XmlElement("restriction", typeof(XmlSchemaSimpleTypeRestriction)), 36if (_content is XmlSchemaSimpleTypeRestriction) 38return ((XmlSchemaSimpleTypeRestriction)_content).BaseTypeName;
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
48XmlSchemaSimpleTypeRestriction newRestriction = (XmlSchemaSimpleTypeRestriction)MemberwiseClone();
System\Xml\Schema\XsdBuilder.cs (2)
652private XmlSchemaSimpleTypeRestriction? _simpleTypeRestriction; 1057_simpleTypeRestriction = (XmlSchemaSimpleTypeRestriction)container;
System\Xml\Serialization\ImportContext.cs (3)
314if (content is XmlSchemaSimpleTypeRestriction) 316baseType = ((XmlSchemaSimpleTypeRestriction)content).BaseType; 317baseName = ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
468else if (t == typeof(XmlSchemaSimpleTypeRestriction)) 470Write15_XmlSchemaSimpleTypeRestriction((XmlSchemaSimpleTypeRestriction)o); 569else if (o.@Content is XmlSchemaSimpleTypeRestriction) 571Write15_XmlSchemaSimpleTypeRestriction((XmlSchemaSimpleTypeRestriction)o.@Content); 633private void Write15_XmlSchemaSimpleTypeRestriction(XmlSchemaSimpleTypeRestriction? o)
System\Xml\Serialization\Types.cs (1)
651XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1155XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1634if (dataType.Content is XmlSchemaSimpleTypeRestriction restriction) 1714if (content is XmlSchemaSimpleTypeRestriction restriction) 1836if (content is XmlSchemaSimpleTypeRestriction) 1838return ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2918else if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction) { 2919Write32_XmlSchemaSimpleTypeRestriction(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction)o.@Content), false, false); 2973private void Write32_XmlSchemaSimpleTypeRestriction(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction o, bool isNullable, bool needType) { 2984if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction)) { 9345private global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction Read32_XmlSchemaSimpleTypeRestriction(bool isNullable, bool checkType) { 9367global::System.Xml.Schema.XmlSchemaSimpleTypeRestriction o;
System.Xml (1)
System.Xml.cs (1)
90[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
89[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))]