6 references to ExpandPropertiesAndMetadata
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
403
string evaluatedInclude = expander.ExpandIntoStringLeaveEscaped(originalItem.Include, ExpanderOptions.
ExpandPropertiesAndMetadata
, originalItem.IncludeLocation);
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
413
var targetInputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetInputSpecification, ExpanderOptions.
ExpandPropertiesAndMetadata
, _targetToAnalyze.InputsLocation);
414
var targetOutputs = bucket.Expander.ExpandIntoStringListLeaveEscaped(TargetOutputSpecification, ExpanderOptions.
ExpandPropertiesAndMetadata
, _targetToAnalyze.OutputsLocation);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
1229
var outputItemSpecs = bucket.Expander.ExpandIntoStringListLeaveEscaped(taskParameterAttribute, ExpanderOptions.
ExpandPropertiesAndMetadata
, taskItemInstance.TaskParameterLocation);
Evaluation\Evaluator.cs (2)
1367
if (EvaluateCondition(itemDefinitionElement, ExpanderOptions.
ExpandPropertiesAndMetadata
, ParserOptions.AllowPropertiesAndCustomMetadata))
1377
if (EvaluateCondition(metadataElement, ExpanderOptions.
ExpandPropertiesAndMetadata
, ParserOptions.AllowPropertiesAndCustomMetadata))