2 writes to Operation
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.IndentationData.cs (2)
78
this.
Operation
= operation;
92
this.
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)
101
get { return this.
Operation
.EndToken; }
111
self.
Operation
,
112
self._effectiveBaseTokenGetter(self._formattingContext, self.
Operation
)),
116
public override int Indentation => GetOrComputeIndentationDelta() + _baseIndentationGetter(_formattingContext, _effectiveBaseTokenGetter(_formattingContext,
Operation
));
120
return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span,
Operation
, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter, _lazyIndentationDelta);