3 overrides of WithTextSpanCore
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (3)
32protected override IndentationData WithTextSpanCore(TextSpan span) 106protected override IndentationData WithTextSpanCore(TextSpan span) 141protected override IndentationData WithTextSpanCore(TextSpan span)
1 reference to WithTextSpanCore
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (1)
23=> span == TextSpan ? this : WithTextSpanCore(span);