1 write to listenerComponentExists
ComSvcConfig (1)
ComplusEndpointConfigContainer.cs (1)
65this.listenerComponentExists = appInfo.ListenerExists;
4 references to listenerComponentExists
ComSvcConfig (4)
ComplusEndpointConfigContainer.cs (4)
66this.hasServices = listenerComponentExists; // notice how we initialize this 74internal bool ListenerComponentExists { get { return this.listenerComponentExists; } } 316if (this.hasServices && !this.listenerComponentExists) 320else if (!this.hasServices && this.listenerComponentExists)