Base:
method
TryGetMap
System.Data.Mapping.MappingItemCollection.TryGetMap(System.String, System.Data.Metadata.Edm.DataSpace, System.Boolean, out System.Data.Mapping.Map)
2 references to TryGetMap
System.Data.Entity (2)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
64if (!this.TryGetMap(identity, typeSpace, ignoreCase, out map)) 173return this.TryGetMap(identity, typeSpace, false /*ignoreCase*/, out map);