1 instantiation of TaskCompletionSourceInfo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
305return s_cache.GetOrAdd(resultType, t => new TaskCompletionSourceInfo(t));
5 references to TaskCompletionSourceInfo
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (5)
254private TaskCompletionSourceInfo _tcsInfo; 259_tcsInfo = TaskCompletionSourceInfo.GetTaskCompletionSourceInfo(resultType); 283private static ConcurrentDictionary<Type, TaskCompletionSourceInfo> s_cache = new ConcurrentDictionary<Type, TaskCompletionSourceInfo>(); 303public static TaskCompletionSourceInfo GetTaskCompletionSourceInfo(Type resultType)