2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
181public void Translate(ref int value) 1005public void Translate(ref int value)
6 references to Translate
Microsoft.Build.Framework (6)
InterningReadTranslator.cs (3)
39_translator.Translate(ref key); 53_translator.Translate(ref directoryKey); 54_translator.Translate(ref fileNameKey);
InterningWriteTranslator.cs (3)
115_translator.Translate(ref index); 127_translator.Translate(ref directoryId); 128_translator.Translate(ref fileNameId);