2 references to CreateActiveStatementMapFromMarkers
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\ActiveStatementsDescription.cs (2)
45
OldStatements =
CreateActiveStatementMapFromMarkers
(oldMarkedSource, oldTree, flags, oldDocumentMap);
147
var statements =
CreateActiveStatementMapFromMarkers
(markedSource, tree, flags, map);