2 instantiations of SimpleProjectRootElementCache
Microsoft.Build (2)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
39
private readonly SimpleProjectRootElementCache _cache = new
SimpleProjectRootElementCache
();
Definition\ProjectCollection.cs (1)
338
ProjectRootElementCache = new
SimpleProjectRootElementCache
();
1 reference to SimpleProjectRootElementCache
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
39
private readonly
SimpleProjectRootElementCache
_cache = new SimpleProjectRootElementCache();