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