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