9 references to HashServiceType
System.Workflow.Runtime (9)
Tracking.cs (9)
947return _services.ContainsKey(HashHelper.HashServiceType(trackingServiceType)); 952_services.Add(HashHelper.HashServiceType(trackingServiceType), new ServiceProfileContainer(profileVersionId)); 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))