8 instantiations of SimpleProjectRootElementCache
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
39private readonly SimpleProjectRootElementCache _cache = new SimpleProjectRootElementCache();
Definition\ProjectCollection.cs (1)
311ProjectRootElementCache = new SimpleProjectRootElementCache();
Microsoft.Build.Engine.UnitTests (6)
Evaluation\SimpleProjectRootElementCache_Tests.cs (6)
37var cache = new SimpleProjectRootElementCache(); 51var cache = new SimpleProjectRootElementCache(); 69var cache = new SimpleProjectRootElementCache(); 87var cache = new SimpleProjectRootElementCache(); 100var cache = new SimpleProjectRootElementCache(); 119var cache = new SimpleProjectRootElementCache();
8 references to SimpleProjectRootElementCache
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
39private readonly SimpleProjectRootElementCache _cache = new SimpleProjectRootElementCache();
Microsoft.Build.Engine.UnitTests (7)
Evaluation\ProjectCollection_Tests.cs (1)
26collectionWithSimpleCache.ProjectRootElementCache.ShouldBeOfType<SimpleProjectRootElementCache>();
Evaluation\SimpleProjectRootElementCache_Tests.cs (6)
37var cache = new SimpleProjectRootElementCache(); 51var cache = new SimpleProjectRootElementCache(); 69var cache = new SimpleProjectRootElementCache(); 87var cache = new SimpleProjectRootElementCache(); 100var cache = new SimpleProjectRootElementCache(); 119var cache = new SimpleProjectRootElementCache();