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