5 references to IsTypeDef
mscorlib (5)
system\reflection\assembly.cs (1)
1291
Contract.Assert(((MetadataToken)invocableAttribute.MetadataToken).
IsTypeDef
);
system\reflection\customattribute.cs (2)
1948
else if (decoratedToken.
IsTypeDef
)
1969
RuntimeTypeHandle parentTypeHandle = tkParent.
IsTypeDef
?
system\reflection\module.cs (2)
842
if (!tk.
IsTypeDef
&& !tk.IsTypeSpec && !tk.IsTypeRef)
880
if (tk.IsTypeRef || tk.
IsTypeDef
|| tk.IsTypeSpec)