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