2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
414
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslatorWithValueFactory<T> objectTranslator, NodePacketValueFactory<T> valueFactory, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
1285
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslatorWithValueFactory<T> objectTranslator, NodePacketValueFactory<T> valueFactory, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
3 references to Translate
Microsoft.Build (1)
TranslatorHelpers.cs (1)
76
translator.
Translate
(ref list, AdaptFactory(valueFactory), valueFactory, collectionFactory);
Microsoft.Build.Tasks.Core (1)
TranslatorHelpers.cs (1)
76
translator.
Translate
(ref list, AdaptFactory(valueFactory), valueFactory, collectionFactory);
MSBuild (1)
TranslatorHelpers.cs (1)
76
translator.
Translate
(ref list, AdaptFactory(valueFactory), valueFactory, collectionFactory);