2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
259public void Translate(ref double value) 1118public void Translate(ref double value)
5 references to Translate
Microsoft.Build (1)
TaskParameter.cs (1)
359translator.Translate(ref doubleParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
1315TranslationHelpers.GetWriteTranslator().Translate(ref value); 1318TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
Microsoft.Build.Tasks.Core (1)
TaskParameter.cs (1)
359translator.Translate(ref doubleParam);
MSBuild (1)
TaskParameter.cs (1)
359translator.Translate(ref doubleParam);