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