18 references to GetInvocationList
Microsoft.AspNetCore.Components.Forms (2)
EditContext.cs (2)
263var delegates = asyncHandler.GetInvocationList(); 344var delegates = asyncHandler.GetInvocationList();
Microsoft.Extensions.Validation (1)
ValidateContext.cs (1)
30if (original.OnValidationError?.GetInvocationList() is { } onValidationErrorDelegates)
Microsoft.TestPlatform.CoreUtilities (1)
Utilities\MulticastDelegateUtilities.cs (1)
51var invocationList = delegates.GetInvocationList();
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\TestPlatformDataCollectionEvents.cs (1)
110Delegate[] listeners = eventToCheck.GetInvocationList();
NuGet.PackageManagement (1)
IDE\PackageRestoreManager.cs (1)
81foreach (var handler in _assetsFileMissingStatusChanged.GetInvocationList())
PresentationCore (3)
System\Windows\EventHelper.cs (2)
29Tuple<T, Delegate[]> newTuple = combinedDelegate != null ? Tuple.Create(combinedDelegate, combinedDelegate.GetInvocationList()) : null; 46Tuple<T, Delegate[]> newTuple = delegateWithRemoval != null ? Tuple.Create(delegateWithRemoval, delegateWithRemoval.GetInvocationList()) : null;
System\Windows\InterOp\HwndSource.cs (1)
234Delegate[] handlers = parameters.HwndSourceHook.GetInvocationList();
PresentationFramework (1)
MS\Internal\AppModel\ReturnEventSaver.cs (1)
56delegates = (pf._Return).GetInvocationList();
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
578foreach (EventHandler<TEventArgs> _subscriber in _delegate.GetInvocationList())
System.Data.Odbc (1)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
579Delegate[] d = mcd.GetInvocationList();
System.Data.OleDb (1)
System\Data\Common\AdapterUtil.cs (1)
915Delegate[] d = mcd.GetInvocationList();
System.Management (2)
System\Management\ManagementOperationWatcher.cs (2)
244result = ((Progress.GetInvocationList()).Length > 0); 427foreach (Delegate d in md.GetInvocationList())
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ContractHelper.cs (1)
49foreach (EventHandler<ContractFailedEventArgs> handler in contractFailedEventLocal.GetInvocationList())
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (2)
331foreach (Delegate parser in uriParser.GetInvocationList()) 357foreach (Delegate dateTimeParser in DateTimeParser.GetInvocationList())