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