1 reference to TryGetProjectOutputPathAsync
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
343
var outputFilePath = await buildHost.
TryGetProjectOutputPathAsync
(projectPath, cancellationToken).ConfigureAwait(false);