3 references to GCHandle
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventProvider.cs (1)
77
_gcHandle = new
GCHandle
<EventPipeEventProvider>(this);
System\GC.NativeAot.cs (1)
326
pWorkItem->action = new
GCHandle
<Action>(callback);
System\Threading\Thread.NativeAot.cs (1)
366
GCHandle<Thread> threadHandle = new
GCHandle
<Thread>(this);