1 write to _syncRoot
System.Transactions.Local (1)
System\Transactions\TransactionTable.cs (1)
33
Interlocked.CompareExchange(ref
_syncRoot
, new object(), null);
2 references to _syncRoot
System.Transactions.Local (2)
System\Transactions\TransactionTable.cs (2)
31
if (
_syncRoot
== null)
35
return
_syncRoot
;