2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
277public void Translate(ref string[] array) 997public void Translate(ref string[] array)
10 references to Translate
Microsoft.Build (3)
BackEnd\Shared\BuildRequestBlocker.cs (1)
231translator.Translate(ref _targetsInProgress);
TaskHostTaskComplete.cs (1)
243translator.Translate(ref _taskExceptionMessageArgs);
TaskParameter.cs (1)
600translator.Translate(ref stringArrayParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
826TranslationHelpers.GetWriteTranslator().Translate(ref value); 829TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
Microsoft.Build.Tasks.Core (3)
ResGenDependencies.cs (2)
244translator.Translate(ref linkedFiles); 338translator.Translate(ref outputFiles);
SystemState.cs (1)
178translator.Translate(ref scatterFiles);
MSBuild (2)
TaskHostTaskComplete.cs (1)
243translator.Translate(ref _taskExceptionMessageArgs);
TaskParameter.cs (1)
600translator.Translate(ref stringArrayParam);