8 references to LateBinding
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (5)
51Return LateBinding.InternalLateCall(Instance, Type, MemberName, Arguments, ArgumentNames, CopyBack, IgnoreReturn) 286Return LateBinding.LateIndexGet(instance, arguments, argumentNames) 383Return LateBinding.LateGet(Instance, Type, MemberName, Arguments, ArgumentNames, CopyBack) 668LateBinding.LateIndexSetComplex(instance, arguments, argumentNames, optimisticSet, rValueBase) 947LateBinding.InternalLateSet(Instance, Type, MemberName, Arguments, ArgumentNames, OptimisticSet, CallType)
Microsoft\VisualBasic\Interaction.vb (3)
588Return CompilerServices.LateBinding.InternalLateCall(ObjectRef, Nothing, ProcName, Args, Nothing, Nothing, False) 591Return CompilerServices.LateBinding.LateGet(ObjectRef, Nothing, ProcName, Args, Nothing, Nothing) 595CompilerServices.LateBinding.InternalLateSet(ObjectRef, Nothing, ProcName, Args, Nothing, False, UseCallType)