3 writes to _lazyIndentationDelta
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (3)
64
_lazyIndentationDelta
= UninitializedIndentationDelta;
78
_lazyIndentationDelta
= lazyIndentationDelta;
95
ref
_lazyIndentationDelta
,
1 reference to _lazyIndentationDelta
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (1)
108
return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter,
_lazyIndentationDelta
);