7 references to tcpInstances
SMSvcHost (7)
System\ServiceModel\Activation\TransportListener.cs (7)
181lock (tcpInstances) 183TransportListener t = tcpInstances[endPoint] as TransportListener; 192tcpInstances.Add(endPoint, t); 257static object ThisStaticLock { get { return tcpInstances; } } 304lock (tcpInstances) 306TransportListener t = tcpInstances[endPoint] as TransportListener; 322tcpInstances.Remove(endPoint);