2 writes to _effectiveBaseTokenGetter
Microsoft.CodeAnalysis.Workspaces (2)
FormattingContext.IndentationData.cs (2)
72_effectiveBaseTokenGetter = effectiveBaseTokenGetter; 86_effectiveBaseTokenGetter = effectiveBaseTokenGetter;
3 references to _effectiveBaseTokenGetter
Microsoft.CodeAnalysis.Workspaces (3)
FormattingContext.IndentationData.cs (3)
112self._effectiveBaseTokenGetter(self._formattingContext, self.Operation)), 116public override int Indentation => GetOrComputeIndentationDelta() + _baseIndentationGetter(_formattingContext, _effectiveBaseTokenGetter(_formattingContext, Operation)); 120return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter, _lazyIndentationDelta);