3 references to DispatchPayload
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
25=> runtimeBinder.DispatchPayload(this, arguments, locals);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
20=> runtimeBinder.DispatchPayload(this, arguments, locals);
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
26=> runtimeBinder.DispatchPayload(this, arguments, locals);