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