5 references to MockEditAndContinueWorkspaceService
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (5)
53
localComposition = localComposition.AddParts(typeof(
MockEditAndContinueWorkspaceService
));
60
MockEditAndContinueWorkspaceService
mockEncService;
66
mockEncService = (
MockEditAndContinueWorkspaceService
)localWorkspace.Services.GetRequiredService<IEditAndContinueWorkspaceService>();
71
clientProvider!.AdditionalRemoteParts = new[] { typeof(
MockEditAndContinueWorkspaceService
) };
75
mockEncService = (
MockEditAndContinueWorkspaceService
)remoteWorkspace.Services.GetRequiredService<IEditAndContinueWorkspaceService>();