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