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