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