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