1 write to matcher
System.Activities (1)
System\Activities\DynamicUpdate\UpdateMapMetadata.cs (1)
23this.matcher = matcher;
6 references to matcher
System.Activities (6)
System\Activities\DynamicUpdate\UpdateMapMetadata.cs (6)
48this.matcher.AddMatch(updatedChild, originalChild, this.targetActivity); 58this.matcher.AddMatch(updatedVariable, originalVariable, this.targetActivity); 68Activity result = this.matcher.GetMatch(updatedChild); 103Variable result = this.matcher.GetMatch(updatedVariable); 138return this.matcher.GetMatch(updatedActivity) == originalActivity; 145return this.matcher.GetMatch(updatedDelegate.Handler) == originalDelegate.Handler;