1 instantiation of MulticastNotSupportedException
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
71
protected virtual Delegate CombineImpl(Delegate? d) => throw new
MulticastNotSupportedException
(SR.Multicast_Combine);
3 references to MulticastNotSupportedException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
370
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
MulticastNotSupportedException
))]
netstandard (1)
netstandard.cs (1)
1062
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
MulticastNotSupportedException
))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
358
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
MulticastNotSupportedException
))]