5 references to MSBuildWorkspaceLoader
dotnet-format (1)
CodeFormatter.cs (1)
137return await MSBuildWorkspaceLoader.LoadAsync(solutionOrProjectPath, workspaceType, binaryLogPath, logWorkspaceWarnings, logger, cancellationToken);
dotnet-format.UnitTests (4)
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);
XUnit\MSBuildTestCase.cs (2)
49await MSBuildWorkspaceLoader.Guard.WaitAsync(); 57MSBuildWorkspaceLoader.Guard.Release();