3 references to HasSimpleContent
System.Xml (3)
System\Xml\Serialization\Mappings.cs (1)
531
else if (BaseMapping.
HasSimpleContent
) {
System\Xml\Serialization\XmlSchemaExporter.cs (2)
883
if (mapping.
HasSimpleContent
) {
900
ExportTypeMembers(type, mapping.Members, mapping.TypeName, mapping.Namespace, mapping.
HasSimpleContent
, openModel);