2 writes to _indentationDeltaGetter
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (2)
61
_indentationDeltaGetter
= indentationDeltaGetter;
75
_indentationDeltaGetter
= indentationDeltaGetter;
3 references to _indentationDeltaGetter
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (3)
52
/// returned from <see cref="
_indentationDeltaGetter
"/>.
97
static self => self.
_indentationDeltaGetter
(
108
return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter,
_indentationDeltaGetter
, _baseIndentationGetter, _lazyIndentationDelta);