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)
64if (!_attachmentsCache.TryGetValue(e.TestCaseId, out Collection<AttachmentSet>? attachmentSets)) 67_attachmentsCache.Add(e.TestCaseId, attachmentSets); 82if (_attachmentsCache.TryGetValue(e.TestCaseId, out Collection<AttachmentSet>? attachmentSets)) 90_attachmentsCache.Remove(e.TestCaseId);