8 references to UniqueId
System.Runtime.Serialization (8)
System\Xml\ValueHandle.cs (6)
208case ValueHandleType.UniqueId: 402if (type == ValueHandleType.UniqueId) 527case ValueHandleType.UniqueId: 603case ValueHandleType.UniqueId: 660case ValueHandleType.UniqueId: 949Fx.Assert(type == ValueHandleType.UniqueId, "");
System\Xml\XmlBinaryReader.cs (1)
669ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.UniqueId, ValueHandleLength.UniqueId);
System\Xml\XmlBufferReader.cs (1)
1312ReadValue(value, ValueHandleType.UniqueId, ValueHandleLength.UniqueId);