2 writes to nodeNameField
System.Transactions (2)
System\Transactions\Oletx\OletxTransactionManager.cs (2)
549this.nodeNameField = nodeName; 557this.nodeNameField = null;
6 references to nodeNameField
System.Transactions (6)
System\Transactions\Oletx\OletxTransactionManager.cs (6)
555if (( null != this.nodeNameField ) && ( 0 == this.nodeNameField.Length )) 564this.nodeNameField 577this.dtcTransactionManager = new DtcTransactionManager( this.nodeNameField, this ); 774get { return nodeNameField; } 832get { return this.nodeNameField; }