2 writes to attemptInfo
System.ServiceModel (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
856this.attemptInfo = new MessageAttemptInfo(message, 0, 0, state); 870this.attemptInfo = strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State);
5 references to attemptInfo
System.ServiceModel (5)
System\ServiceModel\Channels\TransmissionStrategy.cs (5)
864this.attemptInfo.Message.Close(); 870this.attemptInfo = strategy.AddToWindow(this.attemptInfo.Message, this.isLast, this.attemptInfo.State); 881return result.attemptInfo; 886this.attemptInfo.Message.Close();