2 overrides of TryGetMap
System.Data.Entity (2)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
197internal override bool TryGetMap(GlobalItem item, out Map map)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
375internal override bool TryGetMap(GlobalItem item, out Map map)
1 reference to TryGetMap
System.Data.Entity (1)
System\Data\Metadata\MetadataWorkspace.cs (1)
865return (null != collection) && ((MappingItemCollection)collection).TryGetMap(item, out map);