2 writes to NewArgumentCount
System.Activities (2)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
559
envMap.
NewArgumentCount
= currentElement.RuntimeArguments != null ? currentElement.RuntimeArguments.Count : 0;
System\Activities\DynamicUpdate\EnvironmentUpdateMap.cs (1)
180
NewArgumentCount
= second.NewArgumentCount,
14 references to NewArgumentCount
System.Activities (14)
System\Activities\ActivityInstance.cs (1)
1361
this.environment = new LocationEnvironment(oldParentEnvironment, map.
NewArgumentCount
+ map.NewVariableCount + map.NewPrivateVariableCount + map.RuntimeDelegateArgumentCount);
System\Activities\DynamicUpdate\EnvironmentUpdateMap.cs (6)
100
(this.
NewArgumentCount
+ this.NewVariableCount + this.NewPrivateVariableCount + this.RuntimeDelegateArgumentCount) > 0;
180
NewArgumentCount = second.
NewArgumentCount
,
189
result.argumentEntries = Merge(result.
NewArgumentCount
, first.ArgumentEntries, second.ArgumentEntries);
191
if (result.OldArgumentCount != result.
NewArgumentCount
||
243
if (first.
NewArgumentCount
!= second.OldArgumentCount ||
248
first.
NewArgumentCount
, first.NewVariableCount, first.NewPrivateVariableCount,
System\Activities\Runtime\LocationEnvironment.cs (7)
530
if (map.
NewArgumentCount
!= activity.RuntimeArguments.Count ||
536
SR.WrongEnvironmentCount(activity, map.
NewArgumentCount
, map.NewVariableCount, map.NewPrivateVariableCount, map.RuntimeDelegateArgumentCount,
577
int newTotalLocations = map.
NewArgumentCount
+ map.NewVariableCount + map.NewPrivateVariableCount + map.RuntimeDelegateArgumentCount;
608
Fx.Assert(entry.NewOffset >= 0 && entry.NewOffset < map.
NewArgumentCount
, "Argument offset is out of range");
628
for (int i = 0; i < map.
NewArgumentCount
; i++)
645
map.
NewArgumentCount
,
657
map.
NewArgumentCount
+ map.NewVariableCount,