5 references to TreeData
Microsoft.CodeAnalysis.Workspaces (5)
AbstractTriviaFormatter.cs (1)
225
get { return this.Context.
TreeData
; }
FormattingContext.cs (4)
80
var rootNode = this.
TreeData
.Root;
199
var baseIndentationDelta = operation.GetAdjustedIndentationDelta(self._engine.HeaderFacts, self.
TreeData
.Root, effectiveBaseToken);
456
=> _relativeIndentationTree.GetIntervalsThatIntersectWith(this.
TreeData
.StartPosition, this.
TreeData
.EndPosition, new FormattingContextIntervalIntrospector()).Select(i => i.Operation);