4 references to CharSize
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
1861internal const int CharSize = System.Text.UnicodeEncoding.CharSize;
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\RecordState.cs (3)
189Buffer.BlockCopy(charValue, sourceOffset * System.Text.UnicodeEncoding.CharSize, 190buffer, bufferOffset * System.Text.UnicodeEncoding.CharSize, 191charCount * System.Text.UnicodeEncoding.CharSize);