2 references to IsTypeRef
System.Private.CoreLib (2)
src\System\Reflection\RuntimeModule.cs (2)
228
if (!tk.IsTypeDef && !tk.IsTypeSpec && !tk.
IsTypeRef
)
267
if (tk.
IsTypeRef
|| tk.IsTypeDef || tk.IsTypeSpec)