5 references to Operators
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
256ErrAppendString(Operators.OperatorOfMethodName(meth.name));
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (4)
973arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation)); 1012ExpressionKind ek = Operators.GetExpressionKind(GetOperatorKind(payload.Operation, payload.IsLogicalOperation)); 1016arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation)); 1017arg2.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation));