1 instantiation of RpcServer
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Program.cs (1)
55
var server = new
RpcServer
(sendingStream: pipeServer, receivingStream: pipeServer);
3 references to RpcServer
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
BuildHost.cs (2)
24
private readonly
RpcServer
_server;
28
public BuildHost(BuildHostLogger logger, ImmutableDictionary<string, string> globalMSBuildProperties, string? binaryLogPath,
RpcServer
server)
Program.cs (1)
55
var
server = new RpcServer(sendingStream: pipeServer, receivingStream: pipeServer);