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