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