Implemented interface member:
method
GetBaseActiveStatementSpansAsync
Microsoft.CodeAnalysis.EditAndContinue.IActiveStatementSpanFactory.GetBaseActiveStatementSpansAsync(Microsoft.CodeAnalysis.Solution, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId>, System.Threading.CancellationToken)
1 reference to GetBaseActiveStatementSpansAsync
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
266var baseActiveSpans = await sessionProxy.GetBaseActiveStatementSpansAsync(localWorkspace.CurrentSolution, [documentId, inProcOnlyDocumentId], CancellationToken.None);