2 implementations of TranslateDictionary
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
757public void TranslateDictionary<D, T>(ref D dictionary, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<D> dictionaryCreator) 1494public void TranslateDictionary<D, T>(ref D dictionary, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<D> dictionaryCreator)
3 references to TranslateDictionary
Microsoft.Build (1)
TranslatorHelpers.cs (1)
110translator.TranslateDictionary(ref dictionary, AdaptFactory(valueFactory), collectionCreator);
Microsoft.Build.Tasks.Core (1)
TranslatorHelpers.cs (1)
110translator.TranslateDictionary(ref dictionary, AdaptFactory(valueFactory), collectionCreator);
MSBuild (1)
TranslatorHelpers.cs (1)
110translator.TranslateDictionary(ref dictionary, AdaptFactory(valueFactory), collectionCreator);