2 implementations of Translate
Microsoft.Build.Framework (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>
4 references to Translate
Microsoft.Build (2)
BackEnd\Components\SdkResolution\SdkResult.cs (1)
87translator.Translate(ref _additionalPaths, (ITranslator t, ref string s) => t.Translate(ref s), count => new List<string>(count));
TranslatorHelpers.cs (1)
72translator.Translate(ref list, AdaptFactory(valueFactory), collectionFactory);
Microsoft.Build.Tasks.Core (1)
TranslatorHelpers.cs (1)
72translator.Translate(ref list, AdaptFactory(valueFactory), collectionFactory);
MSBuild (1)
TranslatorHelpers.cs (1)
72translator.Translate(ref list, AdaptFactory(valueFactory), collectionFactory);