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)
74<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1029<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1065<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1237<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1332<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` />
Microsoft.Build.Framework (1)
Constants.cs (1)
173internal const string ProjectCachePlugin = nameof(ProjectCachePlugin);