2 implementations of TranslateDictionary
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
715public void TranslateDictionary<D, T>(ref D dictionary, ObjectTranslator<T> objectTranslator) 1513public void TranslateDictionary<D, T>(ref D dictionary, ObjectTranslator<T> objectTranslator)
1 reference to TranslateDictionary
MSBuildTaskHost (1)
TranslatorHelpers.cs (1)
161translator.TranslateDictionary(ref dictionary, AdaptFactory(valueFactory));