5 references to UniqueId
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
276
return new
UniqueId
(Trim(value));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
757
value = new
UniqueId
(string.Empty);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (3)
389
return new
UniqueId
(string.Empty);
403
return new
UniqueId
(string.Empty);
414
return new
UniqueId
(ReadTextElementAsTrimmedString(element));