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