1 write to Annotations
System.Activities (1)
System\Activities\Tracking\RuntimeTrackingProfile.cs (1)
552preparedRecord.Annotations = new ReadOnlyDictionaryInternal<string, string>(query.QueryAnnotations);
20 references to Annotations
System.Activities (20)
System\Activities\Tracking\EtwTrackingParticipant.cs (20)
296record.HasAnnotations ? PrepareAnnotations(record.Annotations) : emptyItemsTag, 327scheduledRecord.HasAnnotations ? PrepareAnnotations(scheduledRecord.Annotations) : emptyItemsTag, 363cancelRecord.HasAnnotations ? PrepareAnnotations(cancelRecord.Annotations) : emptyItemsTag, 400faultRecord.HasAnnotations ? PrepareAnnotations(faultRecord.Annotations) : emptyItemsTag, 432record.HasAnnotations ? PrepareAnnotations(record.Annotations) : emptyItemsTag, 461record.HasAnnotations ? PrepareAnnotations(record.Annotations) : emptyItemsTag, 485record.HasAnnotations ? PrepareAnnotations(record.Annotations) : emptyItemsTag, 510record.HasAnnotations ? PrepareAnnotations(record.Annotations) : emptyItemsTag, 576unhandled.HasAnnotations ? PrepareAnnotations(unhandled.Annotations) : emptyItemsTag, 602unhandled.HasAnnotations ? PrepareAnnotations(unhandled.Annotations) : emptyItemsTag, 633aborted.HasAnnotations ? PrepareAnnotations(aborted.Annotations) : emptyItemsTag, 655aborted.HasAnnotations ? PrepareAnnotations(aborted.Annotations) : emptyItemsTag, 684suspended.HasAnnotations ? PrepareAnnotations(suspended.Annotations) : emptyItemsTag, 706suspended.HasAnnotations ? PrepareAnnotations(suspended.Annotations) : emptyItemsTag, 735terminated.HasAnnotations ? PrepareAnnotations(terminated.Annotations) : emptyItemsTag, 757terminated.HasAnnotations ? PrepareAnnotations(terminated.Annotations) : emptyItemsTag, 786record.HasAnnotations ? PrepareAnnotations(record.Annotations) : emptyItemsTag, 808record.HasAnnotations ? PrepareAnnotations(record.Annotations) : emptyItemsTag, 836updatedRecord.HasAnnotations ? PrepareAnnotations(updatedRecord.Annotations) : emptyItemsTag, 843updatedRecord.HasAnnotations ? PrepareAnnotations(updatedRecord.Annotations) : emptyItemsTag,