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