11 references to ProjectStartedEventArgs
Microsoft.Build (1)
Microsoft.Build.CommandLine.UnitTests (1)
Microsoft.Build.Engine.UnitTests (5)
ConsoleLogger_Tests.cs (5)
465es.Consume(new ProjectStartedEventArgs(null, null, "p", null, null, null));
1262es.Consume(new ProjectStartedEventArgs("ps1", null, "fname1", "", null, null));
1267es.Consume(new ProjectStartedEventArgs("ps2", null, "fname2", "", null, null));
1303es.Consume(new ProjectStartedEventArgs("ps1", null, "fname1", "", null, null));
1318es.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)