2 writes to shouldSerializeMethod
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
169
shouldSerializeMethod
= oldProp.shouldSerializeMethod;
526
shouldSerializeMethod
= FindMethod(componentClass, "ShouldSerialize" + Name,
2 references to shouldSerializeMethod
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
169
shouldSerializeMethod = oldProp.
shouldSerializeMethod
;
533
return
shouldSerializeMethod
;