Home
last modified time | relevance | path

Searched defs:invocationList (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dmulticastdelegate.cs219 …private MulticastDelegate NewMulticastDelegate(Object[] invocationList, int invocationCount, bool … in NewMulticastDelegate()
244 … internal MulticastDelegate NewMulticastDelegate(Object[] invocationList, int invocationCount) in NewMulticastDelegate()
353 …private Object[] DeleteFromInvocationList(Object[] invocationList, int invocationCount, int delete… in DeleteFromInvocationList()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DDelegate.cs443 …private MulticastDelegate NewMulticastDelegate(Delegate[] invocationList, int invocationCount, boo… in NewMulticastDelegate()
465 … internal MulticastDelegate NewMulticastDelegate(Delegate[] invocationList, int invocationCount) in NewMulticastDelegate()
586 …private Delegate[] DeleteFromInvocationList(Delegate[] invocationList, int invocationCount, int de… in DeleteFromInvocationList()