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(); 96hash = HashHelpers.Combine(hash, (int)Operation); 111Operation != otherBinder.Operation ||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
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));
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()