1 instantiation of TrailByte
System.Private.CoreLib (1)
src\System\StubHelpers.cs (1)
263s_trailByteTable!.Add(strManaged, new TrailByte(trailByte));
3 references to TrailByte
System.Private.CoreLib (3)
src\System\StubHelpers.cs (3)
243private static ConditionalWeakTable<string, TrailByte>? s_trailByteTable; 247if (s_trailByteTable?.TryGetValue(strManaged, out TrailByte? trailByteObj) == true) 261Interlocked.CompareExchange(ref s_trailByteTable, new ConditionalWeakTable<string, TrailByte>(), null);