11 references to HashHelper
System.Workflow.Runtime (11)
Tracking.cs (10)
947return _services.ContainsKey(HashHelper.HashServiceType(trackingServiceType)); 952_services.Add(HashHelper.HashServiceType(trackingServiceType), new ServiceProfileContainer(profileVersionId)); 962Guid previous = HashHelper.HashServiceType(replacement.Key); 966Guid current = HashHelper.HashServiceType(replacement.Value); 978_services.Remove(HashHelper.HashServiceType(trackingServiceType)); 986if (_services.TryGetValue(HashHelper.HashServiceType(trackingServiceType), out service)) 997if (!_services.TryGetValue(HashHelper.HashServiceType(trackingServiceType), out service)) 1006if (!_services.TryGetValue(HashHelper.HashServiceType(trackingServiceType), out service)) 1015if (!_services.TryGetValue(HashHelper.HashServiceType(trackingServiceType), out service)) 1026if (!_services.TryGetValue(HashHelper.HashServiceType(trackingServiceType), out service))
Tracking\SqlTrackingService.cs (1)
2211Guid hashed = HashHelper.HashStringToGuid(qId);