2 implementations of Intern
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
815
public void
Intern
(ref string str, bool nullable = true)
1631
public void
Intern
(ref string str, bool nullable = true)
4 references to Intern
MSBuildTaskHost (4)
TranslatorHelpers.cs (4)
100
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
101
(ITranslator translator, ref string val) => translator.
Intern
(ref val),
116
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
132
(ITranslator translator, ref string key) => translator.
Intern
(ref key),