3 writes to whenTrue
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2904
this.
whenTrue
= whenTrue;
2921
this.
whenTrue
= whenTrue;
2937
this.
whenTrue
= whenTrue;
4 references to whenTrue
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2949
public ExpressionSyntax WhenTrue => this.
whenTrue
;
2960
2 => this.
whenTrue
,
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);