1 write to TrySetResultMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
291TrySetResultMethod = GenericType.GetTypeInfo().GetDeclaredMethod("TrySetResult");
1 reference to TrySetResultMethod
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
267return (bool)_tcsInfo.TrySetResultMethod.Invoke(_tcsInstance, new object[] { result });