2 references to IsPropertyMethod
illink (2)
Linker\MethodDefinitionExtensions.cs (2)
47
return md.IsPublic && !md.IsStatic &&
IsPropertyMethod
(md);
60
if (!md.
IsPropertyMethod
())