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