2 references to enum_flag_IsByRefLike
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (2)
684public bool IsByRefLike => (Flags & (enum_flag_HasComponentSize | enum_flag_IsByRefLike)) == enum_flag_IsByRefLike;