1 override of ReadContentAsUniqueId
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1583public override UniqueId ReadContentAsUniqueId()
5 references to ReadContentAsUniqueId
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1211WriteValue(reader.ReadContentAsUniqueId());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
771value = ReadContentAsUniqueId();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (3)
338UniqueId id = reader.ReadContentAsUniqueId(); 393UniqueId id = reader.ReadContentAsUniqueId(); 407UniqueId id = reader.ReadContentAsUniqueId();