2 writes to abortCount
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqMessageProperty.cs (2)
22
this.
abortCount
= msmqMessage.AbortCount.Value;
54
internal set { this.
abortCount
= value; }
1 reference to abortCount
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
53
get { return this.
abortCount
; }