3 instantiations of HostObjectException
Microsoft.Build (3)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
39new(typeof(HostObjectException), (msg, inner) => new HostObjectException(msg, inner)),
Instance\HostServices.cs (2)
100throw new HostObjectException(projectFile, targetName, taskName, ex); 105throw new HostObjectException(
1 reference to HostObjectException
Microsoft.Build (1)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
39new(typeof(HostObjectException), (msg, inner) => new HostObjectException(msg, inner)),