1 reference to enum_flag_Category_Interface
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
845
public bool IsInterface => (Flags & enum_flag_Category_Mask) ==
enum_flag_Category_Interface
;