4 types derived from XmlSchemaContent
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs (1)
18public class XmlSchemaComplexContentExtension : XmlSchemaContent
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (1)
18public class XmlSchemaComplexContentRestriction : XmlSchemaContent
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentExtension.cs (1)
17public class XmlSchemaSimpleContentExtension : XmlSchemaContent
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
17public class XmlSchemaSimpleContentRestriction : XmlSchemaContent
9 references to XmlSchemaContent
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContent.cs (2)
19private XmlSchemaContent _content; 40public override XmlSchemaContent Content
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaContentModel.cs (1)
24public abstract XmlSchemaContent Content { get; set; }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContent.cs (2)
19private XmlSchemaContent _content; 27public override XmlSchemaContent Content
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
348XmlSchemaContent content = ct.ContentModel.Content;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
746XmlSchemaContent content = type.ContentModel.Content;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
820XmlSchemaContent content = ct.ContentModel.Content;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
659else if (o is XmlSchemaContent)