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