2 implementations of TranslateException
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
567public void TranslateException(ref Exception value) 1397public void TranslateException(ref Exception value)
21 references to TranslateException
Microsoft.Build (6)
BackEnd\Shared\BuildResult.cs (1)
632translator.TranslateException(ref _requestException);
BackEnd\Shared\WorkUnitResult.cs (2)
99translator.TranslateException(ref _exception); 134translator.TranslateException(ref exception);
NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
TaskParameter.cs (1)
256translator.TranslateException(ref exceptionParam);
Microsoft.Build.Engine.UnitTests (10)
BackEnd\BinaryTranslator_Tests.cs (10)
187TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 190TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 209TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 212TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 238TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 241TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 277TranslationHelpers.GetWriteTranslator().TranslateException(ref remote); 280TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue); 298TranslationHelpers.GetWriteTranslator().TranslateException(ref value); 301TranslationHelpers.GetReadTranslator().TranslateException(ref deserializedValue);
Microsoft.Build.Tasks.Core (2)
NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
TaskParameter.cs (1)
256translator.TranslateException(ref exceptionParam);
MSBuild (3)
NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
TaskParameter.cs (1)
256translator.TranslateException(ref exceptionParam);