2 overrides of ReadContentAsUniqueId
System.IdentityModel (1)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
398public override System.Xml.UniqueId ReadContentAsUniqueId()
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
1742public override UniqueId ReadContentAsUniqueId()
17 references to ReadContentAsUniqueId
System.IdentityModel (2)
System\IdentityModel\DelegatingXmlDictionaryReader.cs (1)
400return _innerReader.ReadContentAsUniqueId();
System\IdentityModel\XmlHelper.cs (1)
107System.Xml.UniqueId id = reader.ReadContentAsUniqueId();
System.Runtime.Serialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1216WriteValue(reader.ReadContentAsUniqueId());
System\Xml\XmlDictionaryReader.cs (1)
910value = ReadContentAsUniqueId();
System.ServiceModel (13)
System\ServiceModel\Channels\CloseSequence.cs (1)
36closeSequenceInfo.Identifier = reader.ReadContentAsUniqueId();
System\ServiceModel\Channels\CloseSequenceResponse.cs (1)
33closeSequenceResponseInfo.Identifier = reader.ReadContentAsUniqueId();
System\ServiceModel\Channels\CreateSequence.cs (1)
63info.OfferIdentifier = reader.ReadContentAsUniqueId();
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
94createSequenceResponse.Identifier = reader.ReadContentAsUniqueId();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3423UniqueId sequenceID = reader.ReadContentAsUniqueId();
System\ServiceModel\Channels\TerminateSequence.cs (1)
45terminateSequenceInfo.Identifier = reader.ReadContentAsUniqueId();
System\ServiceModel\Channels\TerminateSequenceResponse.cs (1)
51terminateSequenceInfo.Identifier = reader.ReadContentAsUniqueId();
System\ServiceModel\Channels\WsrmMessageInfo.cs (3)
1325UniqueId sequenceID = reader.ReadContentAsUniqueId(); 1468sequenceId = reader.ReadContentAsUniqueId(); 1744UniqueId sequenceID = reader.ReadContentAsUniqueId();
System\ServiceModel\Security\XmlHelper.cs (3)
340UniqueId id = reader.ReadContentAsUniqueId(); 435UniqueId id = reader.ReadContentAsUniqueId(); 449UniqueId id = reader.ReadContentAsUniqueId();