1 write to s_projectRootElementCache
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
359
s_projectRootElementCache
= ProjectRootElementCache;
2 references to s_projectRootElementCache
Microsoft.Build (2)
Definition\ProjectCollection.cs (2)
346
else if (reuseProjectRootElementCache &&
s_projectRootElementCache
!= null)
348
ProjectRootElementCache =
s_projectRootElementCache
;