2 references to BoundConditionalReceiver
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
11099
receiver = new
BoundConditionalReceiver
(receiver.Syntax, 0, receiverType ?? CreateErrorType(), hasErrors: receiver.HasErrors) { WasCompilerGenerated = true };
Generated\BoundNodes.xml.Generated.cs (1)
6031
var result = new
BoundConditionalReceiver
(this.Syntax, id, type, this.HasErrors);