2 writes to s_projectRootElementCacheBase
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
173s_projectRootElementCacheBase = new ProjectRootElementCache(true /* automatically reload any changes from disk */); 572s_projectRootElementCacheBase = null;
3 references to s_projectRootElementCacheBase
Microsoft.Build (3)
BackEnd\Node\OutOfProcNode.cs (3)
171if (s_projectRootElementCacheBase == null) 718s_projectRootElementCacheBase.SetParserIgnoreConfiguration(configuration.BuildParameters.ParserIgnoreConfiguration); 720_buildParameters.ProjectRootElementCache = s_projectRootElementCacheBase;