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