2 implementations of ITranslatable
Microsoft.Build.Framework (2)
InterningReadTranslator.cs (1)
17internal sealed class InterningReadTranslator : ITranslatable
InterningWriteTranslator.cs (1)
26internal sealed class InterningWriteTranslator : ITranslatable
7 references to ITranslatable
Microsoft.Build.Framework (7)
BinaryTranslator.cs (4)
520where T : ITranslatable, new() 537where T : ITranslatable, new() 1281where T : ITranslatable, new() 1326where T : ITranslatable, new()
ITranslator.cs (3)
22/// Delegate for users that want to translate an arbitrary structure that doesn't implement <see cref="ITranslatable"/> (e.g. translating a complex collection) 266where T : ITranslatable, new(); 293where T : ITranslatable, new();