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