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)
215
DirectoryInfo info = new DirectoryInfo(Path.Combine(selector.
_path
, stringName));
231
else if (File.Exists(Path.Combine(selector.
_path
, stringName + ".dll")))
233
FileInfo f = new FileInfo(Path.Combine(selector.
_path
, stringName + ".dll"));