5 references to TaskCommandLineEventArgs
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1044
var e = new
TaskCommandLineEventArgs
(
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
701
var args = new
TaskCommandLineEventArgs
(
Microsoft.Build.Framework (1)
TaskCommandLineEventArgs.cs (1)
48
:
this
(commandLine, taskName, importance, DateTime.UtcNow)
Microsoft.Build.Framework.UnitTests (2)
TaskCommandLineEventArgs_Tests.cs (2)
26
taskCommandLineEvent = new
TaskCommandLineEventArgs
("Commandline", "taskName", MessageImportance.High, DateTime.Now);
28
taskCommandLineEvent = new
TaskCommandLineEventArgs
(null, null, MessageImportance.High, DateTime.Now);