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)
11269stateObj._plpdecoder = null; 11286stateObj._plpdecoder = enc.GetDecoder(); 11306stateObj._plpdecoder = null;
2 references to _plpdecoder
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
11274if (stateObj._plpdecoder == null) { 11298charsRead = stateObj._plpdecoder.GetChars(stateObj._bTmp, 0, bytesRead, buff, offst);