2 implementations of Intern
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
840
public void
Intern
(ref string str, bool nullable = true)
1708
public void
Intern
(ref string str, bool nullable = true)
4 references to Intern
Microsoft.Build.Framework (4)
BackEnd\TranslatorHelpers.cs (4)
102
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
103
(ITranslator translator, ref string val) => translator.
Intern
(ref val),
118
(ITranslator translator, ref string key) => translator.
Intern
(ref key),
135
(ITranslator translator, ref string key) => translator.
Intern
(ref key),