1 write to component
ComSvcConfig (1)
Options.cs (1)
111this.component = component;
4 references to component
ComSvcConfig (4)
Options.cs (4)
105public T Component { get { return this.component; } } 119throw Tool.CreateArgumentException(Cmd.Contract, this.component.ToString() + "," + itf.ToString(), SR.GetString(SR.AllInterfacesAlreadySelected, this.component.ToString()), null); 133throw Tool.CreateArgumentException(Cmd.Contract, this.component.ToString() + ",*", SR.GetString(SR.CannotSpecifyAllInterfaces), null);