2 references to Exception
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Rpc\RpcClient.cs (2)
71
if (response.
Exception
!= null)
73
completionSource.SetException(new RemoteInvocationException(response.
Exception
));