2 references to GetOrComputeIndentationDelta
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (2)
48
/// Caches the value produced by <see cref="
GetOrComputeIndentationDelta
"/>.
104
public override int Indentation =>
GetOrComputeIndentationDelta
() + _baseIndentationGetter(_formattingContext, _effectiveBaseTokenGetter(_formattingContext, Operation));