5 references to UniqueId
System.Private.DataContractSerialization (2)
System\Xml\XmlConverter.cs (1)
243
return new
UniqueId
(value.Trim());
System\Xml\XmlDictionaryReader.cs (1)
865
value = new
UniqueId
(string.Empty);
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\XmlHelper.cs (3)
390
return new
UniqueId
(string.Empty);
404
return new
UniqueId
(string.Empty);
415
return new
UniqueId
(ReadTextElementAsTrimmedString(element));