1 interface inheriting from ITranslatable
MSBuildTaskHost (1)
INodePacket.cs (1)
243
internal interface INodePacket :
ITranslatable
5 implementations of ITranslatable
MSBuildTaskHost (5)
AssemblyLoadInfo.cs (1)
20
internal abstract class AssemblyLoadInfo :
ITranslatable
, IEquatable<AssemblyLoadInfo>
AssemblyNameExtension.cs (1)
56
internal sealed class AssemblyNameExtension : ISerializable, IEquatable<AssemblyNameExtension>,
ITranslatable
InterningReadTranslator.cs (1)
17
internal sealed class InterningReadTranslator :
ITranslatable
InterningWriteTranslator.cs (1)
26
internal sealed class InterningWriteTranslator :
ITranslatable
TaskParameter.cs (1)
74
ITranslatable
17 references to ITranslatable
MSBuildTaskHost (17)
BinaryTranslator.cs (4)
521
where T :
ITranslatable
, new()
538
where T :
ITranslatable
, new()
1281
where T :
ITranslatable
, new()
1326
where T :
ITranslatable
, new()
ITranslator.cs (2)
266
where T :
ITranslatable
, new();
293
where T :
ITranslatable
, new();
TranslatorHelpers.cs (11)
32
NodePacketValueFactory<T> valueFactory) where T :
ITranslatable
48
private static ObjectTranslator<T> AdaptFactory<T>(NodePacketValueFactory<T> valueFactory) where T :
ITranslatable
61
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
70
NodePacketCollectionCreator<L> collectionFactory) where L : IList<T> where T :
ITranslatable
78
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
87
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
111
where T :
ITranslatable
143
where T :
ITranslatable
159
where T : class,
ITranslatable
170
where T : class,
ITranslatable
179
NodePacketCollectionCreator<HashSet<T>> collectionFactory) where T : class,
ITranslatable