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