3 references to ToByteArray
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
9986byte[] b = ((SqlGuid)value).ToByteArray(); 10950byte[] b = ((SqlGuid)value).ToByteArray();
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
242return x.IsNull ? SqlBinary.Null : new SqlBinary(x.ToByteArray());