8 references to Components
ComSvcConfig (8)
Tool.cs (8)
182GetComponentsFromInputForAdd(appInfo, options.Components, options.Mex, container.HasEndpointsForApplication(sourceAppId), out guidComponents); 562GetComponentsFromInputForRemove(appInfo, options.Components, out guidComponents); 1006if (!options.AllComponents && ((options.Components == null) || options.Components.Count == 0)) 1047if (!options.AllComponents && ((options.Components == null) || options.Components.Count == 0)) 1085if (options.AllComponents || ((options.Components != null) && options.Components.Count > 0))