5 references to GetDefaultMapping
System.Private.Xml (5)
System\Xml\Serialization\XmlSchemaImporter.cs (5)
1101mapping = GetDefaultMapping(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue); 1399accessor.Mapping = GetDefaultMapping(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue); 1588mapping = GetDefaultMapping(TypeFlags.CanBeAttributeValue); 1680return GetDefaultMapping(flags); 1738mapping = GetDefaultMapping(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.CanBeAttributeValue);