1 write to Operation
System.Linq.Expressions (1)
System\Dynamic\UnaryOperationBinder.cs (1)
23Operation = operation;
12 references to Operation
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (2)
301&& (operatorPayload.Operation == ExpressionType.Increment || operatorPayload.Operation == ExpressionType.Decrement);
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (4)
40=> SymbolTable.PopulateSymbolTableWithName(Operation.GetCLROperatorName(), null, arguments[0].Type); 78hash = HashHelpers.Combine(hash, (int)Operation); 96if (Operation != otherBinder.Operation ||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
947OperatorKind op = GetOperatorKind(payload.Operation); 949arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.Operation));
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (3)
904Return other IsNot Nothing AndAlso _Op = other._Op AndAlso Operation = other.Operation 909Return s_hash Xor _Op.GetHashCode() Xor Operation.GetHashCode()
System.Linq.Expressions (1)
System\Dynamic\UnaryOperationBinder.cs (1)
33switch (Operation)