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