2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
241public void Translate(ref long value) 1055public void Translate(ref long value)
7 references to Translate
Microsoft.Build (5)
BackEnd\Components\Communications\LogMessagePacket.cs (4)
166translator.Translate(ref id); 170translator.Translate(ref parentId); 454translator.Translate(ref id); 458translator.Translate(ref parentId);
src\msbuild\src\Shared\TaskParameter.cs (1)
350translator.Translate(ref longParam);
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\TaskParameter.cs (1)
350translator.Translate(ref longParam);
MSBuild (1)
src\msbuild\src\Shared\TaskParameter.cs (1)
350translator.Translate(ref longParam);