5 references to RefKind
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (4)
229
if (op1.
RefKind
== RefKind.None && op2.
RefKind
== RefKind.In)
233
else if (op2.
RefKind
== RefKind.None && op1.
RefKind
== RefKind.In)
Binder\Semantics\Operators\UnaryOperatorSignature.cs (1)
43
return $"kind: {this.Kind} operandType: {this.OperandType} operandRefKind: {this.
RefKind
} return: {this.ReturnType}";