5 references to Operators
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
250ErrAppendString(Operators.OperatorOfMethodName(meth.name));
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (4)
949arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation)); 987ExpressionKind ek = Operators.GetExpressionKind(GetOperatorKind(payload.Operation, payload.IsLogicalOperation)); 991arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation)); 992arg2.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation, payload.IsLogicalOperation));