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)
414
Assert.False(hostServices.
HasInProcessHostObject
(project.FullPath));
434
Assert.True(hostServices.
HasInProcessHostObject
(project2.FullPath));
438
Assert.False(hostServices.
HasInProcessHostObject
(project2.FullPath));