2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
169public void Translate(ref short value) 1059public void Translate(ref short value)
5 references to Translate
Microsoft.Build (1)
TaskParameter.cs (1)
341translator.Translate(ref shortParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1357TranslationHelpers.GetWriteTranslator().Translate(ref value); 1360TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
Microsoft.Build.Tasks.Core (1)
TaskParameter.cs (1)
341translator.Translate(ref shortParam);
MSBuild (1)
TaskParameter.cs (1)
341translator.Translate(ref shortParam);