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