11 references to ProjectStartedEventArgs
Microsoft.Build (1)
LogMessagePacketBase.cs (1)
559LoggingEventType.ProjectStartedEvent => new ProjectStartedEventArgs(null, null, null, null, null, null),
Microsoft.Build.Engine.UnitTests (6)
ConsoleLogger_Tests.cs (5)
463es.Consume(new ProjectStartedEventArgs(null, null, "p", null, null, null)); 1260es.Consume(new ProjectStartedEventArgs("ps1", null, "fname1", "", null, null)); 1265es.Consume(new ProjectStartedEventArgs("ps2", null, "fname2", "", null, null)); 1301es.Consume(new ProjectStartedEventArgs("ps1", null, "fname1", "", null, null)); 1316es.Consume(new ProjectStartedEventArgs("ps2", null, "fname2", "", null, null));
TerminalLogger_Tests.cs (1)
171return new ProjectStartedEventArgs("", "", projectFile, targetNames, new Dictionary<string, string>(), new List<DictionaryEntry>())
Microsoft.Build.Framework.UnitTests (2)
ProjectStartedEventArgs_Tests.cs (2)
43projectStartedEvent = new ProjectStartedEventArgs("Message", "HelpKeyword", "ProjecFile", "TargetNames", null, null); 47projectStartedEvent = new ProjectStartedEventArgs(null, null, null, null, null, null);
MSBuild (1)
LogMessagePacketBase.cs (1)
559LoggingEventType.ProjectStartedEvent => new ProjectStartedEventArgs(null, null, null, null, null, null),
MSBuildTaskHost (1)
LogMessagePacketBase.cs (1)
559LoggingEventType.ProjectStartedEvent => new ProjectStartedEventArgs(null, null, null, null, null, null),