2 writes to allInterfaces
ComSvcConfig (2)
Options.cs (2)
110this.allInterfaces = false; 136this.allInterfaces = true;
2 references to allInterfaces
ComSvcConfig (2)
Options.cs (2)
104public bool AllInterfaces { get { return this.allInterfaces; } } 131if (this.interfaces != null || (this.allInterfaces == true))