2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
395
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
1267
public void
Translate
<T, L>(ref IList<T> list, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : IList<T>
1 reference to Translate
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResult.cs (1)
89
translator.
Translate
(ref _additionalPaths, (ITranslator t, ref string s) => t.Translate(ref s), count => new List<string>(count));