2 implementations of Intern
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
854
public void
Intern
(ref string str, bool nullable = true)
1713
public void
Intern
(ref string str, bool nullable = true)
4 references to Intern
MSBuildTaskHost (4)
TranslatorHelpers.cs (4)
104
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
105
(ITranslator translator, ref string val) => translator.
Intern
(ref val),
120
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
137
(ITranslator translator, ref string key) => translator.
Intern
(ref key),