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($"Total time to generate manifest '{Path.GetFileName(OutputManifest.ItemSpec)}': t={Environment.TickCount - _startTime}");