1 instantiation of InterningReadTranslator
MSBuildTaskHost (1)
BinaryTranslator.cs (1)
80
_interner = new
InterningReadTranslator
(this);
2 references to InterningReadTranslator
MSBuildTaskHost (2)
BinaryTranslator.cs (1)
61
private readonly
InterningReadTranslator
_interner;
InterningReadTranslator.cs (1)
30
$"{nameof(
InterningReadTranslator
)} can only be used with {nameof(TranslationDirection.ReadFromStream)}.");