2 implementations of TranslateDictionary
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
699
public void
TranslateDictionary
<T>(ref Dictionary<string, T> dictionary, IEqualityComparer<string> comparer, ObjectTranslator<T> objectTranslator)
1438
public void
TranslateDictionary
<T>(ref Dictionary<string, T> dictionary, IEqualityComparer<string> comparer, ObjectTranslator<T> objectTranslator)
1 reference to TranslateDictionary
MSBuildTaskHost (1)
TranslatorHelpers.cs (1)
89
translator.
TranslateDictionary
(ref dictionary, comparer, AdaptFactory(valueFactory));