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