1 write to Operation
System.Linq.Expressions (1)
System\Dynamic\BinaryOperationBinder.cs (1)
23
Operation
= operation;
10 references to Operation
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (4)
40
string name =
Operation
.GetCLROperatorName();
96
hash = HashHelpers.Combine(hash, (int)
Operation
);
111
Operation
!= otherBinder.
Operation
||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
987
ExpressionKind ek = Operators.GetExpressionKind(GetOperatorKind(payload.
Operation
, payload.IsLogicalOperation));
991
arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.
Operation
, payload.IsLogicalOperation));
992
arg2.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.
Operation
, payload.IsLogicalOperation));
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (3)
955
Return other IsNot Nothing AndAlso _Op = other._Op AndAlso
Operation
= other.
Operation
960
Return s_hash Xor _Op.GetHashCode() Xor
Operation
.GetHashCode()