2 writes to GetAdjustedActiveStatementSpansImpl
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
EditAndContinue\ActiveStatementTrackingServiceTests.cs (2)
169
spanProvider.
GetAdjustedActiveStatementSpansImpl
= (document, _) => document.Name switch
237
spanProvider.
GetAdjustedActiveStatementSpansImpl
= (_, _) => ImmutableArray<ActiveStatementSpan>.Empty;
1 reference to GetAdjustedActiveStatementSpansImpl
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditAndContinue\MockActiveStatementSpanProvider.cs (1)
21
=> new((
GetAdjustedActiveStatementSpansImpl
?? throw new NotImplementedException()).Invoke(document, activeStatementSpanProvider));