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