3 writes to formatClause
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9801
this.
formatClause
= formatClause;
9824
this.
formatClause
= formatClause;
9846
this.
formatClause
= formatClause;
4 references to formatClause
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9856
public InterpolationFormatClauseSyntax? FormatClause => this.
formatClause
;
9868
3 => this.
formatClause
,
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);