3 writes to RootElementCache
Microsoft.Build (3)
Instance\ProjectInstance.cs (1)
2508
_taskRegistry.
RootElementCache
= projectRootElementCache;
Instance\TaskRegistry.cs (2)
178
RootElementCache
= projectRootElementCache;
199
RootElementCache
= projectRootElementCache;
3 references to RootElementCache
Microsoft.Build (3)
Instance\TaskRegistry.cs (3)
236
internal bool IsLoaded =>
RootElementCache
!= null;
543
TaskRegistry toolsetRegistry = _toolset.GetOverrideTaskRegistry(targetLoggingContext,
RootElementCache
);
602
TaskRegistry toolsetRegistry = _toolset.GetTaskRegistry(targetLoggingContext,
RootElementCache
);