3 references to GetFileLength
Microsoft.NET.HostModel (3)
AppHost\HostWriter.cs (1)
127
long appHostSourceLength = HostModelUtils.
GetFileLength
(appHostSourceFilePath);
Bundle\Bundler.cs (2)
305
bundledFilesSize += HostModelUtils.
GetFileLength
(spec.SourcePath);
326
var hostLength = HostModelUtils.
GetFileLength
(hostSource);