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