2 writes to externalName
System.Activities (2)
System\Activities\Bookmark.cs (2)
42
this.
externalName
= name;
84
set { this.
externalName
= value; }
6 references to externalName
System.Activities (6)
System\Activities\Bookmark.cs (6)
83
get { return this.
externalName
; }
108
return this.
externalName
;
156
return new BookmarkInfo(this.
externalName
, bookmarkCallback.ActivityInstance.Activity.DisplayName, scopeInfo);
168
return other.IsNamed && this.
externalName
== other.
externalName
;
185
return this.
externalName
.GetHashCode();