2 writes to ownsThreadPropertiesList
System.Activities (2)
System\Activities\Runtime\ExecutionPropertyManager.cs (2)
307this.ownsThreadPropertiesList = true; 339this.ownsThreadPropertiesList = true;
2 references to ownsThreadPropertiesList
System.Activities (2)
System\Activities\Runtime\ExecutionPropertyManager.cs (2)
309else if (!this.ownsThreadPropertiesList) 379Fx.Assert(this.ownsThreadPropertiesList && this.threadProperties != null, "We should definitely be the list owner if we have an IExecutionProperty");