2 implementations of TranslateArray
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
569public void TranslateArray<T>(ref T[] array, ObjectTranslator<T> objectTranslator) 1296public void TranslateArray<T>(ref T[] array, ObjectTranslator<T> objectTranslator)
3 references to TranslateArray
Microsoft.Build (1)
TranslatorHelpers.cs (1)
80translator.TranslateArray(ref array, AdaptFactory(valueFactory));
Microsoft.Build.Tasks.Core (1)
TranslatorHelpers.cs (1)
80translator.TranslateArray(ref array, AdaptFactory(valueFactory));
MSBuild (1)
TranslatorHelpers.cs (1)
80translator.TranslateArray(ref array, AdaptFactory(valueFactory));