2 overrides of TryGetMap
System.Data.Entity (2)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
79internal override bool TryGetMap(string identity, DataSpace typeSpace, bool ignoreCase, out Map map)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
322internal override bool TryGetMap(string identity, DataSpace typeSpace, bool ignoreCase, out Map map)
1 reference to TryGetMap
System.Data.Entity (1)
System\Data\Metadata\MetadataWorkspace.cs (1)
826return (null != collection) && ((MappingItemCollection)collection).TryGetMap(typeIdentity, typeSpace, ignoreCase, out map);