14 references to IncludeLocation
Microsoft.Build (12)
Definition\Project.cs (4)
2619
var includeItemspec = new EvaluationItemSpec(itemElement.Include, _data.Expander, itemElement.
IncludeLocation
, itemElement.ContainingProject.DirectoryPath);
2760
itemElement.
IncludeLocation
== null &&
2806
ProvenanceResult result = SingleItemSpecProvenance(itemElement.Include, itemElement.
IncludeLocation
, Operation.Include);
3449
string evaluatedExistingInclude = _data.Expander.ExpandIntoStringLeaveEscaped(candidateExistingItemXml.Include, ExpanderOptions.ExpandProperties, candidateExistingItemXml.
IncludeLocation
);
Evaluation\Evaluator.cs (4)
371
string evaluatedIncludeEscaped = expander.ExpandIntoStringLeaveEscaped(unevaluatedIncludeEscaped, ExpanderOptions.ExpandProperties, itemElement.
IncludeLocation
);
382
IList<I> itemsFromSplit = expander.ExpandSingleItemVectorExpressionIntoItems(includeSplitEscaped, itemFactory, ExpanderOptions.ExpandItems, false /* do not include null expansion results */, out throwaway, itemElement.
IncludeLocation
);
402
includeLocation: itemElement.
IncludeLocation
,
526
itemElement.
IncludeLocation
,
Evaluation\LazyItemEvaluator.cs (2)
510
if (itemElement.
IncludeLocation
!= null)
552
ProcessItemSpec(rootDirectory, itemElement.Include, itemElement.
IncludeLocation
, operationBuilder);
Evaluation\LazyItemEvaluator.IncludeOperation.cs (2)
74
elementLocation: _itemElement.
IncludeLocation
);
120
includeLocation: _itemElement.
IncludeLocation
,
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
905
VerifySameLocation(realXml.
IncludeLocation
, viewXml.
IncludeLocation
, context);