2 writes to _attachmentsCache
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\ProxyOutOfProcDataCollectionManager.cs (2)
40
_attachmentsCache
= new Dictionary<Guid, Collection<AttachmentSet>>();
48
_attachmentsCache
= new Dictionary<Guid, Collection<AttachmentSet>>();
4 references to _attachmentsCache
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\ProxyOutOfProcDataCollectionManager.cs (4)
64
if (!
_attachmentsCache
.TryGetValue(e.TestCaseId, out Collection<AttachmentSet>? attachmentSets))
67
_attachmentsCache
.Add(e.TestCaseId, attachmentSets);
82
if (
_attachmentsCache
.TryGetValue(e.TestCaseId, out Collection<AttachmentSet>? attachmentSets))
90
_attachmentsCache
.Remove(e.TestCaseId);