7 references to LogException
NuGet.Build.Tasks (2)
GetRestoreSettingsTask.cs (1)
185ExceptionUtilities.LogException(ex, log);
RestoreTask.cs (1)
160ExceptionUtilities.LogException(e, log);
NuGet.Build.Tasks.Pack (1)
PackTask.cs (1)
153ExceptionUtilities.LogException(ex, Logger);
NuGet.Commands (4)
SignCommand\SignCommandRunner.cs (3)
45ExceptionUtilities.LogException(e, signArgs.Logger); 105ExceptionUtilities.LogException(e, logger); 152ExceptionUtilities.LogException(e, logger);
VerifyCommand\VerifyCommandRunner.cs (1)
104ExceptionUtilities.LogException(e, verifyArgs.Logger);