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