1 write to _lateCall
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
461
_lateCall
= lateCall
6 references to _lateCall
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (6)
485
If errorSuggestion IsNot Nothing AndAlso Not CanBindInvokeDefault(target.Value, argValues, argNames,
_lateCall
) Then
493
GetType(NewLateBinding).GetMethod(If(
_lateCall
, "LateCallInvokeDefault", "LateGetInvokeDefault")),
500
Expression.Constant(
_lateCall
)
518
Return other IsNot Nothing AndAlso CallInfo.Equals(other.CallInfo) AndAlso
_lateCall
.Equals(other.
_lateCall
)
523
Return s_hash Xor CallInfo.GetHashCode() Xor
_lateCall
.GetHashCode()