1 write to _atEOFTask
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
51
_atEOFTask
= new TaskCompletionSource();
3 references to _atEOFTask
System.ServiceModel.NetNamedPipe (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
136
_atEOFTask
.TrySetResult();
288
if (!await
_atEOFTask
.Task.AwaitWithTimeout(timeoutHelper.RemainingTime()))
364
_atEOFTask
.TrySetResult();