6 references to ProjectStartedEventArgs
Microsoft.Build (1)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Build.Framework.UnitTests (2)
ProjectStartedEventArgs_Tests.cs (2)
36projectStartedEvent = new ProjectStartedEventArgs("Message", "HelpKeyword", "ProjecFile", "TargetNames", null, null);
40projectStartedEvent = new ProjectStartedEventArgs(null, null, null, null, null, null);
MSBuild (1)
MSBuildTaskHost (1)