1 write to _startTime
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
424_startTime = Environment.TickCount;
1 reference to _startTime
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
628Util.WriteLog($"Total time to generate manifest '{Path.GetFileName(OutputManifest.ItemSpec)}': t={Environment.TickCount - _startTime}");