2 implementations of InternPath
MSBuildTaskHost (2)
BinaryTranslator.cs (2)
854
public void
InternPath
(ref string str, bool nullable = true)
1669
public void
InternPath
(ref string str, bool nullable = true)
2 references to InternPath
MSBuildTaskHost (2)
TranslatorHelpers.cs (2)
133
(ITranslator translator, ref string val) => translator.
InternPath
(ref val),
148
(ITranslator translator, ref string key) => translator.
InternPath
(ref key),