1 write to interfaces
ComSvcConfig (1)
ComAdminWrapper.cs (1)
857this.interfaces = new List<ComAdminInterfaceInfo>();
3 references to interfaces
ComSvcConfig (3)
ComAdminWrapper.cs (3)
832public List<ComAdminInterfaceInfo> Interfaces { get { return this.interfaces; } } 866this.interfaces.Add(interfaceInfo); 877foreach (ComAdminInterfaceInfo interfaceInfo in this.interfaces)