4 references to BoundConditionalAccess
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (3)
11337
return new
BoundConditionalAccess
(node, receiver, access, CreateErrorType(), hasErrors: true);
11384
return new
BoundConditionalAccess
(node, receiver, access, accessType);
11436
return new
BoundConditionalAccess
(node, receiver, access, CreateErrorType(), hasErrors: true);
Generated\BoundNodes.xml.Generated.cs (1)
5952
var result = new
BoundConditionalAccess
(this.Syntax, receiver, accessExpression, type, this.HasErrors);