1 write to allowMerge
System (1)
compmod\system\componentmodel\MergablePropertyAttribute.cs (1)
57this.allowMerge = allowMerge;
2 references to allowMerge
System (2)
compmod\system\componentmodel\MergablePropertyAttribute.cs (2)
69return allowMerge; 82return other != null && other.AllowMerge == this.allowMerge;