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