2 implementations of Translate
MSBuildTaskHost (2)
BackEnd\BinaryTranslator.cs (2)
223
public void
Translate
<T, L>(ref ICollection<T>? collection, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory)
539
public void
Translate
<T, L>(
3 references to Translate
MSBuildTaskHost (3)
BackEnd\TaskHostConfiguration.cs (3)
338
translator.
Translate
(collection: ref _warningsAsErrors,
341
translator.
Translate
(collection: ref _warningsNotAsErrors,
344
translator.
Translate
(collection: ref _warningsAsMessages,