2 writes to _formattingContext
Microsoft.CodeAnalysis.Workspaces (2)
5 references to _formattingContext
Microsoft.CodeAnalysis.Workspaces (5)
FormattingContext.IndentationData.cs (5)
110self._formattingContext,
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);