1 instantiation of TaskCompletionSourceInfo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
305
return 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)
254
private
TaskCompletionSourceInfo
_tcsInfo;
259
_tcsInfo =
TaskCompletionSourceInfo
.GetTaskCompletionSourceInfo(resultType);
283
private static ConcurrentDictionary<Type,
TaskCompletionSourceInfo
> s_cache = new ConcurrentDictionary<Type,
TaskCompletionSourceInfo
>();
303
public static
TaskCompletionSourceInfo
GetTaskCompletionSourceInfo(Type resultType)