2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
203public void Translate(ref long value) 936public void Translate(ref long value)
8 references to Translate
Microsoft.Build (5)
LogMessagePacketBase.cs (4)
1012translator.Translate(ref id); 1016translator.Translate(ref parentId); 1479translator.Translate(ref id); 1483translator.Translate(ref parentId);
TaskParameter.cs (1)
535translator.Translate(ref longParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
718TranslationHelpers.GetWriteTranslator().Translate(ref value); 721TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
MSBuild (1)
TaskParameter.cs (1)
535translator.Translate(ref longParam);