2 writes to _runtimeInitialized
System.Workflow.Activities (2)
Rules\RuleSetCollection.cs (2)
97
_runtimeInitialized
= true;
103
set { this.
_runtimeInitialized
= value; }
6 references to _runtimeInitialized
System.Workflow.Activities (6)
Rules\RuleSetCollection.cs (6)
35
if (this.
_runtimeInitialized
)
49
if (this.
_runtimeInitialized
)
57
if (this.
_runtimeInitialized
)
65
if (this.
_runtimeInitialized
)
90
if (this.
_runtimeInitialized
)
104
get { return this.
_runtimeInitialized
; }