5 references to ItemTypes
Microsoft.Build (2)
Instance\ProjectInstance.cs (1)
385
var projectItemToInstanceMap = this.CreateItemsSnapshot(project.Items, project.
ItemTypes
.Count, keepEvaluationCache);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
44
/// Access to remote <see cref="Project.
ItemTypes
"/>.
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (2)
343
Verify(view.
ItemTypes
, real.
ItemTypes
, (a, b, p) => Assert.Equal(b, a), context);
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
38
public ICollection<string> ItemTypes => this.Source.
ItemTypes
;