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