2 implementations of ITranslatable
Microsoft.Build.Framework (2)
InterningReadTranslator.cs (1)
17internal sealed class InterningReadTranslator : ITranslatable
InterningWriteTranslator.cs (1)
26internal sealed class InterningWriteTranslator : ITranslatable
8 references to ITranslatable
Microsoft.Build.Framework (8)
BinaryTranslator.cs (4)
553where T : ITranslatable, new() 570where T : ITranslatable, new() 1358where T : ITranslatable, new() 1403where T : ITranslatable, new()
ITranslator.cs (4)
22/// Delegate for users that want to translate an arbitrary structure that doesn't implement <see cref="ITranslatable"/> (e.g. translating a complex collection) 29/// Delegate for users that want to translate an arbitrary structure that doesn't implement <see cref="ITranslatable"/> (e.g. translating a complex collection) 301where T : ITranslatable, new(); 328where T : ITranslatable, new();