2 implementations of Translate
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
322public void Translate(ref List<string> list) 1089public 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);