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