1 write to m_asTAddr
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
757m_asTAddr = tAddr;
3 references to m_asTAddr
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
763public bool IsNull => m_asTAddr is null; 772get => ((nint)m_asTAddr & 2) != 0; 784return (MethodTable*)m_asTAddr;