1 write to exposedBodyProperties
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
634this.exposedBodyProperties = new List<InteropProperty>(bodyProperties.Length);
11 references to exposedBodyProperties
System.Workflow.Runtime (11)
System\Activities\Statements\Interop.cs (11)
114if (this.exposedBodyProperties != null) 116for (int i = 0; i < this.exposedBodyProperties.Count; i++) 118this.exposedBodyProperties[i].Invalidate(); 120this.exposedBodyProperties.Clear(); 632if (this.exposedBodyProperties == null) 639this.exposedBodyProperties.Add(descriptor); 653this.exposedBodyProperties.Add(inDescriptor); 656this.exposedBodyProperties.Add(outDescriptor); 663if (this.exposedBodyProperties != null) 665for (int i = 0; i < this.exposedBodyProperties.Count; i++) 667PropertyDescriptor descriptor = this.exposedBodyProperties[i];