2 writes to s_projectRootElementCacheBase
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
168s_projectRootElementCacheBase = new ProjectRootElementCache(true /* automatically reload any changes from disk */); 548s_projectRootElementCacheBase = null;
2 references to s_projectRootElementCacheBase
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
166if (s_projectRootElementCacheBase == null) 696_buildParameters.ProjectRootElementCache = s_projectRootElementCacheBase;