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