2 writes to _attemptInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
752_attemptInfo = new MessageAttemptInfo(message, 0, 0, state); 763_attemptInfo = _strategy.AddToWindow(_attemptInfo.Message, _isLast, _attemptInfo.State);
4 references to _attemptInfo
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\TransmissionStrategy.cs (4)
763_attemptInfo = _strategy.AddToWindow(_attemptInfo.Message, _isLast, _attemptInfo.State); 787_attemptInfo.Message.Close(); 796return _attemptInfo;