7 references to ProjectLoadOperation
Microsoft.CodeAnalysis.Workspaces.MSBuild (7)
MSBuild\MSBuildProjectLoader.Worker.cs (4)
106private async Task<TResult> DoOperationAndReportProgressAsync<TResult>(ProjectLoadOperation operation, string? projectPath, string? targetFramework, Func<Task<TResult>> doFunc) 181ProjectLoadOperation.Evaluate, 197ProjectLoadOperation.Build, 314return 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)