2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
219public void Translate(ref double value) 974public void Translate(ref double value)
4 references to Translate
Microsoft.Build (1)
TaskParameter.cs (1)
543translator.Translate(ref doubleParam);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BinaryTranslator_Tests.cs (2)
728TranslationHelpers.GetWriteTranslator().Translate(ref value); 731TranslationHelpers.GetReadTranslator().Translate(ref deserializedValue);
MSBuild (1)
TaskParameter.cs (1)
543translator.Translate(ref doubleParam);