2 implementations of Translate
MSBuildTaskHost (2)
BackEnd\BinaryTranslator.cs (2)
168public void Translate(ref string? value) 501public void Translate(ref string? value)
41 references to Translate
MSBuildTaskHost (41)
BackEnd\LogMessagePacketBase.cs (22)
426translator.Translate(ref message); 427translator.Translate(ref helpKeyword); 428translator.Translate(ref senderName); 457translator.Translate(ref code); 469translator.Translate(ref file); 475translator.Translate(ref subCategory); 484translator.Translate(ref code); 496translator.Translate(ref file); 502translator.Translate(ref subCategory); 514translator.Translate(ref commandLine); 517translator.Translate(ref taskName); 542translator.Translate(ref message); 543translator.Translate(ref helpKeyword); 544translator.Translate(ref senderName); 562translator.Translate(ref code); 574translator.Translate(ref file); 580translator.Translate(ref subCategory); 601translator.Translate(ref code); 613translator.Translate(ref file); 619translator.Translate(ref subCategory); 643translator.Translate(ref commandLine); 646translator.Translate(ref taskName);
BackEnd\TaskHostConfiguration.cs (9)
295translator.Translate(ref _startupDirectory); 325translator.Translate(ref _projectFileOfTask); 326translator.Translate(ref _taskName); 327translator.Translate(ref _taskLocation); 330translator.Translate(ref _targetName); 331translator.Translate(ref _projectFile); 339objectTranslator: (t, ref s) => t.Translate(ref s!), 342objectTranslator: (t, ref s) => t.Translate(ref s!), 345objectTranslator: (t, ref s) => t.Translate(ref s!),
BackEnd\TaskHostTaskComplete.cs (1)
161translator.Translate(ref _taskExceptionMessage);
BackEnd\TaskParameter.cs (9)
342translator.Translate(ref stringParam); 361translator.Translate(ref stringValue); 411translator.Translate(ref valueString); 440translator.Translate(ref valueString); 468translator.Translate(ref valueString); 497translator.Translate(ref valueString); 508translator.Translate(ref stringArray[i]); 751translator.Translate(ref _escapedItemSpec); 752translator.Translate(ref _escapedDefiningProject);