3 writes to @else
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13596
this.
@else
= @else;
13623
this.
@else
= @else;
13649
this.
@else
= @else;
4 references to @else
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13677
public ElseClauseSyntax? Else => this.
@else
;
13688
6 => this.
@else
,
13715
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.ifKeyword, this.openParenToken, this.condition, this.closeParenToken, this.statement, this.
@else
, diagnostics, GetAnnotations());
13718
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.ifKeyword, this.openParenToken, this.condition, this.closeParenToken, this.statement, this.
@else
, GetDiagnostics(), annotations);