3 writes to alignmentClause
Microsoft.CodeAnalysis.CSharp (3)
4 references to alignmentClause
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9855public InterpolationAlignmentClauseSyntax? AlignmentClause => this.alignmentClause;
98672 => this.alignmentClause,
9896=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.expression, this.alignmentClause, this.formatClause, this.closeBraceToken, diagnostics, GetAnnotations());
9899=> new InterpolationSyntax(this.Kind, this.openBraceToken, this.expression, this.alignmentClause, this.formatClause, this.closeBraceToken, GetDiagnostics(), annotations);