1 write to value
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
1076value = new SqlBuffer();
9 references to value
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (7)
5146if (!rec.value.IsNull) { 5147_prepareHandle = rec.value.Int32; 5177if (!rec.value.IsNull) { 5183byte[] unencryptedBytes = SqlSecurityUtility.DecryptWithKey(rec.value.ByteArray, rec.cipherMD, _activeConnection.DataSource); 5221if (rec.value.IsNull) 5224data = rec.value.ByteArray; //should work for both sql and non-sql values 5245thisParam.SetSqlBuffer(rec.value);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3554GetNullSqlValue(rec.value, rec, SqlCommandColumnEncryptionSetting.Disabled, _connHandler); 3559if (!TryReadSqlValue(rec.value, rec, intlen, stateObj, SqlCommandColumnEncryptionSetting.Disabled, columnName:null /*Not used*/)) {