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