20 references to NewLateBinding
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
VisualBasicScriptCompiler.vb (1)
19
Private 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)
13
Imports Microsoft.VisualBasic.CompilerServices.
NewLateBinding
177
NewLateBinding
.ObjectLateSet(
181
NewLateBinding
.LateIndexSet(member, arguments, argumentNames)
206
NewLateBinding
.ObjectLateSetComplex(
211
NewLateBinding
.LateIndexSetComplex(
327
GetType(
NewLateBinding
).GetMethod("FallbackCall"),
406
GetType(
NewLateBinding
).GetMethod("FallbackGet"),
493
GetType(
NewLateBinding
).GetMethod(If(_lateCall, "LateCallInvokeDefault", "LateGetInvokeDefault")),
562
GetType(
NewLateBinding
).GetMethod("FallbackInvokeDefault1"),
631
GetType(
NewLateBinding
).GetMethod("FallbackInvokeDefault2"),
692
GetType(
NewLateBinding
).GetMethod("FallbackSet"),
749
GetType(
NewLateBinding
).GetMethod("FallbackSetComplex"),
1007
GetType(
NewLateBinding
).GetMethod("FallbackIndexSet"),
1080
GetType(
NewLateBinding
).GetMethod("FallbackIndexSetComplex"),
Microsoft\VisualBasic\CompilerServices\Symbols.vb (1)
10
Imports Microsoft.VisualBasic.CompilerServices.
NewLateBinding
Microsoft\VisualBasic\CompilerServices\Versioned.vb (3)
24
Return CompilerServices.
NewLateBinding
.LateCall(Instance, Nothing, MethodName, Arguments, Nothing, Nothing, Nothing, False)
27
Return CompilerServices.
NewLateBinding
.LateGet(Instance, Nothing, MethodName, Arguments, Nothing, Nothing, Nothing)
37
CompilerServices.
NewLateBinding
.LateSet(Instance, Nothing, MethodName, Arguments, Nothing, Nothing, False, False, UseCallType)