2 writes to _formattingContext
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (2)
59
_formattingContext
= formattingContext;
73
_formattingContext
= formattingContext;
5 references to _formattingContext
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (5)
98
self.
_formattingContext
,
100
self._effectiveBaseTokenGetter(self.
_formattingContext
, self.Operation)),
104
public override int Indentation => GetOrComputeIndentationDelta() + _baseIndentationGetter(
_formattingContext
, _effectiveBaseTokenGetter(
_formattingContext
, Operation));
108
return new RelativeIndentationData(
_formattingContext
, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter, _lazyIndentationDelta);