4 writes to newArguments
System.Activities (4)
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (4)
51set { this.newArguments = value; } 75this.newArguments = new List<ArgumentInfo>(); 81this.newArguments = value; 268newArguments = second.ArgumentsAreUnknown ? first.newArguments : second.newArguments
6 references to newArguments
System.Activities (6)
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (6)
50get { return this.newArguments; } 73if (this.newArguments == null) 77return this.newArguments; 268newArguments = second.ArgumentsAreUnknown ? first.newArguments : second.newArguments 497!ActivityComparer.ListEquals(first.newArguments, second.oldArguments))