1 override of ReadElementContentAsUniqueId
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
266public override UniqueId ReadElementContentAsUniqueId()
5 references to ReadElementContentAsUniqueId
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
277return base.ReadElementContentAsUniqueId();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (2)
693return reader.ReadElementContentAsUniqueId(); 824messageId = reader.ReadElementContentAsUniqueId();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
99return reader.ReadElementContentAsUniqueId();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
91return reader.ReadElementContentAsUniqueId();