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