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