5 references to GetInfo
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (5)
LineCommit\CommitBufferManager.vb (4)
189
Dim startingStatementInfo = ContainingStatementInfo.
GetInfo
(dirtySpan.Start, tree, cancellationToken)
202
Dim endingStatementInfo = If(ContainingStatementInfo.
GetInfo
(dirtySpan.End, tree, cancellationToken), startingStatementInfo)
237
Dim oldStatement = ContainingStatementInfo.
GetInfo
(oldPoint, tree, cancellationToken)
238
Dim newStatement = ContainingStatementInfo.
GetInfo
(newPoint, tree, cancellationToken)
LineCommit\CommitFormatter.vb (1)
237
Dim containingStatement = ContainingStatementInfo.
GetInfo
(span.End, syntaxTree, cancellationToken)