2 writes to interfaces
ComSvcConfig (2)
Options.cs (2)
112
this.
interfaces
= null;
123
this.
interfaces
= new List<InterfaceDefination<T>>();
4 references to interfaces
ComSvcConfig (4)
Options.cs (4)
106
public IList<InterfaceDefination<T>> Interfaces { get { return this.
interfaces
; } }
121
if (this.
interfaces
== null)
126
this.
interfaces
.Add(interfaceDefination);
131
if (this.
interfaces
!= null || (this.allInterfaces == true))