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