2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
164public void Translate(ref short value) 983public void Translate(ref short value)
4 references to Translate
Microsoft.Build (1)
TaskParameter.cs (1)
523translator.Translate(ref shortParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1357TranslationHelpers.GetWriteTranslator().Translate(ref value); 1360TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
MSBuild (1)
TaskParameter.cs (1)
523translator.Translate(ref shortParam);