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