2 references to Shutdown
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
RpcTests.cs (1)
287private sealed class ObjectWithMethodThatShutsDownServer(RpcServer server) { public void Shutdown() { server.Shutdown(); } }
src\Workspaces\MSBuild\BuildHost\Rpc\RpcServer.cs (1)
58/// <see cref="Shutdown"/> is called.