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