2 implementations of TranslateDictionary
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
748public void TranslateDictionary<D, T>(ref D dictionary, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<D> dictionaryCreator) 1546public void TranslateDictionary<D, T>(ref D dictionary, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<D> dictionaryCreator)
1 reference to TranslateDictionary
MSBuildTaskHost (1)
TranslatorHelpers.cs (1)
175translator.TranslateDictionary(ref dictionary, AdaptFactory(valueFactory), collectionCreator);