4 references to GetOperatorKind
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (4)
1012
ExpressionKind ek = Operators.GetExpressionKind(
GetOperatorKind
(payload.Operation, payload.IsLogicalOperation));
1016
arg1.ErrorString = Operators.GetDisplayName(
GetOperatorKind
(payload.Operation, payload.IsLogicalOperation));
1017
arg2.ErrorString = Operators.GetDisplayName(
GetOperatorKind
(payload.Operation, payload.IsLogicalOperation));
1031
return
GetOperatorKind
(p, false);