2 implementations of TranslateDictionary
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
699public void TranslateDictionary<T>(ref Dictionary<string, T> dictionary, IEqualityComparer<string> comparer, ObjectTranslator<T> objectTranslator) 1438public void TranslateDictionary<T>(ref Dictionary<string, T> dictionary, IEqualityComparer<string> comparer, ObjectTranslator<T> objectTranslator)
3 references to TranslateDictionary
Microsoft.Build (1)
TranslatorHelpers.cs (1)
89translator.TranslateDictionary(ref dictionary, comparer, AdaptFactory(valueFactory));
Microsoft.Build.Tasks.Core (1)
TranslatorHelpers.cs (1)
89translator.TranslateDictionary(ref dictionary, comparer, AdaptFactory(valueFactory));
MSBuild (1)
TranslatorHelpers.cs (1)
89translator.TranslateDictionary(ref dictionary, comparer, AdaptFactory(valueFactory));