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