2 references to TryEnsureMSBuildLoaded
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
AbstractBuildHost.cs (2)
108return TryEnsureMSBuildLoaded(projectOrSolutionFilePath); 113Contract.ThrowIfFalse(TryEnsureMSBuildLoaded(projectFilePath), $"We don't have an MSBuild to use; {nameof(HasUsableMSBuild)} should have been called first to check.");