2 implementations of UpdateAttachmentSets
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\NullPathConverter.cs (1)
24ICollection<AttachmentSet> IPathConverter.UpdateAttachmentSets(ICollection<AttachmentSet>? attachmentSets, PathConversionDirection _) => attachmentSets!;
EventHandlers\PathConverter.cs (1)
115public ICollection<AttachmentSet> UpdateAttachmentSets(ICollection<AttachmentSet>? attachmentSets, PathConversionDirection updateDirection)
1 reference to UpdateAttachmentSets
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
238RunAttachments = _pathConverter.UpdateAttachmentSets(runContextAttachments, PathConversionDirection.Send),