3 writes to id
System.Activities (3)
System\Activities\BookmarkScope.cs (3)
33this.id = id; 61this.id = value; 87set { this.id = value; }
7 references to id
System.Activities (7)
System\Activities\BookmarkScope.cs (7)
54return this.id; 86get { return this.id; } 121return this.IsInitialized && this.id == Guid.Empty; 149return this.id.GetHashCode(); 187Fx.Assert(this.id != Guid.Empty, "If we're not the default but we're initialized then we must have a non-Empty Guid."); 189if (other.id == this.id)