4 references to s_tokenCache
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TimeoutHelper.cs (4)
256s_tokenCache.TryRemove(args.Item1, out ignored); 300if (!s_tokenCache.TryGetValue(targetTime, out tokenTask)) 305if (s_tokenCache.TryAdd(targetTime, tcs.Task)) 322if (!s_tokenCache.TryGetValue(targetTime, out tokenTask))