3 types derived from XmlSchemaSimpleTypeContent
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
8public class XmlSchemaSimpleTypeList : XmlSchemaSimpleTypeContent
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
9public class XmlSchemaSimpleTypeRestriction : XmlSchemaSimpleTypeContent
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
8public 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)
426XmlSchemaSimpleTypeContent? content = simpleType.Content; 1176XmlSchemaSimpleTypeContent? content = anonymousType.Content;
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
11private XmlSchemaSimpleTypeContent? _content; 21public XmlSchemaSimpleTypeContent? Content 49newSimpleType.Content = (XmlSchemaSimpleTypeContent)_content.Clone();
System\Xml\Serialization\ImportContext.cs (1)
315XmlSchemaSimpleTypeContent? content = simpleType.Content;
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1751XmlSchemaSimpleTypeContent? content = dataType.Content; 1875XmlSchemaSimpleTypeContent? 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))]