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