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