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