3 references to HasSimpleContent
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
633
else if (BaseMapping.
HasSimpleContent
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
1035
if (mapping.
HasSimpleContent
)
1054
ExportTypeMembers(type, mapping.Members, mapping.TypeName, mapping.Namespace, mapping.
HasSimpleContent
, openModel);