3 references to LoadAsync
dotnet-format (1)
CodeFormatter.cs (1)
137return await MSBuildWorkspaceLoader.LoadAsync(solutionOrProjectPath, workspaceType, binaryLogPath, logWorkspaceWarnings, logger, cancellationToken);
dotnet-format.UnitTests (2)
Analyzers\ThirdPartyAnalyzerFormatterTests.cs (1)
40var analyzerWorkspace = await MSBuildWorkspaceLoader.LoadAsync(workspacePath, WorkspaceType.Project, binaryLogPath: null, logWorkspaceWarnings: true, logger, CancellationToken.None);
MSBuild\MSBuildWorkspaceLoaderTests.cs (1)
136using var workspace = (MSBuildWorkspace)await MSBuildWorkspaceLoader.LoadAsync(projectFilePath, WorkspaceType.Project, binaryLogPath, logWorkspaceWarnings: true, logger, CancellationToken.None);