2 implementations of TranslateDictionary
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
730
public void
TranslateDictionary
<T>(ref Dictionary<string, T> dictionary, IEqualityComparer<string> comparer, ObjectTranslatorWithValueFactory<T> objectTranslator, NodePacketValueFactory<T> valueFactory)
1588
public void
TranslateDictionary
<T>(ref Dictionary<string, T> dictionary, IEqualityComparer<string> comparer, ObjectTranslatorWithValueFactory<T> objectTranslator, NodePacketValueFactory<T> valueFactory)
1 reference to TranslateDictionary
Microsoft.Build.Framework (1)
BackEnd\TranslatorHelpers.cs (1)
91
translator.
TranslateDictionary
(ref dictionary, comparer, AdaptFactory(valueFactory), valueFactory);