12 references to IncludeLocation
Microsoft.Build (12)
Definition\Project.cs (3)
2640
itemElement.
IncludeLocation
== null &&
2686
ProvenanceResult result = SingleItemSpecProvenance(itemElement.Include, itemElement.
IncludeLocation
, Operation.Include);
3330
string evaluatedExistingInclude = _data.Expander.ExpandIntoStringLeaveEscaped(candidateExistingItemXml.Include, ExpanderOptions.ExpandProperties, candidateExistingItemXml.
IncludeLocation
);
Evaluation\Evaluator.cs (4)
420
string evaluatedIncludeEscaped = expander.ExpandIntoStringLeaveEscaped(unevaluatedIncludeEscaped, ExpanderOptions.ExpandProperties, itemElement.
IncludeLocation
);
431
IList<I> itemsFromSplit = expander.ExpandSingleItemVectorExpressionIntoItems(includeSplitEscaped, itemFactory, ExpanderOptions.ExpandItems, false /* do not include null expansion results */, out throwaway, itemElement.
IncludeLocation
);
451
includeLocation: itemElement.
IncludeLocation
,
575
itemElement.
IncludeLocation
,
Evaluation\GlobResultBuilder.cs (1)
111
var includeItemspec = new ItemSpec<P, I>(itemElement.Include, expander, itemElement.
IncludeLocation
, itemElement.ContainingProject.DirectoryPath);
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
,