10 references to LateBinding
Microsoft.VisualBasic (1)
Microsoft.VisualBasic.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.LateBinding))]
Microsoft.VisualBasic.Core (9)
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\CompilerServices\VBBinder.vb (1)
10Imports Microsoft.VisualBasic.CompilerServices.LateBinding
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)