3 references to InvocationListEnumerator
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (3)
89
/// <returns>A <see cref="
InvocationListEnumerator
{TDelegate}" /> that follows the IEnumerable pattern and
96
public static System.Delegate.
InvocationListEnumerator
<TDelegate> EnumerateInvocationList<TDelegate>(TDelegate? d) where TDelegate : System.Delegate
144
public System.Delegate.
InvocationListEnumerator
<TDelegate> GetEnumerator() => this;