14 references to WriteString
System.Data (14)
fx\src\data\System\Data\SqlClient\TdsParser.cs (11)
5923return WriteString(s, length, offset, stateObj, canAccumulate); 6082return WriteString(s, length, 0, stateObj, canAccumulate); 6551return WriteString(s, s.Length, 0, stateObj, canAccumulate); 7992WriteString(text, text.Length, 0, stateObj); 8115WriteString(rpcext.rpcName, tempLen, 0, stateObj); 8472WriteString(param.XmlSchemaCollectionDatabase, tempLen, 0, stateObj); 8481WriteString(param.XmlSchemaCollectionOwningSchema, tempLen, 0, stateObj); 8489WriteString(param.XmlSchemaCollectionName, tempLen, 0, stateObj); 8751WriteString(parameterName, tempLen, 0, stateObj); 10061return WriteString(((SqlString)value).Value, actualLength, offset, stateObj, canAccumulate:false); 10643return WriteString((string)value, actualLength, offset, stateObj, canAccumulate: false);
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (3)
356_stateObj.Parser.WriteString(value, length, offset, _stateObj); 364_stateObj.Parser.WriteString(value, length, offset, _stateObj); // Data 371_stateObj.Parser.WriteString(value, length, offset, _stateObj);