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