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