1 interface inheriting from ITranslatable
MSBuildTaskHost (1)
INodePacket.cs (1)
263
internal interface INodePacket :
ITranslatable
6 implementations of ITranslatable
MSBuildTaskHost (6)
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 (2)
78
ITranslatable
544
ITranslatable
17 references to ITranslatable
MSBuildTaskHost (17)
BinaryTranslator.cs (4)
584
where T :
ITranslatable
, new()
601
where T :
ITranslatable
, new()
1413
where T :
ITranslatable
, new()
1458
where T :
ITranslatable
, new()
ITranslator.cs (2)
301
where T :
ITranslatable
, new();
328
where T :
ITranslatable
, new();
TranslatorHelpers.cs (11)
36
NodePacketValueFactory<T> valueFactory) where T :
ITranslatable
52
private static ObjectTranslatorWithValueFactory<T> AdaptFactory<T>(NodePacketValueFactory<T> valueFactory) where T :
ITranslatable
65
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
74
NodePacketCollectionCreator<L> collectionFactory) where L : IList<T> where T :
ITranslatable
82
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
91
NodePacketValueFactory<T> valueFactory) where T : class,
ITranslatable
115
where T :
ITranslatable
148
where T :
ITranslatable
165
where T : class,
ITranslatable
176
where T : class,
ITranslatable
266
NodePacketCollectionCreator<HashSet<T>> collectionFactory) where T : class,
ITranslatable