5 references to x_UnicodeEncoding
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLString.cs (5)
145m_value = x_UnicodeEncoding.GetString(data, index, count); 370return x_UnicodeEncoding.GetBytes(m_value); 802byte[] rgDataX = x_UnicodeEncoding.GetBytes(x.m_value); 803byte[] rgDataY = x_UnicodeEncoding.GetBytes(y.m_value); 973rgbSortKey = x_UnicodeEncoding.GetBytes(m_value.TrimEnd());