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