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