4 writes to annotations
System.Activities (4)
System\Activities\Tracking\TrackingRecord.cs (4)
50
this.
annotations
= new ReadOnlyDictionaryInternal<string, string>(copy);
99
this.
annotations
= ReadOnlyEmptyAnnotations;
106
this.
annotations
= value;
114
set { this.
annotations
= value; }
6 references to annotations
System.Activities (6)
System\Activities\Tracking\TrackingRecord.cs (6)
49
Dictionary<string, string> copy = new Dictionary<string, string>(record.
annotations
);
97
if (this.
annotations
== null)
101
return this.
annotations
;
113
get { return this.
annotations
; }
160
return (this.
annotations
!= null && this.
annotations
.Count > 0);