1 write to _path
Microsoft.TemplateEngine.Edge (1)
ReflectionLoadProbingPath.cs (1)
23_path = path;
3 references to _path
Microsoft.TemplateEngine.Edge (3)
ReflectionLoadProbingPath.cs (3)
215DirectoryInfo info = new DirectoryInfo(Path.Combine(selector._path, stringName)); 231else if (File.Exists(Path.Combine(selector._path, stringName + ".dll"))) 233FileInfo f = new FileInfo(Path.Combine(selector._path, stringName + ".dll"));