Base:
method
GetSetMethod
System.Reflection.PropertyInfo.GetSetMethod(System.Boolean)
2 references to GetSetMethod
System.Private.CoreLib (2)
src\System\Reflection\RuntimePropertyInfo.cs (2)
291m = GetSetMethod(true); 356RuntimeMethodInfo m = GetSetMethod(true) ?? throw new ArgumentException(SR.Arg_SetMethNotFnd);