13 references to IsNoChanges
System.Activities (13)
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (8)
215if (this.IsNoChanges) 254if (first.IsNoChanges || second.IsNoChanges) 257return first.IsNoChanges ? second : first; 337if (this.IsNoChanges) 378Fx.Assert(!this.IsNoChanges, "This method is never supposed to be called on the NoChanges map."); 486Fx.Assert(!first.IsNoChanges && !second.IsNoChanges, "This method is never supposed to be called on the NoChanges map.");
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (4)
1152if (!this.userProvidedMap.IsNoChanges && privateIdSpace.MemberCount != this.userProvidedMap.NewDefinitionMemberCount) 1194if (this.userProvidedMap == null || this.userProvidedMap.IsNoChanges) 1295if (this.userProvidedMap != null && !this.userProvidedMap.IsNoChanges) 1309Fx.Assert(!argumentChangesMap.IsNoChanges, "argumentChangesMap will never be NoChanges map because it is automatically created only when there is argument changes.");
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (1)
110if (!isReferencedChild && !this.updateMap.IsNoChanges)