3 writes to isHandleInitialized
System.Activities (3)
System\Activities\RuntimeTransactionHandle.cs (3)
85set { this.isHandleInitialized = value; } 183this.isHandleInitialized = true; 202this.isHandleInitialized = false;
5 references to isHandleInitialized
System.Activities (5)
System\Activities\RuntimeTransactionHandle.cs (5)
84get { return this.isHandleInitialized; } 167if (!this.isHandleInitialized) 235if (!this.isHandleInitialized) 291if (!this.isHandleInitialized) 326if (!this.isHandleInitialized)