2 writes to id
System.Activities (2)
System\Activities\Bookmark.cs (2)
32this.id = id; 77set { this.id = value; }
6 references to id
System.Activities (6)
System\Activities\Bookmark.cs (6)
76get { return this.id; } 98return this.id == 0; 123return this.id; 172return this.id == other.id; 189return this.id.GetHashCode();