2 writes to messageLookupId
System.ServiceModel (2)
System\ServiceModel\MsmqPoisonMessageException.cs (2)
24
this.
messageLookupId
= messageLookupId;
35
this.
messageLookupId
= (long)info.GetValue("messageLookupId", typeof(long));
2 references to messageLookupId
System.ServiceModel (2)
System\ServiceModel\MsmqPoisonMessageException.cs (2)
29
get { return this.
messageLookupId
; }
46
info.AddValue("messageLookupId", this.
messageLookupId
);