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)
BuildHost.cs (2)
64
MSBuildLocator.RegisterMSBuildPath(instance.
Path
);
65
_logger.LogInformation($"Registered MSBuild {instance.Version} instance at {instance.
Path
}");