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