1 write to guid
System.Runtime.Serialization (1)
System\Xml\XmlBufferReader.cs (1)
1166guid = new byte[16];
4 references to guid
System.Runtime.Serialization (4)
System\Xml\XmlBufferReader.cs (4)
1165if (guid == null) 1167System.Buffer.BlockCopy(buffer, offset, guid, 0, guid.Length); 1168return new Guid(guid);