3 references to HasSimpleContent
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (1)
621
else if (BaseMapping.
HasSimpleContent
)
System\Xml\Serialization\XmlSchemaExporter.cs (2)
992
if (mapping.
HasSimpleContent
)
1011
ExportTypeMembers(type, mapping.Members!, mapping.TypeName!, mapping.Namespace, mapping.
HasSimpleContent
, openModel);