5 references to GetDefaultMapping
System.Xml (5)
System\Xml\Serialization\XmlSchemaImporter.cs (5)
1064
mapping =
GetDefaultMapping
(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue);
1344
accessor.Mapping =
GetDefaultMapping
(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue);
1505
mapping =
GetDefaultMapping
(TypeFlags.CanBeAttributeValue);
1585
return
GetDefaultMapping
(flags);
1636
mapping =
GetDefaultMapping
(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.CanBeAttributeValue);