4 references to RemoteEditAndContinueServiceProxy
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\EditAndContinueDiagnosticAnalyzer.cs (1)
80
var proxy = new
RemoteEditAndContinueServiceProxy
(workspace);
EditAndContinue\EditAndContinueLanguageService.cs (2)
71
var proxy = new
RemoteEditAndContinueServiceProxy
(WorkspaceProvider.Value.Workspace);
125
var proxy = new
RemoteEditAndContinueServiceProxy
(workspace);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
142
var proxy = new
RemoteEditAndContinueServiceProxy
(localWorkspace);