2 writes to Operation
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.IndentationData.cs (2)
78this.Operation = operation; 92this.Operation = operation;
6 references to Operation
Microsoft.CodeAnalysis.CodeStyle (6)
FormattingContext.cs (1)
456=> _relativeIndentationTree.GetIntervalsThatIntersectWith(this.TreeData.StartPosition, this.TreeData.EndPosition, new FormattingContextIntervalIntrospector()).Select(i => i.Operation);
FormattingContext.IndentationData.cs (5)
101get { return this.Operation.EndToken; } 111self.Operation, 112self._effectiveBaseTokenGetter(self._formattingContext, self.Operation)), 116public override int Indentation => GetOrComputeIndentationDelta() + _baseIndentationGetter(_formattingContext, _effectiveBaseTokenGetter(_formattingContext, Operation)); 120return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter, _lazyIndentationDelta);