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)
1260
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)
3002
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3032
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3062
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3092
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3208
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3242
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3274
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3304
using ProjectFromString projectFromString =
new
(content, globalProperties, null);
3387
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)
1360
using ProjectFromString projectFromString =
new
(content, globalProperties, toolsVersion: null);
1376
using ProjectFromString projectFromString =
new
(content, null, toolsVersion: null);
ProjectFromString.cs (1)
22
:
this
(s, null, null)