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