2 implementations of TranslateArray
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
557
public void
TranslateArray
<T>(ref T[] array, ObjectTranslator<T> objectTranslator)
1344
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));