20 references to DynamicInvoke
mscorlib (1)
system\Runtime\InteropServices\ComEventsMethod.cs (1)
70return _d.DynamicInvoke(args);
PresentationCore (1)
Core\CSharp\System\Windows\RoutedEventArgs.cs (1)
312genericHandler.DynamicInvoke(new object[] {genericTarget, this});
System (2)
compmod\microsoft\win32\SystemEvents.cs (2)
786current.DynamicInvoke(new object[0]); 1650_delegate.DynamicInvoke((object[])arg);
System.Data.Entity (1)
System\Data\Objects\ELinq\Funcletizer.cs (1)
648return _cachedDelegate.DynamicInvoke(arguments);
System.Data.Linq (4)
DataServices.cs (1)
581keys.Add(mm, ((Delegate)ce.Value).DynamicInvoke(new object[] {}));
SqlClient\Query\QueryConverter.cs (1)
347invokeResult = d.DynamicInvoke(null);
SqlClient\Query\SqlFormatter.cs (1)
455value = cp.Accessor.Compile().DynamicInvoke(new object[] { null });
SqlClient\SqlProvider.cs (1)
1193value = pi.Accessor.DynamicInvoke(new object[] { userArguments });
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\Evaluator.cs (1)
169object constantValue = fn.DynamicInvoke(null);
System.Management (1)
managementoperationwatcher.cs (1)
467d.DynamicInvoke (new object [] {this.sender, args});
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
7461tme.retVal = tme.method.DynamicInvoke(tme.args);
winforms\Managed\System\WinForms\HtmlShim.cs (1)
118delegateToInvoke.DynamicInvoke(GetEventSender(), e);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
957invokee.DynamicInvoke(args);
WindowsBase (6)
Base\MS\Internal\Threading\ExceptionWrapper.cs (5)
95result = callback.DynamicInvoke(); 119result = callback.DynamicInvoke((object[])args); 126result = callback.DynamicInvoke(args); 135result = callback.DynamicInvoke((object[])args); 165catchHandler.DynamicInvoke(null);
Shared\MS\Internal\ReaderWriterLockSlimWrapper.cs (1)
295result = criticalAction.DynamicInvoke(args);