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