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