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