2 implementations of Translate
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
343
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
1081
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
1 reference to Translate
MSBuildTaskHost (1)
TranslatorHelpers.cs (1)
72
translator.
Translate
(ref list, AdaptFactory(valueFactory), collectionFactory);