1 write to syncRoot
System.Transactions (1)
System\Transactions\TransactionTable.cs (1)
40
Interlocked.CompareExchange( ref this.
syncRoot
, new object(), null );
2 references to syncRoot
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
38
if ( this.
syncRoot
== null )
42
return this.
syncRoot
;