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();
796
return
_attemptInfo
;