2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
411
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslatorWithValueFactory<T> objectTranslator, NodePacketValueFactory<T> valueFactory, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
1243
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslatorWithValueFactory<T> objectTranslator, NodePacketValueFactory<T> valueFactory, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
1 reference to Translate
Microsoft.Build.Framework (1)
BackEnd\TranslatorHelpers.cs (1)
74
translator.
Translate
(ref list, AdaptFactory(valueFactory), valueFactory, collectionFactory);