4 references to TextSpan
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.AnchorData.cs (1)
35
=> value.
TextSpan
;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (3)
542
var anchorData = _anchorTree.GetIntervalsThatOverlapWith(baseAnchorData.
TextSpan
.Start, baseAnchorData.
TextSpan
.Length);
549
if (!baseAnchorData.
TextSpan
.IntersectsWith(interval.AnchorToken.Span))