3 overrides of WithTextSpanCore
Microsoft.CodeAnalysis.CodeStyle (3)
FormattingContext.IndentationData.cs (3)
44
protected override IndentationData
WithTextSpanCore
(TextSpan span)
118
protected override IndentationData
WithTextSpanCore
(TextSpan span)
153
protected override IndentationData
WithTextSpanCore
(TextSpan span)
1 reference to WithTextSpanCore
Microsoft.CodeAnalysis.CodeStyle (1)
FormattingContext.IndentationData.cs (1)
27
=> span == TextSpan ? this :
WithTextSpanCore
(span);