5 references to InterpolationAlignmentClause
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
134
=> SyntaxFactory.
InterpolationAlignmentClause
(CommaToken, (ExpressionSyntax)alignment);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.cs (1)
10722
=> SyntaxFactory.
InterpolationAlignmentClause
(SyntaxFactory.Identifier("CommaToken"), GenerateIdentifierName());
Parsing\InterpolationTests.cs (1)
22
SyntaxFactory.
InterpolationAlignmentClause
(
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
134
=> SyntaxFactory.
InterpolationAlignmentClause
(CommaToken, (ExpressionSyntax)alignment);
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
134
=> SyntaxFactory.
InterpolationAlignmentClause
(CommaToken, (ExpressionSyntax)alignment);