3 types derived from XmlSchemaSimpleTypeContent
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
8
public class XmlSchemaSimpleTypeList :
XmlSchemaSimpleTypeContent
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
9
public class XmlSchemaSimpleTypeRestriction :
XmlSchemaSimpleTypeContent
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
8
public class XmlSchemaSimpleTypeUnion :
XmlSchemaSimpleTypeContent
11 references to XmlSchemaSimpleTypeContent
netstandard (1)
netstandard.cs (1)
2363
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaSimpleTypeContent
))]
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
426
XmlSchemaSimpleTypeContent
? content = simpleType.Content;
1176
XmlSchemaSimpleTypeContent
? content = anonymousType.Content;
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
11
private
XmlSchemaSimpleTypeContent
? _content;
21
public
XmlSchemaSimpleTypeContent
? Content
49
newSimpleType.Content = (
XmlSchemaSimpleTypeContent
)_content.Clone();
System\Xml\Serialization\ImportContext.cs (1)
315
XmlSchemaSimpleTypeContent
? content = simpleType.Content;
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1751
XmlSchemaSimpleTypeContent
? content = dataType.Content;
1875
XmlSchemaSimpleTypeContent
? content = dataType.Content;
System.Xml (1)
System.Xml.cs (1)
88
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaSimpleTypeContent
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
87
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaSimpleTypeContent
))]