3 writes to prefix
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingFilter.cs (3)
14this.prefix = path; 21this.prefix = this.prefix.Substring(1); 25this.prefix = this.prefix + '/';
8 references to prefix
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqBindingFilter.cs (8)
19if (this.prefix.Length > 0 && this.prefix[0] == '/') 21this.prefix = this.prefix.Substring(1); 23if (this.prefix.Length > 0 && this.prefix[this.prefix.Length - 1] != '/') 25this.prefix = this.prefix + '/'; 31get { return this.prefix; }