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