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