5 references to IsFieldDef
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1672
else if (decoratedToken.IsMethodDef || decoratedToken.IsProperty || decoratedToken.IsEvent || decoratedToken.
IsFieldDef
)
src\System\Reflection\RuntimeModule.cs (4)
55
if (!tk.IsMemberRef && !tk.IsMethodDef && !tk.IsTypeSpec && !tk.IsSignature && !tk.
IsFieldDef
)
134
if (!MetadataImport.IsValidToken(tk) || !tk.
IsFieldDef
)
180
if (!tk.
IsFieldDef
)
264
if (tk.
IsFieldDef
)