4 references to GetOperatorKind
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (4)
987
ExpressionKind ek = Operators.GetExpressionKind(
GetOperatorKind
(payload.Operation, payload.IsLogicalOperation));
991
arg1.ErrorString = Operators.GetDisplayName(
GetOperatorKind
(payload.Operation, payload.IsLogicalOperation));
992
arg2.ErrorString = Operators.GetDisplayName(
GetOperatorKind
(payload.Operation, payload.IsLogicalOperation));
1006
return
GetOperatorKind
(p, false);