4 references to EOF
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (2)
1750
await _output.
EOF
.WaitAsync(cancellationToken).ConfigureAwait(false);
1755
await _error.
EOF
.WaitAsync(cancellationToken).ConfigureAwait(false);
System\Diagnostics\Process.Unix.cs (2)
262
_output?.
EOF
.GetAwaiter().GetResult();
263
_error?.
EOF
.GetAwaiter().GetResult();