4 references to ProjectStartedEventArgs
Microsoft.Build.Framework (2)
ProjectStartedEventArgs.cs (2)
61: this(message, helpKeyword, projectFile, targetNames, properties, items, DateTime.UtcNow) 171: this(message, helpKeyword, projectFile, targetNames, properties, items, eventTimestamp)
Microsoft.Build.Framework.UnitTests (2)
ProjectStartedEventArgs_Tests.cs (2)
44projectStartedEvent = new ProjectStartedEventArgs("Message", "HelpKeyword", "ProjecFile", "TargetNames", null, null, DateTime.Now); 48projectStartedEvent = new ProjectStartedEventArgs(null, null, null, null, null, null, DateTime.Now);