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