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)
513where T : ITranslatable, new() 530where T : ITranslatable, new() 1193where T : ITranslatable, new() 1238where T : ITranslatable, new()
ITranslator.cs (2)
266where T : ITranslatable, new(); 293where 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