3 writes to whenNotNull
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2319this.whenNotNull = whenNotNull; 2332this.whenNotNull = whenNotNull; 2344this.whenNotNull = whenNotNull;
4 references to whenNotNull
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2352public ExpressionSyntax WhenNotNull => this.whenNotNull; 23592 => this.whenNotNull, 2386=> new ConditionalAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.whenNotNull, diagnostics, GetAnnotations()); 2389=> new ConditionalAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.whenNotNull, GetDiagnostics(), annotations);