2 writes to InseparableRegionSpan
Microsoft.CodeAnalysis.CodeStyle (2)
FormattingContext.IndentationData.cs (2)
79this.InseparableRegionSpan = TextSpan.FromBounds(inseparableRegionSpanStart, textSpan.End); 93this.InseparableRegionSpan = TextSpan.FromBounds(inseparableRegionSpanStart, textSpan.End);
3 references to InseparableRegionSpan
Microsoft.CodeAnalysis.CodeStyle (3)
FormattingContext.AnchorData.cs (2)
56=> value.InseparableRegionSpan.Start; 59=> value.InseparableRegionSpan.Length;
FormattingContext.IndentationData.cs (1)
120return new RelativeIndentationData(_formattingContext, InseparableRegionSpan.Start, span, Operation, _effectiveBaseTokenGetter, _indentationDeltaGetter, _baseIndentationGetter, _lazyIndentationDelta);