Base:
method
GetSetMethod
System.Reflection.PropertyInfo.GetSetMethod(System.Boolean)
3 references to GetSetMethod
mscorlib (3)
system\reflection\customattribute.cs (1)
1795
RuntimeMethodInfo setMethod = property.
GetSetMethod
(true) as RuntimeMethodInfo;
system\reflection\propertyinfo.cs (2)
565
m =
GetSetMethod
(true);
650
MethodInfo m =
GetSetMethod
(true);