1 write to _streamWriter
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Rpc\RpcServer.cs (1)
40_streamWriter = new StreamWriter(stream, JsonSettings.StreamEncoding);
2 references to _streamWriter
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Rpc\RpcServer.cs (2)
177await _streamWriter.WriteLineAsync(responseJson).ConfigureAwait(false); 178await _streamWriter.FlushAsync().ConfigureAwait(false);