1 write to Identifier
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CloseSequenceResponse.cs (1)
33closeSequenceResponseInfo.Identifier = reader.ReadContentAsUniqueId();
6 references to Identifier
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (5)
482if (info.CloseSequenceResponseInfo.Identifier == OutputID) 484else if (info.CloseSequenceResponseInfo.Identifier == InputID) 487return new UnknownSequenceFault(info.CloseSequenceResponseInfo.Identifier); 906if (info.CloseSequenceResponseInfo.Identifier == OutputID) 909return new UnknownSequenceFault(info.CloseSequenceResponseInfo.Identifier);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1992return info.CloseSequenceResponseInfo.Identifier;