2 references to ThrowIfFalse
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
BuildHost.cs (1)
133Contract.ThrowIfFalse(TryEnsureMSBuildLoaded(projectFilePath), $"We don't have an MSBuild to use; {nameof(HasUsableMSBuild)} should have been called first to check.");
Program.cs (1)
52Contract.ThrowIfFalse(targetObject == 0, "The first object registered should have target 0, which is assumed by the client.");