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