2 implementations of Translate
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
318public void Translate(ref List<string> list) 1085public void Translate(ref List<string> list)
2 references to Translate
MSBuildTaskHost (2)
InterningReadTranslator.cs (1)
75_translator.Translate(ref _strings);
InterningWriteTranslator.cs (1)
165translator.Translate(ref _strings);