8 references to ProjectCachePlugin
Microsoft.Build (2)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
179ICollection<ProjectItemInstance> items = projectInstance.GetItems(ItemTypeNames.ProjectCachePlugin);
Evaluation\Evaluator.cs (1)
846foreach (var item in _data.GetItems(ItemTypeNames.ProjectCachePlugin))
Microsoft.Build.Engine.UnitTests (5)
ProjectCache\ProjectCacheTests.cs (5)
77<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1032<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1068<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1240<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1335<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` />
Microsoft.Build.Framework (1)
Constants.cs (1)
173internal const string ProjectCachePlugin = nameof(ProjectCachePlugin);