1 write to Identifier
System.ServiceModel (1)
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
94createSequenceResponse.Identifier = reader.ReadContentAsUniqueId();
3 references to Identifier
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelReliableSession.cs (3)
923UniqueId sequenceId = createResponse.Identifier; 934this.OutputID = createResponse.Identifier; 988else if (info.CreateSequenceResponseInfo != null && info.CreateSequenceResponseInfo.Identifier != this.OutputID)