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