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