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