5 references to InstanceId
System.ServiceModel (5)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (4)
157
MsmqDiagnostics.PoisonMessageMoved(messageProperty.MessageId, false, this.receiver.
InstanceId
);
200
MsmqDiagnostics.PoisonMessageMoved(messageProperty.MessageId, false, this.receiver.
InstanceId
);
237
MsmqDiagnostics.PoisonMessageRejected(messageProperty.MessageId, this.receiver.
InstanceId
);
242
MsmqDiagnostics.PoisonMessageMoved(messageProperty.MessageId, true, this.receiver.
InstanceId
);
System\ServiceModel\Channels\Msmq4SubqueuePoisonHandler.cs (1)
55
MsmqDiagnostics.PoisonMessageRejected(messageProperty.MessageId, this.receiver.
InstanceId
);