2 implementations of TranslateDictionary
MSBuildTaskHost (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)
1 reference to TranslateDictionary
MSBuildTaskHost (1)
TranslatorHelpers.cs (1)
110translator.TranslateDictionary(ref dictionary, AdaptFactory(valueFactory), collectionCreator);