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