3 references to ThrowIfFalse
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
Rpc\RpcServer.cs (3)
109
Contract.
ThrowIfFalse
(
122
Contract.
ThrowIfFalse
(request.Parameters.Length == methodParameters.Length - 1, $"The arguments list should contain every parameter for {request.Method} except the final CancellationToken.");
124
Contract.
ThrowIfFalse
(request.Parameters.Length == methodParameters.Length, $"The arguments list should contain every parameter for {request.Method}.");