2 implementations of TranslateException
MSBuildTaskHost (2)
BackEnd\BinaryTranslator.cs (2)
293public void TranslateException(ref Exception? value) 592public void TranslateException(ref Exception? value)
3 references to TranslateException
MSBuildTaskHost (3)
BackEnd\NodeShutdown.cs (1)
85translator.TranslateException(ref _exception);
BackEnd\TaskHostTaskComplete.cs (1)
160translator.TranslateException(ref _taskException);
BackEnd\TaskParameter.cs (1)
239translator.TranslateException(ref exceptionParam);