2 writes to tableLock
System.ServiceModel (2)
System\ServiceModel\Channels\TransportManager.cs (2)
181
this.
tableLock
= listener.TransportManagerTable;
188
this.
tableLock
= source.tableLock;
4 references to tableLock
System.ServiceModel (4)
System\ServiceModel\Channels\TransportManager.cs (4)
188
this.tableLock = source.
tableLock
;
201
lock (source.
tableLock
)
231
lock (this.
tableLock
)
276
lock (this.
tableLock
)