4 references to GetSmallestContainingInterval
Microsoft.CodeAnalysis.Workspaces (4)
FormattingContext.cs (4)
227var indentationData = _indentationTree.GetSmallestContainingInterval(operation.TextSpan.Start, 0); 445var indentationData = _indentationTree.GetSmallestContainingInterval(position, 0); 473var indentationData = _relativeIndentationTree.GetSmallestContainingInterval(span.Start, 0); 495var anchorData = _anchorTree.GetSmallestContainingInterval(span.Start, 0);