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)
326pWorkItem->action = new GCHandle<Action>(callback);
System\Threading\Thread.NativeAot.cs (1)
366GCHandle<Thread> threadHandle = new GCHandle<Thread>(this);