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