Home
last modified time | relevance | path

Searched refs:GetEventMethod (Results 1 – 5 of 5) 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);
200 protected abstract MethodInfo GetEventMethod(EventMethodSemantics whichMethod); in GetEventMethod() method in System.Reflection.Runtime.EventInfos.RuntimeEventInfo
/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() method in System.Reflection.Runtime.EventInfos.EcmaFormat.EcmaFormatRuntimeEventInfo
/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() method in System.Reflection.Runtime.EventInfos.NativeFormat.NativeFormatRuntimeEventInfo
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/services/appinsights/v1/appinsights/
H A Dclient.go63 func (client BaseClient) GetEventMethod(ctx context.Context, eventType EventTypeEnum, eventID strin… func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/appinsights/v1/appinsights/
H A Dclient.go67 func (client BaseClient) GetEventMethod(ctx context.Context, eventType EventTypeEnum, eventID strin… func