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