2 implementations of Translate
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
228public void Translate(ref string value) 983public void Translate(ref string value)
52 references to Translate
MSBuildTaskHost (52)
AssemblyLoadInfo.cs (4)
105translator.Translate(ref assemblyName); 106translator.Translate(ref assemblyFile); 113translator.Translate(ref assemblyName); 114translator.Translate(ref assemblyFile);
AssemblyNameExtension.cs (1)
983translator.Translate(ref asString);
LogMessagePacketBase.cs (26)
477translator.Translate(ref assemblyLocation); 533translator.Translate(ref fileLocation); 878translator.Translate(ref message); 879translator.Translate(ref helpKeyword); 880translator.Translate(ref senderName); 914translator.Translate(ref code); 926translator.Translate(ref file); 932translator.Translate(ref subCategory); 941translator.Translate(ref code); 953translator.Translate(ref file); 959translator.Translate(ref subCategory); 971translator.Translate(ref commandLine); 974translator.Translate(ref taskName); 993translator.Translate(ref filePath); 1227translator.Translate(ref message); 1228translator.Translate(ref helpKeyword); 1229translator.Translate(ref senderName); 1248translator.Translate(ref code); 1260translator.Translate(ref file); 1266translator.Translate(ref subCategory); 1290translator.Translate(ref code); 1302translator.Translate(ref file); 1308translator.Translate(ref subCategory); 1335translator.Translate(ref commandLine); 1338translator.Translate(ref taskName); 1360translator.Translate(ref responseFilePath);
TaskHostConfiguration.cs (7)
415translator.Translate(ref _startupDirectory); 438translator.Translate(ref _projectFileOfTask); 439translator.Translate(ref _taskName); 440translator.Translate(ref _taskLocation); 446objectTranslator: (ITranslator t, ref string s) => t.Translate(ref s), 453objectTranslator: (ITranslator t, ref string s) => t.Translate(ref s), 460objectTranslator: (ITranslator t, ref string s) => t.Translate(ref s),
TaskHostTaskComplete.cs (1)
242translator.Translate(ref _taskExceptionMessage);
TaskParameter.cs (11)
453translator.Translate(ref escapedItemSpec); 454translator.Translate(ref escapedDefiningProject); 474translator.Translate(ref escapedItemSpec); 475translator.Translate(ref escapedDefiningProject); 549translator.Translate(ref stringParam); 567translator.Translate(ref stringValue); 616translator.Translate(ref valueString); 645translator.Translate(ref valueString); 670translator.Translate(ref valueString); 699translator.Translate(ref valueString); 710translator.Translate(ref stringArray[i]);
TranslatorHelpers.cs (2)
250translator.Translate(ref name); 257translator.Translate(ref codeBase);