1 instantiation of ReflectionLoadProbingPath
Microsoft.TemplateEngine.Edge (1)
ReflectionLoadProbingPath.cs (1)
28
Instance.Add(new
ReflectionLoadProbingPath
(basePath));
6 references to ReflectionLoadProbingPath
Microsoft.TemplateEngine.Edge (6)
ReflectionLoadProbingPath.cs (3)
17
private static readonly List<
ReflectionLoadProbingPath
> Instance = new List<
ReflectionLoadProbingPath
>();
213
foreach (
ReflectionLoadProbingPath
selector in Instance)
Settings\ComponentManager.cs (3)
34
ReflectionLoadProbingPath
.Reset();
37
ReflectionLoadProbingPath
.Add(loadLocation);
309
if (!
ReflectionLoadProbingPath
.HasLoaded(asmName))