4 references to CSharpInvokeBinder
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
138
return new
CSharpInvokeBinder
(callFlags, context, argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
148
CSharpInvokeBinder c = new
CSharpInvokeBinder
(Flags, CallingContext, _argumentInfo).TryGetExisting();
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
256
binder = new
CSharpInvokeBinder
(
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
175
CSharpInvokeBinder invoke = new
CSharpInvokeBinder
(callPayload.Flags, callPayload.CallingContext, argInfos).TryGetExisting();