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)
108
if (!spec.
TryGetTargetRelPath
(sourceRel, out string targetRel))
148
if (!spec.
TryGetTargetRelPath
(sourceRel, out string targetRel))
257
if (!spec.
TryGetTargetRelPath
(sourceRel, out string targetRel))