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