17 references to new
Microsoft.Build.Engine.UnitTests (14)
BackEnd\ConfigurationMetadata_Tests.cs (1)
153
using ProjectFromString projectFromString =
new
(projectBody, globalProperties, ObjectModelHelpers.MSBuildDefaultToolsVersion);
BackEnd\IntrinsicTask_Tests.cs (1)
1239
using ProjectFromString projectFromString =
new
(ObjectModelHelpers.CleanupFileContents(@"
BackEnd\TargetBuilder_Tests.cs (2)
1347
using ProjectFromString projectFromString =
new
(projectContents, null, null);
1374
using ProjectFromString projectFromString =
new
(projectContents, null, null);
Evaluation\Evaluator_Tests.cs (9)
2967
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
2997
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3027
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3057
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3173
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3207
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3239
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3269
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3352
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
Instance\HostServices_Tests.cs (1)
483
using ProjectFromString projectFromString =
new
(contents, new Dictionary<string, string>(), ObjectModelHelpers.MSBuildDefaultToolsVersion);
Microsoft.Build.UnitTests.Shared (3)
ObjectModelHelpers.cs (2)
1357
using ProjectFromString projectFromString =
new
(content, globalProperties, toolsVersion: null);
1373
using ProjectFromString projectFromString =
new
(content, null, toolsVersion: null);
ProjectFromString.cs (1)
22
:
this
(s, null, null)