12 references to IncludeLocation
Microsoft.Build (12)
Definition\Project.cs (4)
2614
var includeItemspec = new EvaluationItemSpec(itemElement.Include, _data.Expander, itemElement.
IncludeLocation
, itemElement.ContainingProject.DirectoryPath);
2769
itemElement.
IncludeLocation
== null &&
2815
ProvenanceResult result = SingleItemSpecProvenance(itemElement.Include, itemElement.
IncludeLocation
, Operation.Include);
3458
string evaluatedExistingInclude = _data.Expander.ExpandIntoStringLeaveEscaped(candidateExistingItemXml.Include, ExpanderOptions.ExpandProperties, candidateExistingItemXml.
IncludeLocation
);
Evaluation\Evaluator.cs (4)
384
string evaluatedIncludeEscaped = expander.ExpandIntoStringLeaveEscaped(unevaluatedIncludeEscaped, ExpanderOptions.ExpandProperties, itemElement.
IncludeLocation
);
395
IList<I> itemsFromSplit = expander.ExpandSingleItemVectorExpressionIntoItems(includeSplitEscaped, itemFactory, ExpanderOptions.ExpandItems, false /* do not include null expansion results */, out throwaway, itemElement.
IncludeLocation
);
415
includeLocation: itemElement.
IncludeLocation
,
539
itemElement.
IncludeLocation
,
Evaluation\LazyItemEvaluator.cs (2)
510
if (itemElement.
IncludeLocation
!= null)
552
ProcessItemSpec(rootDirectory, itemElement.Include, itemElement.
IncludeLocation
, operationBuilder);
Evaluation\LazyItemEvaluator.IncludeOperation.cs (2)
69
elementLocation: _itemElement.
IncludeLocation
);
129
includeLocation: _itemElement.
IncludeLocation
,