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