1 write to _tcs
Client.TypedClient.IntegrationTests (1)
TypedProxyTests.4.0.0.cs (1)
414
_tcs
= new TaskCompletionSource<Guid>();
3 references to _tcs
Client.TypedClient.IntegrationTests (3)
TypedProxyTests.4.0.0.cs (3)
421
if (
_tcs
.Task.Wait(maxTestWaitTime))
423
return
_tcs
.Task.Result;
431
_tcs
.SetResult(guid);