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