2 writes to lastMatchLength
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
356this.lastMatchLength = -1; 385set { this.lastMatchLength = value; }
1 reference to lastMatchLength
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (1)
384get { return this.lastMatchLength; }