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