2 implementations of Intern
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
819
public void
Intern
(ref string str, bool nullable = true)
1635
public void
Intern
(ref string str, bool nullable = true)
4 references to Intern
MSBuildTaskHost (4)
TranslatorHelpers.cs (4)
103
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
104
(ITranslator translator, ref string val) => translator.
Intern
(ref val),
119
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
135
(ITranslator translator, ref string key) => translator.
Intern
(ref key),