4 writes to encodedColumnName
System.Data (4)
fx\src\data\System\Data\DataColumn.cs (3)
410
encodedColumnName
= null;
418
encodedColumnName
= null;
433
this.
encodedColumnName
= XmlConvert.EncodeLocalName(this.ColumnName);
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
215
col.
encodedColumnName
= columnLocalName; // And set it back
4 references to encodedColumnName
System.Data (4)
fx\src\data\System\Data\DataColumn.cs (4)
432
if (this.
encodedColumnName
== null) {
435
Debug.Assert(this.
encodedColumnName
!= null && this.
encodedColumnName
.Length != 0);
436
return this.
encodedColumnName
;