6 references to memberNames
System.Workflow.ComponentModel (6)
AuthoringOM\Serializer\ActivitySurrogate.cs (6)
301
if (this.
memberNames
.Length > 0 && this.
memberNames
[this.lastPosition].Equals(name))
305
else if ((++this.lastPosition < this.
memberNames
.Length) && (this.
memberNames
[this.lastPosition].Equals(name)))
312
for (int i = 0; i < this.
memberNames
.Length; i++)
314
if (this.
memberNames
[i].Equals(name))