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