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