1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Made GCMarkMembers call unbound

This commit is contained in:
Brian Fiete 2021-12-16 11:08:29 -05:00
parent def7990dbe
commit d3e33365f0

View file

@ -163,7 +163,7 @@ namespace System
public static mixin Mark<T>(T val) where T : struct
{
#if BF_ENABLE_REALTIME_LEAK_CHECK
val.[Friend]GCMarkMembers();
val.[Friend, Unbound]GCMarkMembers();
#endif
}