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)
165translator.Translate(ref id); 169translator.Translate(ref parentId); 453translator.Translate(ref id); 457translator.Translate(ref parentId);
src\msbuild\src\Shared\TaskParameter.cs (1)
358translator.Translate(ref longParam);
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\TaskParameter.cs (1)
358translator.Translate(ref longParam);
MSBuild (1)
src\msbuild\src\Shared\TaskParameter.cs (1)
358translator.Translate(ref longParam);