2 references to BoundMakeRefOperator
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1265
return new
BoundMakeRefOperator
(node, argument, typedReferenceType, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
1516
var result = new
BoundMakeRefOperator
(this.Syntax, operand, type, this.HasErrors);