3 references to TypeDesc
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
1113/// Gets the <see cref="TypeDesc"/> pointer wrapped by the current instance. 1117public TypeDesc* AsTypeDesc() 1121return (TypeDesc*)((nint)m_asTAddr & ~2); // Drop the second lowest bit.