11 references to Name
ComSvcConfig (11)
ComplusEndpointConfigContainer.cs (3)
327
ToolConsole.WriteWarning(SR.GetString(SR.ShouldRestartApp, this.appInfo.
Name
));
408
string uri = Uri.EscapeUriString("net.pipe://localhost/" + adminAppInfo.
Name
+ "/" + GetPartitionId(appId) + adminClassInfo.Name);
467
ToolConsole.WriteWarning(SR.GetString(SR.FailedToLoadConfigForApplicationIgnoring, appInfo.
Name
, ex.Message));
EndpointConfigContainer.cs (1)
140
return appInfo.
Name
;
Tool.cs (7)
489
ToolConsole.WriteQueryLine(SR.GetString(SR.EnumeratingComponentsForApplication, options.ShowGuids ? appInfo.ID.ToString("B") : appInfo.
Name
));
713
ToolConsole.WriteWarning(SR.GetString(SR.CannotFindComponentInApplicationSkipping, inComp.Component, Tool.Options.ShowGuids ? appInfo.ID.ToString("B") : appInfo.
Name
));
813
ToolConsole.WriteWarning(SR.GetString(SR.CannotFindComponentInApplicationSkipping, inComp.Component, Tool.Options.ShowGuids ? appInfo.ID.ToString("B") : appInfo.
Name
));
1124
throw CreateArgumentException(Cmd.Application, appInfo.
Name
, SR.GetString(SR.SystemApplicationsNotSupported), null);
1131
throw CreateArgumentException(Cmd.Application, appInfo.
Name
, SR.GetString(SR.LibraryApplicationsNotSupported), null);
1136
throw CreateArgumentException(Cmd.Application, appInfo.
Name
, SR.GetString(SR.ProcessRecyclingNotSupported), null);
1141
throw CreateArgumentException(Cmd.Application, appInfo.
Name
, SR.GetString(SR.ProcessPoolingNotSupported), null);