1 write to _Op
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
921
_Op
= op
5 references to _Op
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (5)
935
If errorSuggestion IsNot Nothing AndAlso Operators.GetCallableUserDefinedOperator(
_Op
, target.Value, arg.Value) Is Nothing Then
942
Expression.Constant(
_Op
, GetType(Object)),
955
Return other IsNot Nothing AndAlso
_Op
= other.
_Op
AndAlso Operation = other.Operation
960
Return s_hash Xor
_Op
.GetHashCode() Xor Operation.GetHashCode()