2 writes to attemptInfo
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
1112this.attemptInfo = new MessageAttemptInfo(message, 0, 0, state); 1123attemptInfo = this.strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State);
4 references to attemptInfo
System.ServiceModel (4)
System\ServiceModel\Channels\TransmissionStrategy.cs (4)
1123attemptInfo = this.strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State); 1147this.attemptInfo.Message.Close(); 1156return this.attemptInfo;