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