5 references to guidSize
System.ServiceModel (5)
System\ServiceModel\Channels\NativeMsmqMessage.cs (5)
519byte[] guid = new byte[guidSize]; 520Array.Copy(messageId, guid, guidSize); 521int id = BitConverter.ToInt32(messageId, guidSize); 551Array.Copy(guid.ToByteArray(), bytes, guidSize); 552Array.Copy(BitConverter.GetBytes(integerId), 0, bytes, guidSize, 4);