2 implementations of Translate
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
432public void Translate<T, L>(ref ICollection<T> collection, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : ICollection<T> 1256public 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)
src\msbuild\src\Shared\TaskHostConfiguration.cs (3)
517translator.Translate(collection: ref _warningsAsErrors, 520translator.Translate(collection: ref _warningsNotAsErrors, 523translator.Translate(collection: ref _warningsAsMessages,
MSBuild (3)
src\msbuild\src\Shared\TaskHostConfiguration.cs (3)
517translator.Translate(collection: ref _warningsAsErrors, 520translator.Translate(collection: ref _warningsNotAsErrors, 523translator.Translate(collection: ref _warningsAsMessages,