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