8 references to UniqueId
System.Private.DataContractSerialization (8)
System\Xml\ValueHandle.cs (6)
193
case ValueHandleType.
UniqueId
:
390
if (_type == ValueHandleType.
UniqueId
)
515
case ValueHandleType.
UniqueId
:
591
case ValueHandleType.
UniqueId
:
648
case ValueHandleType.
UniqueId
:
930
Debug.Assert(_type == ValueHandleType.
UniqueId
);
System\Xml\XmlBinaryReader.cs (1)
655
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
UniqueId
, ValueHandleLength.UniqueId);
System\Xml\XmlBufferReader.cs (1)
1139
ReadValue(value, ValueHandleType.
UniqueId
, ValueHandleLength.UniqueId);