4 references to UniqueId
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (1)
75public UniqueId(byte[] guid) : this(guid, 0)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (2)
459UniqueId uniqueId = new UniqueId(buffer, offset); 1131return new UniqueId(_buffer, offset);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1124return new UniqueId(buffer, offset);