3 writes to hasServices
ComSvcConfig (3)
ComplusEndpointConfigContainer.cs (3)
66this.hasServices = listenerComponentExists; // notice how we initialize this 184this.hasServices = true; 588this.hasServices = ServiceModelSectionGroup.GetSectionGroup(config).Services.Services.Count > 0;
3 references to hasServices
ComSvcConfig (3)
ComplusEndpointConfigContainer.cs (3)
304if (workDone && !this.manifestFile.CurrentExists() && this.hasServices) 316if (this.hasServices && !this.listenerComponentExists) 320else if (!this.hasServices && this.listenerComponentExists)