1 write to data2
System.Net (1)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
71
newGuid.
data2
= (ushort)(Convert.ToUInt16(guidString.Substring(startVal, endVal - startVal), 16));
1 reference to data2
System.Net (1)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (1)
102
return new Guid((int)guid.data1, (short)guid.
data2
, (short)guid.data3, bytes);