1 write to Operation
System.Linq.Expressions (1)
System\Dynamic\BinaryOperationBinder.cs (1)
23Operation = operation;
10 references to Operation
Microsoft.CSharp (7)
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));
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (3)
955Return other IsNot Nothing AndAlso _Op = other._Op AndAlso Operation = other.Operation 960Return s_hash Xor _Op.GetHashCode() Xor Operation.GetHashCode()