1 write to Identifier
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CloseSequence.cs (1)
36closeSequenceInfo.Identifier = reader.ReadContentAsUniqueId();
7 references to Identifier
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\ChannelReliableSession.cs (5)
470if (info.CloseSequenceInfo.Identifier == InputID) 472else if (info.CloseSequenceInfo.Identifier == OutputID) 476return new UnknownSequenceFault(info.CloseSequenceInfo.Identifier); 897if (info.CloseSequenceInfo.Identifier == OutputID) 900return new UnknownSequenceFault(info.CloseSequenceInfo.Identifier);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
1960return info.CloseSequenceInfo.Identifier; 1987return info.CloseSequenceInfo.Identifier;