1 write to _Op
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
873
_Op
= op
5 references to _Op
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (5)
886
If errorSuggestion IsNot Nothing AndAlso Operators.GetCallableUserDefinedOperator(
_Op
, target.Value) Is Nothing Then
893
Expression.Constant(
_Op
, GetType(Object)),
904
Return other IsNot Nothing AndAlso
_Op
= other.
_Op
AndAlso Operation = other.Operation
909
Return s_hash Xor
_Op
.GetHashCode() Xor Operation.GetHashCode()