1 write to _startTime
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
425_startTime = Environment.TickCount;
1 reference to _startTime
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
629Util.WriteLog(String.Format(CultureInfo.CurrentCulture, "Total time to generate manifest '{1}': t={0}", Environment.TickCount - _startTime, Path.GetFileName(OutputManifest.ItemSpec)));