2 implementations of TranslateArray
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
561public void TranslateArray<T>(ref T[] array, ObjectTranslator<T> objectTranslator) 1348public void TranslateArray<T>(ref T[] array, ObjectTranslator<T> objectTranslator)
1 reference to TranslateArray
MSBuildTaskHost (1)
TranslatorHelpers.cs (1)
80translator.TranslateArray(ref array, AdaptFactory(valueFactory));