4 instantiations of RemoteEditAndContinueServiceProxy
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
62var proxy = new RemoteEditAndContinueServiceProxy(Services); 123var proxy = new RemoteEditAndContinueServiceProxy(Services);
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
126var proxy = new RemoteEditAndContinueServiceProxy(solution.Services);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\EditAndContinue\EditAndContinueDiagnosticSource_OpenDocument.cs (1)
47var proxy = new RemoteEditAndContinueServiceProxy(services);
4 references to RemoteEditAndContinueServiceProxy
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (2)
62var proxy = new RemoteEditAndContinueServiceProxy(Services); 123var proxy = new RemoteEditAndContinueServiceProxy(Services);
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
126var proxy = new RemoteEditAndContinueServiceProxy(solution.Services);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\EditAndContinue\EditAndContinueDiagnosticSource_OpenDocument.cs (1)
47var proxy = new RemoteEditAndContinueServiceProxy(services);