2 instantiations of Event
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2776
=> new
Event
(reader, this);
7775
return new
Event
(this, handle);
3 references to Event
System.Private.CoreLib (3)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2775
public
Event
GetEvent(MetadataReader reader)
7773
public
Event
GetEvent(EventHandle handle)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
175
private readonly
Event
_event;