2 instantiations of EventHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
568
handle = new
EventHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7385
return new
EventHandle
(this);
17 references to EventHandle
System.Private.CoreLib (17)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
564
public static uint Read(this NativeReader reader, uint offset, out
EventHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (12)
2701
private readonly
EventHandle
_handle;
2703
internal Event(MetadataReader reader,
EventHandle
handle)
2716
public
EventHandle
Handle => _handle;
2756
if (obj is
EventHandle
)
2757
return _value == ((
EventHandle
)obj)._value;
2764
public bool Equals(
EventHandle
handle) => _value == handle._value;
2770
public static implicit operator Handle(
EventHandle
handle)
6284
private
EventHandle
_current;
6290
_current = default(
EventHandle
);
6293
public
EventHandle
Current
7383
public
EventHandle
ToEventHandle(MetadataReader reader)
7773
public Event GetEvent(
EventHandle
handle)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (2)
46
private NativeFormatRuntimeEventInfo(
EventHandle
eventHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType) :
172
private readonly
EventHandle
_eventHandle;
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
137
internal static RuntimeEventInfo GetRuntimeEventInfo(
EventHandle
eventHandle, NativeFormatRuntimeNamedTypeInfo definingTypeInfo, RuntimeTypeInfo contextTypeInfo, RuntimeTypeInfo reflectedType)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (1)
59
foreach (
EventHandle
eventHandle in DeclaredEventHandles)