16 references to ItemTypeNames
Microsoft.Build (8)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
179ICollection<ProjectItemInstance> items = projectInstance.GetItems(ItemTypeNames.ProjectCachePlugin);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
1028var projectReferenceItems = _buildRequestEntry.RequestConfiguration.Project.GetItems(ItemTypeNames.ProjectReference);
BackEnd\Shared\BuildRequestConfiguration.cs (1)
831var items = Project.GetItems(ItemTypeNames.GraphIsolationExemptReference);
Evaluation\Evaluator.cs (1)
846foreach (var item in _data.GetItems(ItemTypeNames.ProjectCachePlugin))
Graph\ProjectInterpretation.cs (3)
91projectReferenceItems = requesterInstance.GetItems(ItemTypeNames.ProjectReference); 95projectReferenceItems = requesterInstance.GetItems(ItemTypeNames.ProjectReference); 497ICollection<ProjectItemInstance> projectReferenceTargets = project.GetItems(ItemTypeNames.ProjectReferenceTargets);
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1006!string.Equals(itemType, ItemTypeNames.EmbedInBinlog, StringComparison.OrdinalIgnoreCase) ||
Microsoft.Build.Engine.UnitTests (8)
BackEnd\BuildRequestConfiguration_Tests.cs (1)
552<{ItemTypeNames.GraphIsolationExemptReference} Include=`{glob};ShouldNotMatchAnything`/>
Graph\GraphLoadedFromSolution_tests.cs (1)
602edges.First().Value.ItemType.ShouldBe(ItemTypeNames.ProjectReference);
ProjectCache\ProjectCacheTests.cs (6)
74<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1029<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1065<{ItemTypeNames.ProjectCachePlugin} Include='{SamplePluginAssemblyPath.Value}' /> 1237<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` /> 1238<{ItemTypeNames.ProjectReferenceTargets} Include=`Build` Targets=`Build` /> 1332<{ItemTypeNames.ProjectCachePlugin} Include=`{SamplePluginAssemblyPath.Value}` />