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