7 references to UniqueId
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (5)
208
case ValueHandleType.
UniqueId
:
402
if (_type == ValueHandleType.
UniqueId
)
528
case ValueHandleType.
UniqueId
:
612
case ValueHandleType.
UniqueId
:
899
DiagnosticUtility.DebugAssert(_type == ValueHandleType.
UniqueId
, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
641
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
UniqueId
, ValueHandleLength.UniqueId);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1284
ReadValue(value, ValueHandleType.
UniqueId
, ValueHandleLength.UniqueId);