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