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