Base:
method
GetInvocationList
System.Delegate.GetInvocationList()
6 references to GetInvocationList
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
231
Delegate[] handlers = parameters.HwndSourceHook.
GetInvocationList
();
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
578
foreach (EventHandler<TEventArgs> _subscriber in _delegate.
GetInvocationList
())
System.Data.Odbc (1)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
579
Delegate[] d = mcd.
GetInvocationList
();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ContractHelper.cs (1)
49
foreach (EventHandler<ContractFailedEventArgs> handler in contractFailedEventLocal.
GetInvocationList
())
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (2)
429
foreach (Delegate parser in uriParser.
GetInvocationList
())
455
foreach (Delegate dateTimeParser in DateTimeParser.
GetInvocationList
())