4 references to ProjectStartedEventArgs
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingServicesLogMethod_Tests.cs (1)
1685ProjectStartedEventArgs buildEvent = new ProjectStartedEventArgs(
Microsoft.Build.Framework (1)
ProjectStartedEventArgs.cs (1)
86: this(projectId, message, helpKeyword, projectFile, targetNames, properties, items, parentBuildEventContext, DateTime.UtcNow)
Microsoft.Build.Framework.UnitTests (2)
ProjectStartedEventArgs_Tests.cs (2)
46projectStartedEvent = new ProjectStartedEventArgs(1, "Message", "HelpKeyword", "ProjecFile", "TargetNames", null, null, null, DateTime.Now); 50projectStartedEvent = new ProjectStartedEventArgs(1, null, null, null, null, null, null, null, DateTime.Now);