1 write to Identifier
System.ServiceModel (1)
System\ServiceModel\Channels\CloseSequence.cs (1)
36closeSequenceInfo.Identifier = reader.ReadContentAsUniqueId();
9 references to Identifier
System.ServiceModel (9)
System\ServiceModel\Channels\ChannelReliableSession.cs (7)
565if (info.CloseSequenceInfo.Identifier == this.InputID) 567else if (info.CloseSequenceInfo.Identifier == this.OutputID) 571return new UnknownSequenceFault(info.CloseSequenceInfo.Identifier); 1026if (info.CloseSequenceInfo.Identifier == this.OutputID) 1029return new UnknownSequenceFault(info.CloseSequenceInfo.Identifier); 1190if (info.CloseSequenceInfo.Identifier == this.InputID) 1193return new UnknownSequenceFault(info.CloseSequenceInfo.Identifier);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
3355return info.CloseSequenceInfo.Identifier; 3382return info.CloseSequenceInfo.Identifier;