2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
321public void Translate(ref List<string> list) 1089public void Translate(ref List<string> list)
2 references to Translate
Microsoft.Build.Framework (2)
InterningReadTranslator.cs (1)
75_translator.Translate(ref _strings);
InterningWriteTranslator.cs (1)
165translator.Translate(ref _strings);