1 instantiation of EventHandleCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
968values = new EventHandleCollection(reader, offset);
4 references to EventHandleCollection
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
966public static uint Read(this NativeReader reader, uint offset, out EventHandleCollection values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4997public EventHandleCollection Events => _events; 4998private readonly EventHandleCollection _events;
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
320internal EventHandleCollection DeclaredEventHandles