4 references to ToUniqueId
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (3)
528return XmlConverter.ToString(ToUniqueId()); 604writer.WriteUniqueIdText(ToUniqueId()); 661return ToUniqueId();
System\Xml\XmlBaseReader.cs (1)
1747UniqueId value = node.Value.ToUniqueId();