2 implementations of TranslateException
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
512public void TranslateException(ref Exception value) 1213public void TranslateException(ref Exception value)
18 references to TranslateException
Microsoft.Build (5)
BackEnd\Shared\BuildResult.cs (1)
620translator.TranslateException(ref _requestException);
BackEnd\Shared\WorkUnitResult.cs (1)
128translator.TranslateException(ref _exception);
NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
TaskParameter.cs (1)
254translator.TranslateException(ref exceptionParam);
Microsoft.Build.Engine.UnitTests (10)
BackEnd\BinaryTranslator_Tests.cs (10)
188TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 191TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 210TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 213TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 239TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 242TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 273TranslationHelpers.GetWriteTranslator().TranslateException(ref remote); 276TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 294TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 297TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue);
MSBuild (3)
NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
TaskParameter.cs (1)
254translator.TranslateException(ref exceptionParam);