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