2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
210public void Translate(ref long value) 965public void Translate(ref long value)
8 references to Translate
Microsoft.Build (5)
LogMessagePacketBase.cs (4)
1071translator.Translate(ref id); 1075translator.Translate(ref parentId); 1538translator.Translate(ref id); 1542translator.Translate(ref parentId);
TaskParameter.cs (1)
537translator.Translate(ref longParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
714TranslationHelpers.GetWriteTranslator().Translate(ref value); 717TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
MSBuild (1)
TaskParameter.cs (1)
537translator.Translate(ref longParam);