1 reference to TryReadLineOrReturnNullIfCancelledAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Rpc\RpcClient.cs (1)
53
while ((line = await _receivingStream.
TryReadLineOrReturnNullIfCancelledAsync
(_shutdownTokenSource.Token).ConfigureAwait(false)) != null)