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