2 writes to _runtimeInitialized
System.Workflow.Activities (2)
Rules\DeclarativeConditionsCollection.cs (2)
49_runtimeInitialized = true; 85set { this._runtimeInitialized = value; }
6 references to _runtimeInitialized
System.Workflow.Activities (6)
Rules\DeclarativeConditionsCollection.cs (6)
42if (_runtimeInitialized) 55if (this._runtimeInitialized) 69if (this._runtimeInitialized) 77if (this._runtimeInitialized) 86get { return this._runtimeInitialized; } 91if (this._runtimeInitialized)