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