1 write to outputPropertyDefinitions
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
205
this.
outputPropertyDefinitions
= new List<PropertyInfo>();
4 references to outputPropertyDefinitions
System.Workflow.Runtime (4)
System\Activities\Statements\Interop.cs (4)
106
if (this.
outputPropertyDefinitions
!= null)
108
this.
outputPropertyDefinitions
.Clear();
181
return this.
outputPropertyDefinitions
;
269
this.
outputPropertyDefinitions
.Add(propertyInfo);