2 implementations of InternPath
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
893public void InternPath(ref string str, bool nullable = true) 1751public void InternPath(ref string str, bool nullable = true)
2 references to InternPath
MSBuildTaskHost (2)
TranslatorHelpers.cs (2)
138(ITranslator translator, ref string val) => translator.InternPath(ref val), 153(ITranslator translator, ref string key) => translator.InternPath(ref key),