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