4 references to GetSmallestContainingInterval
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (4)
227var indentationData = _indentationTree.GetSmallestContainingInterval(operation.TextSpan.Start, 0); 422var indentationData = _indentationTree.GetSmallestContainingInterval(position, 0); 450var indentationData = _relativeIndentationTree.GetSmallestContainingInterval(span.Start, 0); 472var anchorData = _anchorTree.GetSmallestContainingInterval(span.Start, 0);