9 references to GetLocalService
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (9)
48GetLocalService().BreakStateOrCapabilitiesChanged(_sessionId, inBreakState, out documentsToReanalyze);
73GetLocalService().EndDebuggingSession(_sessionId, out documentsToReanalyze);
117var results = await GetLocalService().EmitSolutionUpdateAsync(_sessionId, solution, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);
181GetLocalService().CommitSolutionUpdate(_sessionId, out documentsToReanalyze);
201GetLocalService().DiscardSolutionUpdate(_sessionId);
215return await GetLocalService().GetCurrentActiveStatementPositionAsync(_sessionId, solution, activeStatementSpanProvider, instructionId, cancellationToken).ConfigureAwait(false);
232return await GetLocalService().IsActiveStatementInExceptionRegionAsync(_sessionId, solution, instructionId, cancellationToken).ConfigureAwait(false);
248return await GetLocalService().GetBaseActiveStatementSpansAsync(_sessionId, solution, documentIds, cancellationToken).ConfigureAwait(false);
270return await GetLocalService().GetAdjustedActiveStatementSpansAsync(_sessionId, document, activeStatementSpanProvider, cancellationToken).ConfigureAwait(false);