3 references to ProjectCachePlugin
Microsoft.Build (2)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
180ICollection<ProjectItemInstance> items = projectInstance.GetItems(ItemTypeNames.ProjectCachePlugin);
Evaluation\Evaluator.cs (1)
859foreach (var item in _data.GetItems(ItemTypeNames.ProjectCachePlugin))
Microsoft.Build.Framework (1)
MSBuildConstants.cs (1)
185internal const string ProjectCachePlugin = nameof(ProjectCachePlugin);