2 implementations of Translate
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
343public void Translate<T, L>(ref IList<T> list, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T> 1081public 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)
72translator.Translate(ref list, AdaptFactory(valueFactory), collectionFactory);