2 references to BoundRefValueOperator
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1241
return new
BoundRefValueOperator
(node, typeWithAnnotations.NullableAnnotation, argument, typeWithAnnotations.Type, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
1548
var result = new
BoundRefValueOperator
(this.Syntax, nullableAnnotation, operand, type, this.HasErrors);