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