3 references to TestWorkspaceConfigurationService
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
SolutionTests\SolutionWithSourceGeneratorTests.cs (3)
1421
using var workspace = CreateWorkspace([typeof(
TestWorkspaceConfigurationService
)], TestHost.OutOfProcess);
1425
var
configService = (
TestWorkspaceConfigurationService
)workspace.Services.GetRequiredService<IWorkspaceConfigurationService>();