1 interface inheriting from ITranslatable
MSBuildTaskHost (1)
INodePacket.cs (1)
263internal interface INodePacket : ITranslatable
6 implementations of ITranslatable
MSBuildTaskHost (6)
AssemblyLoadInfo.cs (1)
20internal abstract class AssemblyLoadInfo : ITranslatable, IEquatable<AssemblyLoadInfo>
AssemblyNameExtension.cs (1)
56internal sealed class AssemblyNameExtension : ISerializable, IEquatable<AssemblyNameExtension>, ITranslatable
InterningReadTranslator.cs (1)
17internal sealed class InterningReadTranslator : ITranslatable
InterningWriteTranslator.cs (1)
26internal sealed class InterningWriteTranslator : ITranslatable
TaskParameter.cs (2)
78ITranslatable 544ITranslatable
17 references to ITranslatable
MSBuildTaskHost (17)
BinaryTranslator.cs (4)
584where T : ITranslatable, new() 601where T : ITranslatable, new() 1413where T : ITranslatable, new() 1458where T : ITranslatable, new()
ITranslator.cs (2)
301where T : ITranslatable, new(); 328where T : ITranslatable, new();
TranslatorHelpers.cs (11)
36NodePacketValueFactory<T> valueFactory) where T : ITranslatable 52private static ObjectTranslatorWithValueFactory<T> AdaptFactory<T>(NodePacketValueFactory<T> valueFactory) where T : ITranslatable 65NodePacketValueFactory<T> valueFactory) where T : class, ITranslatable 74NodePacketCollectionCreator<L> collectionFactory) where L : IList<T> where T : ITranslatable 82NodePacketValueFactory<T> valueFactory) where T : class, ITranslatable 91NodePacketValueFactory<T> valueFactory) where T : class, ITranslatable 115where T : ITranslatable 148where T : ITranslatable 165where T : class, ITranslatable 176where T : class, ITranslatable 266NodePacketCollectionCreator<HashSet<T>> collectionFactory) where T : class, ITranslatable