2 references to GetOrComputeIndentationDelta
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.IndentationData.cs (2)
60/// Caches the value produced by <see cref="GetOrComputeIndentationDelta"/>. 116public override int Indentation => GetOrComputeIndentationDelta() + _baseIndentationGetter(_formattingContext, _effectiveBaseTokenGetter(_formattingContext, Operation));