8 references to ProjectCachePlugin
Microsoft.Build (2)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
179ICollection<ProjectItemInstance> items = projectInstance.GetItems(ItemTypeNames.ProjectCachePlugin);
Evaluation\Evaluator.cs (1)
854foreach (var item in _data.GetItems(ItemTypeNames.ProjectCachePlugin))
Microsoft.Build.Engine.UnitTests (5)
ProjectCache\ProjectCacheTests.cs (5)
75<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1030<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1066<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1238<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1333<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` />
Microsoft.Build.Framework (1)
Constants.cs (1)
183internal const string ProjectCachePlugin = nameof(ProjectCachePlugin);