2 references to SqlGuid
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
5171value.SqlGuid = new SqlGuid(unencryptedBytes, true); // doesn't copy the byte array 5606value.SqlGuid = new SqlGuid(b, true); // doesn't copy the byte array