1 interface inheriting from ITranslatable
MSBuildTaskHost (1)
INodePacket.cs (1)
233internal interface INodePacket : ITranslatable
3 implementations of ITranslatable
MSBuildTaskHost (3)
AssemblyLoadInfo.cs (1)
20internal abstract class AssemblyLoadInfo : ITranslatable, IEquatable<AssemblyLoadInfo>
AssemblyNameExtension.cs (1)
56internal sealed class AssemblyNameExtension : ISerializable, IEquatable<AssemblyNameExtension>, ITranslatable
TaskParameter.cs (1)
76ITranslatable
15 references to ITranslatable
MSBuildTaskHost (15)
BinaryTranslator.cs (4)
529where T : ITranslatable, new() 546where T : ITranslatable, new() 1229where T : ITranslatable, new() 1274where T : ITranslatable, new()
ITranslator.cs (2)
278where T : ITranslatable, new(); 305where T : ITranslatable, new();
TranslatorHelpers.cs (9)
32NodePacketValueFactory<T> valueFactory) where T : ITranslatable 48private static ObjectTranslator<T> AdaptFactory<T>(NodePacketValueFactory<T> valueFactory) where T : ITranslatable 61NodePacketValueFactory<T> valueFactory) where T : class, ITranslatable 70NodePacketCollectionCreator<L> collectionFactory) where L : IList<T> where T : ITranslatable 78NodePacketValueFactory<T> valueFactory) where T : class, ITranslatable 87NodePacketValueFactory<T> valueFactory) where T : class, ITranslatable 97where T : class, ITranslatable 108where T : class, ITranslatable 117NodePacketCollectionCreator<HashSet<T>> collectionFactory) where T : class, ITranslatable