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)
520
where T :
ITranslatable
, new()
537
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)
35
NodePacketValueFactory<T> valueFactory) where T :
ITranslatable
51
private static ObjectTranslator<T> AdaptFactory<T>(NodePacketValueFactory<T> valueFactory) where T :
ITranslatable
64
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
73
NodePacketCollectionCreator<L> collectionFactory) where L : IList<T> where T :
ITranslatable
81
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
90
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
114
where T :
ITranslatable
146
where T :
ITranslatable
162
where T : class,
ITranslatable
173
where T : class,
ITranslatable
198
NodePacketCollectionCreator<HashSet<T>> collectionFactory) where T : class,
ITranslatable