2 writes to _formattingContext
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.IndentationData.cs (2)
71_formattingContext = formattingContext; 85_formattingContext = formattingContext;
5 references to _formattingContext
Microsoft.CodeAnalysis.CodeStyle (5)
FormattingContext.IndentationData.cs (5)
110self._formattingContext, 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);