3 references to CopyStringToBytes
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
6585
CopyStringToBytes
(s, offset, bytes, 0, length);
6594
CopyStringToBytes
(s, offset, stateObj._outBuff, stateObj._outBytesUsed, length);
6603
CopyStringToBytes
(s, offset, stateObj._bTmp, 0, length);