2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
160public void Translate(ref byte value) 1050public void Translate(ref byte value)
7 references to Translate
Microsoft.Build (1)
TaskParameter.cs (1)
335translator.Translate(ref byteParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1343TranslationHelpers.GetWriteTranslator().Translate(ref value); 1346TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
Microsoft.Build.Tasks.Core (3)
StateFileBase.cs (2)
55translator.Translate(ref _serializedVersion); 90translator.Translate(ref version);
TaskParameter.cs (1)
335translator.Translate(ref byteParam);
MSBuild (1)
TaskParameter.cs (1)
335translator.Translate(ref byteParam);