2 instantiations of VBInvokeBinder
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (2)
356
Return New
VBInvokeBinder
(Me.CallInfo, True).FallbackInvoke(target, packedArgs, errorSuggestion)
434
Return New
VBInvokeBinder
(Me.CallInfo, False).FallbackInvoke(target, packedArgs, errorSuggestion)
2 references to VBInvokeBinder
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (2)
517
Dim other As
VBInvokeBinder
= TryCast(_other,
VBInvokeBinder
)