5 references to HasInProcessHostObject
Microsoft.Build (2)
Instance\HostServices.cs (2)
215
if (
HasInProcessHostObject
(projectFile))
271
if (
HasInProcessHostObject
(projectFile))
Microsoft.Build.Engine.UnitTests (3)
Instance\HostServices_Tests.cs (3)
415
Assert.False(hostServices.
HasInProcessHostObject
(project.FullPath));
435
Assert.True(hostServices.
HasInProcessHostObject
(project2.FullPath));
439
Assert.False(hostServices.
HasInProcessHostObject
(project2.FullPath));