6 references to UniqueId
System.Runtime.Serialization (2)
System\Xml\XmlConverter.cs (1)
271return new UniqueId(Trim(value));
System\Xml\XmlDictionaryReader.cs (1)
896value = new UniqueId(string.Empty);
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
974RemoveSessionChannel(new UniqueId(sessionId));
System\ServiceModel\Security\XmlHelper.cs (3)
431return new UniqueId(string.Empty); 445return new UniqueId(string.Empty); 471return new UniqueId(ReadTextElementAsTrimmedString(element));