2 references to InvalidProjectFileException
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
1961
LogInvalidProjectFileError(new
InvalidProjectFileException
(ex.Message, ex));
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
31
new(typeof(InvalidProjectFileException), (msg, inner) => new
InvalidProjectFileException
(msg, inner)),