20 references to NewLateBinding
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
VisualBasicScriptCompiler.vb (1)
19Private Shared ReadOnly s_vbRuntimeReference As MetadataReference = MetadataReference.CreateFromAssemblyInternal(GetType(CompilerServices.NewLateBinding).GetTypeInfo().Assembly)
Microsoft.VisualBasic (1)
Microsoft.VisualBasic.cs (1)
23[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.CompilerServices.NewLateBinding))]
Microsoft.VisualBasic.Core (18)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (14)
13Imports Microsoft.VisualBasic.CompilerServices.NewLateBinding 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\Symbols.vb (1)
10Imports Microsoft.VisualBasic.CompilerServices.NewLateBinding
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)