7 references to ProjectLoadOperation
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
MSBuild\BuildHostProjectFileInfoProvider.cs (2)
29
ProjectLoadOperation
.Evaluate,
45
ProjectLoadOperation
.Build,
MSBuild\MSBuildProjectLoader.Worker.cs (1)
227
return await _progress.DoOperationAndReportProgressAsync(
ProjectLoadOperation
.Resolve, projectPath, projectFileInfo.TargetFramework, async () =>
MSBuild\ProjectLoadProgress.cs (3)
22
public
ProjectLoadOperation
Operation { get; }
26
/// during the <see cref="
ProjectLoadOperation
.Resolve"/> operation.
35
internal ProjectLoadProgress(string filePath,
ProjectLoadOperation
operation, string? targetFramework, TimeSpan elapsedTime)
MSBuild\ProjectLoadProgressExtensions.cs (1)
15
public async Task<TResult> DoOperationAndReportProgressAsync<TResult>(
ProjectLoadOperation
operation, string? projectPath, string? targetFramework, Func<Task<TResult>> doFunc)