6 references to GetCurrentNodes
Microsoft.CodeAnalysis.Features (2)
IntroduceVariable\AbstractIntroduceVariableService.cs (2)
458
var newMatches = newSemanticDocument.Root.
GetCurrentNodes
(matches.AsEnumerable()).ToSet();
488
newMatches = newSemanticDocument.Root.
GetCurrentNodes
(matches.AsEnumerable()).ToSet();
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb (2)
101
Dim currentCastNodes = root.
GetCurrentNodes
(originalCastNodes)
127
Dim trackedNodes = root.
GetCurrentNodes
(originalNodes)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
VisualBasicRemoveUnnecessaryCastCodeFixProvider.vb (2)
101
Dim currentCastNodes = root.
GetCurrentNodes
(originalCastNodes)
127
Dim trackedNodes = root.
GetCurrentNodes
(originalNodes)