6 instantiations of XmlSchemaSimpleTypeRestriction
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
431
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
System.Private.Xml (5)
System\Xml\Schema\DataTypeImplementation.cs (1)
195
XmlSchemaSimpleTypeRestriction restContent = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Schema\Preprocessor.cs (1)
442
XmlSchemaSimpleTypeRestriction r = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Schema\XsdBuilder.cs (1)
1560
builder._xso = builder._simpleTypeRestriction = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Serialization\Types.cs (1)
643
XmlSchemaSimpleTypeRestriction restriction = new
XmlSchemaSimpleTypeRestriction
();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1155
XmlSchemaSimpleTypeRestriction 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)
56
if (node.Content is
XmlSchemaSimpleTypeRestriction
content)
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\SchemaExporter.cs (1)
431
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
System\Runtime\Serialization\SchemaImporter.cs (6)
431
else if (content is
XmlSchemaSimpleTypeRestriction
restriction)
542
private bool CheckIfEnum(
XmlSchemaSimpleTypeRestriction
restriction)
1181
else if (content is
XmlSchemaSimpleTypeRestriction
)
1183
if (content is
XmlSchemaSimpleTypeRestriction
restriction && CheckIfEnum(restriction))
1193
private EnumDataContract ImportEnum(XmlQualifiedName typeName,
XmlSchemaSimpleTypeRestriction
restriction, bool isFlags, XmlSchemaAnnotation? annotation)
1224
private DataContract ImportSimpleTypeRestriction(XmlQualifiedName typeName,
XmlSchemaSimpleTypeRestriction
restriction)
System.Private.Xml (33)
System\Xml\Schema\DataTypeImplementation.cs (1)
195
XmlSchemaSimpleTypeRestriction
restContent = new XmlSchemaSimpleTypeRestriction();
System\Xml\Schema\Preprocessor.cs (5)
442
XmlSchemaSimpleTypeRestriction
r = new XmlSchemaSimpleTypeRestriction();
1097
if (stype.Content != null && stype.Content is
XmlSchemaSimpleTypeRestriction
)
1099
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)stype.Content;
1548
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
restriction)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
562
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
restriction)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
773
if (stype.Content != null && stype.Content is
XmlSchemaSimpleTypeRestriction
)
775
XmlSchemaSimpleTypeRestriction
restriction = (
XmlSchemaSimpleTypeRestriction
)stype.Content;
1215
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
restriction)
System\Xml\Schema\SchemaSetCompiler.cs (1)
648
else if (simpleType.Content is
XmlSchemaSimpleTypeRestriction
restriction)
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
18
[XmlElement("restriction", typeof(
XmlSchemaSimpleTypeRestriction
)),
36
if (_content is
XmlSchemaSimpleTypeRestriction
)
38
return ((
XmlSchemaSimpleTypeRestriction
)_content).BaseTypeName;
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (2)
48
XmlSchemaSimpleTypeRestriction
newRestriction = (
XmlSchemaSimpleTypeRestriction
)MemberwiseClone();
System\Xml\Schema\XsdBuilder.cs (2)
652
private
XmlSchemaSimpleTypeRestriction
? _simpleTypeRestriction;
1057
_simpleTypeRestriction = (
XmlSchemaSimpleTypeRestriction
)container;
System\Xml\Serialization\ImportContext.cs (3)
316
if (content is
XmlSchemaSimpleTypeRestriction
)
318
baseType = ((
XmlSchemaSimpleTypeRestriction
)content).BaseType;
319
baseName = ((
XmlSchemaSimpleTypeRestriction
)content).BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
468
else if (t == typeof(
XmlSchemaSimpleTypeRestriction
))
470
Write15_XmlSchemaSimpleTypeRestriction((
XmlSchemaSimpleTypeRestriction
)o);
569
else if (o.@Content is
XmlSchemaSimpleTypeRestriction
)
571
Write15_XmlSchemaSimpleTypeRestriction((
XmlSchemaSimpleTypeRestriction
)o.@Content);
633
private void Write15_XmlSchemaSimpleTypeRestriction(
XmlSchemaSimpleTypeRestriction
? o)
System\Xml\Serialization\Types.cs (1)
643
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1155
XmlSchemaSimpleTypeRestriction
restriction = new XmlSchemaSimpleTypeRestriction();
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1672
if (dataType.Content is
XmlSchemaSimpleTypeRestriction
restriction)
1753
if (content is
XmlSchemaSimpleTypeRestriction
restriction)
1876
if (content is
XmlSchemaSimpleTypeRestriction
)
1878
return ((
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
))]