11 references to ProjectStartedEventArgs
Microsoft.Build (1)
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));
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)
MSBuildTaskHost (1)