6 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)
643XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1155XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
44 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)
316if (content is XmlSchemaSimpleTypeRestriction) 318baseType = ((XmlSchemaSimpleTypeRestriction)content).BaseType; 319baseName = ((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)
643XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1155XmlSchemaSimpleTypeRestriction restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1672if (dataType.Content is XmlSchemaSimpleTypeRestriction restriction) 1753if (content is XmlSchemaSimpleTypeRestriction restriction) 1876if (content is XmlSchemaSimpleTypeRestriction) 1878return ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName;
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))]