3 references to CreateFrom
Microsoft.TestPlatform.Utilities (2)
CodeCoverageDataAttachmentsHandler.cs (2)
80
resultAttachmentSet.Attachments.Add(UriDataAttachment.
CreateFrom
(coverageReport, CoverageFriendlyName));
86
resultAttachmentSet.Attachments.Add(UriDataAttachment.
CreateFrom
(coverageOtherFilePath, string.Empty));
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
306
AttachmentSets[fileTransferInfo.Context][uri].Attachments.Add(UriDataAttachment.
CreateFrom
(localFilePath, fileTransferInfo.Description));