2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
160
public void
Translate
(ref short value)
915
public void
Translate
(ref short value)
4 references to Translate
Microsoft.Build (1)
TaskParameter.cs (1)
525
translator.
Translate
(ref shortParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
775
TranslationHelpers.GetWriteTranslator().
Translate
(ref value);
778
TranslationHelpers.GetReadTranslator().
Translate
(ref deserializedValue);
MSBuild (1)
TaskParameter.cs (1)
525
translator.
Translate
(ref shortParam);