Home
last modified time | relevance | path

Searched refs:EventMethodSemantics (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/EventInfos/
H A DRuntimeEventInfo.cs44 adder = GetEventMethod(EventMethodSemantics.Add);
112 return GetEventMethod(EventMethodSemantics.Fire);
128 remover = GetEventMethod(EventMethodSemantics.Remove);
189 protected enum EventMethodSemantics enum in System.Reflection.Runtime.EventInfos.RuntimeEventInfo
200 protected abstract MethodInfo GetEventMethod(EventMethodSemantics whichMethod); in GetEventMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/EventInfos/EcmaFormat/
H A DEcmaFormatRuntimeEventInfo.cs57 protected sealed override MethodInfo GetEventMethod(EventMethodSemantics whichMethod) in GetEventMethod()
64 case EventMethodSemantics.Add: in GetEventMethod()
68 case EventMethodSemantics.Remove: in GetEventMethod()
72 case EventMethodSemantics.Fire: in GetEventMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/EventInfos/NativeFormat/
H A DNativeFormatRuntimeEventInfo.cs57 protected sealed override MethodInfo GetEventMethod(EventMethodSemantics whichMethod) in GetEventMethod()
62 case EventMethodSemantics.Add: in GetEventMethod()
66 case EventMethodSemantics.Fire: in GetEventMethod()
70 case EventMethodSemantics.Remove: in GetEventMethod()