10 references to GetService
Microsoft.CodeAnalysis.Remote.ServiceHub (10)
Services\EditAndContinue\RemoteEditAndContinueService.cs (10)
90var sessionId = GetService().StartDebuggingSession(solution, debuggerService, sourceTextProvider, reportDiagnostics); 102GetService().BreakStateOrCapabilitiesChanged(sessionId, inBreakState); 113GetService().EndDebuggingSession(sessionId); 128var diagnostics = await GetService().GetDocumentDiagnosticsAsync(document, CreateActiveStatementSpanProvider(callbackId), cancellationToken).ConfigureAwait(false); 146var service = GetService(); 166GetService().CommitSolutionUpdate(sessionId); 177GetService().DiscardSolutionUpdate(sessionId); 188return await GetService().GetBaseActiveStatementSpansAsync(sessionId, solution, documentIds, cancellationToken).ConfigureAwait(false); 200return await GetService().GetAdjustedActiveStatementSpansAsync(sessionId, document, CreateActiveStatementSpanProvider(callbackId), cancellationToken).ConfigureAwait(false); 211GetService().SetFileLoggingDirectory(logDirectory);