2 writes to IsNewHandle
System.Activities (2)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
645environmentEntry.IsNewHandle = newVariable.IsHandle;
System\Activities\DynamicUpdate\EnvironmentUpdateMapEntry.cs (1)
69IsNewHandle = first.IsNewHandle
2 references to IsNewHandle
System.Activities (2)
System\Activities\DynamicUpdate\EnvironmentUpdateMapEntry.cs (1)
69IsNewHandle = first.IsNewHandle
System\Activities\Runtime\LocationEnvironment.cs (1)
675Fx.Assert(!entry.IsNewHandle, "This should have been caught in ActivityInstanceMap.UpdateRawInstance");