1 instantiation of ThreadSafeAnnotationList
Aspire.Hosting (1)
ApplicationModel\ResourceAnnotationCollection.cs (1)
24
: base(new
ThreadSafeAnnotationList
())
3 references to ThreadSafeAnnotationList
Aspire.Hosting (3)
ApplicationModel\ResourceAnnotationCollection.cs (3)
37
((
ThreadSafeAnnotationList
)Items).SafeInsert(index, item);
43
((
ThreadSafeAnnotationList
)Items).SafeRemoveAt(index);
49
((
ThreadSafeAnnotationList
)Items).SafeSetItem(index, item);