3 types derived from XmlSchemaSimpleTypeContent
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeList.cs (1)
17public class XmlSchemaSimpleTypeList : XmlSchemaSimpleTypeContent
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
18public class XmlSchemaSimpleTypeRestriction : XmlSchemaSimpleTypeContent
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs (1)
17public class XmlSchemaSimpleTypeUnion : XmlSchemaSimpleTypeContent
8 references to XmlSchemaSimpleTypeContent
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (3)
20private XmlSchemaSimpleTypeContent _content; 36public XmlSchemaSimpleTypeContent Content 64newSimpleType.Content = (XmlSchemaSimpleTypeContent)_content.Clone();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
395XmlSchemaSimpleTypeContent content = simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1853XmlSchemaSimpleTypeContent content = dataType.Content; 1975XmlSchemaSimpleTypeContent content = dataType.Content;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
428XmlSchemaSimpleTypeContent content = simpleType.Content; 1175XmlSchemaSimpleTypeContent content = anonymousType.Content;