2 implementations of TranslateDictionary
Microsoft.Build.Framework (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)
3 references to TranslateDictionary
Microsoft.Build (1)
TranslatorHelpers.cs (1)
89
translator.
TranslateDictionary
(ref dictionary, comparer, AdaptFactory(valueFactory));
Microsoft.Build.Tasks.Core (1)
TranslatorHelpers.cs (1)
89
translator.
TranslateDictionary
(ref dictionary, comparer, AdaptFactory(valueFactory));
MSBuild (1)
TranslatorHelpers.cs (1)
89
translator.
TranslateDictionary
(ref dictionary, comparer, AdaptFactory(valueFactory));