// This is used only by the factory methods (on IdentifyMap) that create one. static internal ICmObjectId FromGuid(Guid guid, IdentityMap map) { return(map.GetCanonicalID(new CmObjectId(guid))); }
int ICmObjectOrIdInternal.GetHvo(IdentityMap map) { return(GetHvoUsing(map)); }
/// <summary> /// The point of this subclass is to do this efficiently! /// </summary> protected override int GetHvoUsing(IdentityMap identityMap) { return(Hvo); }