2 references to GetCurrentActiveStatementPositionAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
356
var span = await GetDebuggingSession().
GetCurrentActiveStatementPositionAsync
(solution, activeStatementSpanProvider, instruction.ToContract(), cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
294
Assert.Equal(span1, await sessionProxy.
GetCurrentActiveStatementPositionAsync
(