3 overrides of WithTextSpanCore
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Context\FormattingContext.IndentationData.cs (3)
32
protected override IndentationData
WithTextSpanCore
(TextSpan span)
106
protected override IndentationData
WithTextSpanCore
(TextSpan span)
141
protected 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);