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