2 references to GetSmallestEdgeExclusivelyContainingInterval
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (2)
601
var data = _suppressWrappingTree.
GetSmallestEdgeExclusivelyContainingInterval
(textSpan.Start, textSpan.Length);
630
var data = _suppressSpacingTree.
GetSmallestEdgeExclusivelyContainingInterval
(textSpan.Start, textSpan.Length);