1 write to Operation
System.Linq.Expressions (1)
System\Dynamic\UnaryOperationBinder.cs (1)
23
Operation
= 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)
39
=> SymbolTable.PopulateSymbolTableWithName(
Operation
.GetCLROperatorName(), null, arguments[0].Type);
76
hash = HashHelpers.Combine(hash, (int)
Operation
);
94
if (
Operation
!= otherBinder.
Operation
||
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
947
OperatorKind op = GetOperatorKind(payload.
Operation
);
949
arg1.ErrorString = Operators.GetDisplayName(GetOperatorKind(payload.
Operation
));
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (3)
904
Return other IsNot Nothing AndAlso _Op = other._Op AndAlso
Operation
= other.
Operation
909
Return s_hash Xor _Op.GetHashCode() Xor
Operation
.GetHashCode()
System.Linq.Expressions (1)
System\Dynamic\UnaryOperationBinder.cs (1)
33
switch (
Operation
)