7 references to FromFile
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
204
return ProjectInstance.
FromFile
(projectFilePath, new ProjectOptions
Microsoft.Build.Engine.OM.UnitTests (2)
Definition\ProjectItem_Tests.cs (2)
952
Should.Throw<InvalidProjectFileException>(() => { ProjectInstance.
FromFile
(testProjectFile, new ProjectOptions()); });
963
ProjectInstance.
FromFile
(testProjectFile, options);
Microsoft.Build.Engine.UnitTests (3)
Definition\ProjectEvaluationContext_Tests.cs (1)
152
var projectInstance = ProjectInstance.
FromFile
(
Instance\ProjectInstance_Internal_Tests.cs (2)
714
(f, xml, c) => ProjectInstance.
FromFile
(f, new ProjectOptions { ProjectCollection = c })
898
ProjectInstance projectInstance = ProjectInstance.
FromFile
(
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
1495
var p = ProjectInstance.
FromFile
(testProjectFile, new ProjectOptions());