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