6 instantiations of VBBinder
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (6)
124binder = New VBBinder(CopyBack) 370binder = New VBBinder(Nothing) 607binder = New VBBinder(Nothing) 857binder = New VBBinder(Nothing) 976Dim binder As VBBinder = New VBBinder(CopyBack) 1190Dim binder As New VBBinder(Nothing)
11 references to VBBinder
Microsoft.VisualBasic.Core (11)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (11)
99VBBinder.SecurityCheckForLateboundCalls(mi, objType, objIReflect) 122Dim binder As VBBinder 265Dim binder As VBBinder 323VBBinder.SecurityCheckForLateboundCalls(fi, objType, objIReflect) 347VBBinder.SecurityCheckForLateboundCalls(mi, objType, objIReflect) 498Dim binder As VBBinder 626VBBinder.SecurityCheckForLateboundCalls(method, objType, objIReflect) 856Dim binder As VBBinder 872VBBinder.SecurityCheckForLateboundCalls(method, objType, objIReflect) 976Dim binder As VBBinder = New VBBinder(CopyBack) 1088VBBinder.SecurityCheckForLateboundCalls(method, objType, objIReflect)