1 write to syncRoot
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
89this.syncRoot = new object();
4 references to syncRoot
System.ServiceModel (4)
System\ServiceModel\ComIntegration\TransactionProxy.cs (4)
128lock (this.syncRoot) 187lock (this.syncRoot) 246lock (this.syncRoot) 265lock (this.syncRoot)