5 references to IsFieldDef
mscorlib (5)
system\reflection\customattribute.cs (1)
1944
else if (decoratedToken.IsMethodDef || decoratedToken.IsProperty || decoratedToken.IsEvent || decoratedToken.
IsFieldDef
)
system\reflection\module.cs (4)
674
if (!tk.IsMemberRef && !tk.IsMethodDef && !tk.IsTypeSpec && !tk.IsSignature && !tk.
IsFieldDef
)
748
if (!MetadataImport.IsValidToken(tk) || !tk.
IsFieldDef
)
791
if (!tk.
IsFieldDef
)
877
if (tk.
IsFieldDef
)