16 references to NewLateBinding
Microsoft.VisualBasic.Core (16)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (13)
177NewLateBinding.ObjectLateSet( 181NewLateBinding.LateIndexSet(member, arguments, argumentNames) 206NewLateBinding.ObjectLateSetComplex( 211NewLateBinding.LateIndexSetComplex( 327GetType(NewLateBinding).GetMethod("FallbackCall"), 406GetType(NewLateBinding).GetMethod("FallbackGet"), 493GetType(NewLateBinding).GetMethod(If(_lateCall, "LateCallInvokeDefault", "LateGetInvokeDefault")), 562GetType(NewLateBinding).GetMethod("FallbackInvokeDefault1"), 631GetType(NewLateBinding).GetMethod("FallbackInvokeDefault2"), 692GetType(NewLateBinding).GetMethod("FallbackSet"), 749GetType(NewLateBinding).GetMethod("FallbackSetComplex"), 1007GetType(NewLateBinding).GetMethod("FallbackIndexSet"), 1080GetType(NewLateBinding).GetMethod("FallbackIndexSetComplex"),
Microsoft\VisualBasic\CompilerServices\Versioned.vb (3)
24Return CompilerServices.NewLateBinding.LateCall(Instance, Nothing, MethodName, Arguments, Nothing, Nothing, Nothing, False) 27Return CompilerServices.NewLateBinding.LateGet(Instance, Nothing, MethodName, Arguments, Nothing, Nothing, Nothing) 37CompilerServices.NewLateBinding.LateSet(Instance, Nothing, MethodName, Arguments, Nothing, Nothing, False, False, UseCallType)