2 implementations of Translate
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
441
public void
Translate
<T, L>(ref ICollection<T> collection, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : ICollection<T>
1310
public void
Translate
<T, L>(ref ICollection<T> collection, ObjectTranslator<T> objectTranslator, NodePacketCollectionCreator<L> collectionFactory) where L : ICollection<T>
3 references to Translate
MSBuildTaskHost (3)
TaskHostConfiguration.cs (3)
451
translator.
Translate
(collection: ref _warningsAsErrors,
458
translator.
Translate
(collection: ref _warningsNotAsErrors,
465
translator.
Translate
(collection: ref _warningsAsMessages,