5 references to new
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
1461
BuildSubmissionStartedEventArgs submissionStartedEvent =
new
(
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
647
var e = new
BuildSubmissionStartedEventArgs
(
Microsoft.Build.Engine.UnitTests (2)
BackEnd\NodePackets_Tests.cs (1)
81
BuildSubmissionStartedEventArgs buildSubmissionStarted =
new
(new Dictionary<string, string> { { "Value1", "Value2" } }, ["Path1"], ["TargetName"], BuildRequestDataFlags.ReplaceExistingProjectInstance, 123);
BuildEventArgsSerialization_Tests.cs (1)
136
BuildSubmissionStartedEventArgs args =
new
(
Microsoft.Build.Framework.UnitTests (1)
BuildSubmissionStartedEventArgs_Tests.cs (1)
39
BuildSubmissionStartedEventArgs args =
new
(