10 references to Hosting
ComSvcConfig (10)
EndpointConfigContainer.cs (2)
717if (Tool.Options.Hosting == Hosting.Complus || Tool.Options.Hosting == Hosting.NotSpecified)
Tool.cs (8)
142ValidateApplication(appInfo, options.Hosting); 148if (options.Hosting == Hosting.Complus) 156else if (options.Hosting == Hosting.Was) 425List<EndpointConfigContainer> containers = GetContainersForQueryOrRemove(options.Hosting, application, options.WebServer, options.WebDirectory); 565List<EndpointConfigContainer> containers = GetContainersForQueryOrRemove(options.Hosting, application, options.WebServer, options.WebDirectory); 1011switch (options.Hosting) 1052switch (options.Hosting) 1090switch (options.Hosting)