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