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