3 references to Path
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
159
dotnetPath = Path.GetFullPath(Path.Combine(msbuildLocation.
Path
, $"../../{DotnetExecutable}"));
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
AbstractBuildHost.cs (2)
70
MSBuildLocator.RegisterMSBuildPath(instance.
Path
);
71
Logger.LogInformation($"Registered MSBuild {instance.Version} instance at {instance.
Path
}");