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