7 writes to _plpdecoder
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (4)
2126
_stateObj.
_plpdecoder
= null;
2136
_stateObj.
_plpdecoder
= null;
2151
_stateObj.
_plpdecoder
= null;
3664
_stateObj.
_plpdecoder
= null;
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
11269
stateObj.
_plpdecoder
= null;
11286
stateObj.
_plpdecoder
= enc.GetDecoder();
11306
stateObj.
_plpdecoder
= null;
2 references to _plpdecoder
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
11274
if (stateObj.
_plpdecoder
== null) {
11298
charsRead = stateObj.
_plpdecoder
.GetChars(stateObj._bTmp, 0, bytesRead, buff, offst);