1 implementation of TryGetTargetRelPath
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
GlobalRunSpec.cs (1)
76
public bool
TryGetTargetRelPath
(string sourceRelPath, out string targetRelPath)
3 references to TryGetTargetRelPath
Microsoft.TemplateEngine.Core (3)
Util\Orchestrator.cs (3)
125
if (!spec.
TryGetTargetRelPath
(sourceRel, out string targetRel))
165
if (!spec.
TryGetTargetRelPath
(sourceRel, out string targetRel))
274
if (!spec.
TryGetTargetRelPath
(sourceRel, out string targetRel))