2 writes to _readOnly
System.Data.Common (2)
System\Data\DataColumn.cs (2)
1064
_readOnly
= value;
1540
clone.
_readOnly
= _readOnly;
3 references to _readOnly
System.Data.Common (3)
System\Data\DataColumn.cs (3)
1054
get { return
_readOnly
; }
1058
if (
_readOnly
!= value)
1540
clone._readOnly =
_readOnly
;