1 write to Operation
System.Linq.Expressions (1)
System\Dynamic\BinaryOperationBinder.cs (1)
23Operation = operation;
9 references to Operation
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\ComInterop\BoundDispEvent.cs (2)
36if (binder.Operation == ExpressionType.AddAssign) 42if (binder.Operation == ExpressionType.SubtractAssign)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (4)
40string name = Operation.GetCLROperatorName(); 95hash = HashHelpers.Combine(hash, (int)Operation); 110Operation != otherBinder.Operation ||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
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));