5 references to TreeData
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.cs (4)
78
var rootNode = this.
TreeData
.Root;
198
var baseIndentationDelta = operation.GetAdjustedIndentationDelta(self._engine.HeaderFacts, self.
TreeData
.Root, effectiveBaseToken);
432
=> _relativeIndentationTree.Algorithms.GetIntervalsThatIntersectWith(this.
TreeData
.StartPosition, this.
TreeData
.EndPosition, new FormattingContextIntervalIntrospector()).Select(i => i.Operation);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\AbstractTriviaFormatter.cs (1)
224
get { return this.Context.
TreeData
; }