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