3 writes to whenNotNull
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2319
this.
whenNotNull
= whenNotNull;
2332
this.
whenNotNull
= whenNotNull;
2344
this.
whenNotNull
= whenNotNull;
4 references to whenNotNull
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2352
public ExpressionSyntax WhenNotNull => this.
whenNotNull
;
2359
2 => 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);