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