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