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