3 writes to alignmentClause
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9796this.alignmentClause = alignmentClause; 9819this.alignmentClause = alignmentClause; 9841this.alignmentClause = alignmentClause;
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);