8 references to Imports
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
1416
foreach (ProjectImportElement importElement in importGroupElement.
Imports
)
Microsoft.Build.Engine.OM.UnitTests (7)
Construction\ProjectImportGroupElement_Tests.cs (3)
170
Assert.Equal(0, Helpers.Count(importGroup.
Imports
));
333
ProjectImportElement import = (ProjectImportElement)Helpers.GetFirst(importGroup.
Imports
);
360
ProjectImportElement import = (ProjectImportElement)Helpers.GetFirst(importGroup.
Imports
);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
856
ViewValidation.Verify(viewXml.
Imports
, realXml.
Imports
, ViewValidation.Verify, context);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (2)
600
Assert.Empty(importGroup.View.
Imports
);
603
Assert.Equal(2, importGroup.View.
Imports
.Count);