7 references to Guid
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (5)
210case ValueHandleType.Guid: 420if (_type == ValueHandleType.Guid) 530case ValueHandleType.Guid: 614case ValueHandleType.Guid: 905DiagnosticUtility.DebugAssert(_type == ValueHandleType.Guid, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
644ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Guid, ValueHandleLength.Guid);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1287ReadValue(value, ValueHandleType.Guid, ValueHandleLength.Guid);