1 write to _project
MSBuild.Benchmarks (1)
LookupGetItemsBenchmark.cs (1)
55
_project
= project.CreateProjectInstance();
2 references to _project
MSBuild.Benchmarks (2)
LookupGetItemsBenchmark.cs (2)
65
var item = new ProjectItemInstance(
_project
, ItemType, include,
_project
.FullPath);