6 references to GetInfo
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (6)
LineCommit\CommitBufferManager.vb (4)
188
Dim startingStatementInfo = ContainingStatementInfo.
GetInfo
(dirtySpan.Start, tree, cancellationToken)
201
Dim endingStatementInfo = If(ContainingStatementInfo.
GetInfo
(dirtySpan.End, tree, cancellationToken), startingStatementInfo)
236
Dim oldStatement = ContainingStatementInfo.
GetInfo
(oldPoint, tree, cancellationToken)
237
Dim newStatement = ContainingStatementInfo.
GetInfo
(newPoint, tree, cancellationToken)
LineCommit\CommitCommandHandler.vb (1)
210
Dim oldStatement = ContainingStatementInfo.
GetInfo
(oldCaretPositionInCurrentSnapshot, tree, cancellationToken)
LineCommit\CommitFormatter.vb (1)
231
Dim containingStatement = ContainingStatementInfo.
GetInfo
(span.End, syntaxTree, cancellationToken)