Home
last modified time | relevance | path

Searched refs:thisIsMultiCastAlready (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 …ate NewMulticastDelegate(Object[] invocationList, int invocationCount, bool thisIsMultiCastAlready) in NewMulticastDelegate() argument
226 if (thisIsMultiCastAlready) in NewMulticastDelegate()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DDelegate.cs443 …e NewMulticastDelegate(Delegate[] invocationList, int invocationCount, bool thisIsMultiCastAlready) in NewMulticastDelegate() argument
450 if (thisIsMultiCastAlready) in NewMulticastDelegate()