2 overrides of WithAlignmentClause
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpSimplifyInterpolationCodeFixProvider.cs (1)
33protected override InterpolationSyntax WithAlignmentClause(InterpolationSyntax interpolation, InterpolationAlignmentClauseSyntax alignmentClause)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicSimplifyInterpolationCodeFixProvider.vb (1)
31Protected Overrides Function WithAlignmentClause(interpolation As InterpolationSyntax, alignmentClause As InterpolationAlignmentClauseSyntax) As InterpolationSyntax
1 reference to WithAlignmentClause
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractSimplifyInterpolationCodeFixProvider.cs (1)
93result = WithAlignmentClause(