2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
370public void Translate<T, L>(ref ICollection<T> collection, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : ICollection<T> 1106public void Translate<T, L>(ref ICollection<T> collection, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : ICollection<T>
6 references to Translate
Microsoft.Build (3)
TaskHostConfiguration.cs (3)
445translator.Translate(collection: ref _warningsAsErrors, 452translator.Translate(collection: ref _warningsNotAsErrors, 459translator.Translate(collection: ref _warningsAsMessages,
MSBuild (3)
TaskHostConfiguration.cs (3)
445translator.Translate(collection: ref _warningsAsErrors, 452translator.Translate(collection: ref _warningsNotAsErrors, 459translator.Translate(collection: ref _warningsAsMessages,