3 writes to RootElementCache
Microsoft.Build (3)
Instance\ProjectInstance.cs (1)
2434_taskRegistry.RootElementCache = projectRootElementCache;
Instance\TaskRegistry.cs (2)
179RootElementCache = projectRootElementCache; 200RootElementCache = projectRootElementCache;
3 references to RootElementCache
Microsoft.Build (3)
Instance\TaskRegistry.cs (3)
237internal bool IsLoaded => RootElementCache != null; 547TaskRegistry toolsetRegistry = _toolset.GetOverrideTaskRegistry(targetLoggingContext, RootElementCache); 606TaskRegistry toolsetRegistry = _toolset.GetTaskRegistry(targetLoggingContext, RootElementCache);