2 writes to _indentationDeltaGetter
Microsoft.CodeAnalysis.Workspaces (2)
FormattingContext.IndentationData.cs (2)
73_indentationDeltaGetter = indentationDeltaGetter; 87_indentationDeltaGetter = indentationDeltaGetter;
3 references to _indentationDeltaGetter
Microsoft.CodeAnalysis.Workspaces (3)
FormattingContext.IndentationData.cs (3)
64/// returned from <see cref="_indentationDeltaGetter"/>. 109static self => self._indentationDeltaGetter( 120return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter, _lazyIndentationDelta);