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"/>. 97static self => self._indentationDeltaGetter( 108return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter, _lazyIndentationDelta);