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