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