1 implementation of GetFileLength
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\FileHelper.cs (1)
120
public long
GetFileLength
(string path)
1 reference to GetFileLength
Microsoft.TestPlatform.CrossPlatEngine (1)
PostProcessing\ArtifactProcessingManager.cs (1)
181
.OrderByDescending(x => _fileHelper.
GetFileLength
(x.FileName))