3 writes to whenFalse
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2908
this.
whenFalse
= whenFalse;
2925
this.
whenFalse
= whenFalse;
2941
this.
whenFalse
= whenFalse;
4 references to whenFalse
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2953
public ExpressionSyntax WhenFalse => this.
whenFalse
;
2962
4 => this.
whenFalse
,
2989
=> new ConditionalExpressionSyntax(this.Kind, this.condition, this.questionToken, this.whenTrue, this.colonToken, this.
whenFalse
, diagnostics, GetAnnotations());
2992
=> new ConditionalExpressionSyntax(this.Kind, this.condition, this.questionToken, this.whenTrue, this.colonToken, this.
whenFalse
, GetDiagnostics(), annotations);