2 writes to readOnly
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
1085
this.
readOnly
= value;
1498
clone.
readOnly
= readOnly;
3 references to readOnly
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (3)
1077
return
readOnly
;
1081
if (
readOnly
!= value) {
1498
clone.readOnly =
readOnly
;