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