5 references to GetDefaultMapping
System.Private.Xml (5)
System\Xml\Serialization\XmlSchemaImporter.cs (5)
1132mapping = GetDefaultMapping(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue); 1433accessor.Mapping = GetDefaultMapping(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue); 1625mapping = GetDefaultMapping(TypeFlags.CanBeAttributeValue); 1718return GetDefaultMapping(flags); 1777mapping = GetDefaultMapping(TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.CanBeAttributeValue);