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)
421if (_tcs.Task.Wait(maxTestWaitTime)) 423return _tcs.Task.Result; 431_tcs.SetResult(guid);