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