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