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