2 implementations of InternPath
Microsoft.Build.Framework (2)
BinaryTranslator.cs (2)
879public void InternPath(ref string str, bool nullable = true) 1746public void InternPath(ref string str, bool nullable = true)
2 references to InternPath
Microsoft.Build.Framework (2)
BackEnd\TranslatorHelpers.cs (2)
136(ITranslator translator, ref string val) => translator.InternPath(ref val), 151(ITranslator translator, ref string key) => translator.InternPath(ref key),