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