2 implementations of TranslateException
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
489public void TranslateException(ref Exception value) 1164public void TranslateException(ref Exception value)
18 references to TranslateException
Microsoft.Build (5)
BackEnd\Shared\BuildResult.cs (1)
631translator.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)
252translator.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);
MSBuild (3)
NodeShutdown.cs (1)
108translator.TranslateException(ref _exception);
TaskHostTaskComplete.cs (1)
241translator.TranslateException(ref _taskException);
TaskParameter.cs (1)
252translator.TranslateException(ref exceptionParam);