1 write to isolationLevel
System.Transactions (1)
System\Transactions\TransactionOptions.cs (1)
22
set { this.
isolationLevel
= value; }
3 references to isolationLevel
System.Transactions (3)
System\Transactions\TransactionOptions.cs (3)
21
get { return this.
isolationLevel
; }
41
return (opts.timeout == this.timeout) && (opts.
isolationLevel
== this.
isolationLevel
);