40 references to ExpandIntoStringLeaveEscaped
Microsoft.Build (40)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (4)
196
string evaluatedValue = bucket.Expander.
ExpandIntoStringLeaveEscaped
(metadataInstance.Value, expanderOptions, metadataInstance.Location);
341
string evaluatedValue = bucket.Expander.
ExpandIntoStringLeaveEscaped
(metadataInstance.Value, ExpanderOptions.ExpandAll, metadataInstance.Location);
403
string evaluatedInclude = expander.
ExpandIntoStringLeaveEscaped
(originalItem.Include, ExpanderOptions.ExpandPropertiesAndMetadata, originalItem.IncludeLocation);
414
string evaluatedExclude = expander.
ExpandIntoStringLeaveEscaped
(originalItem.Exclude, ExpanderOptions.ExpandAll, originalItem.ExcludeLocation);
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
88
string evaluatedValue = bucket.Expander.
ExpandIntoStringLeaveEscaped
(property.Value, ExpanderOptions.ExpandAll, property.Location);
Definition\Project.cs (3)
3469
string evaluatedExistingInclude = _data.Expander.
ExpandIntoStringLeaveEscaped
(candidateExistingItemXml.Include, ExpanderOptions.ExpandProperties, candidateExistingItemXml.IncludeLocation);
3523
string evaluatedValueEscaped = _data.Expander.
ExpandIntoStringLeaveEscaped
(unevaluatedValue, ExpanderOptions.ExpandProperties, propertyLocation);
3580
string evaluatedValueEscaped = _data.Expander.
ExpandIntoStringLeaveEscaped
(unevaluatedValue, ExpanderOptions.ExpandAll, metadataLocation);
Definition\ProjectItem.cs (1)
502
value = expander.
ExpandIntoStringLeaveEscaped
(metadatum.EvaluatedValueEscaped, ExpanderOptions.ExpandBuiltInMetadata, metadatum.Location);
Evaluation\Evaluator.cs (7)
384
string evaluatedIncludeEscaped = expander.
ExpandIntoStringLeaveEscaped
(unevaluatedIncludeEscaped, ExpanderOptions.ExpandProperties, itemElement.IncludeLocation);
964
string expanded = _expander.
ExpandIntoStringLeaveEscaped
(currentProjectOrImport.DefaultTargets, ExpanderOptions.ExpandProperties, currentProjectOrImport.DefaultTargetsLocation);
1321
string evaluatedValue = _expander.
ExpandIntoStringLeaveEscaped
(propertyElement.Value, ExpanderOptions.ExpandProperties, propertyElement.Location);
1379
string evaluatedValue = _expander.
ExpandIntoStringLeaveEscaped
(metadataElement.Value, ExpanderOptions.ExpandPropertiesAndCustomMetadata, itemDefinitionElement.Location);
1787
return expander.
ExpandIntoStringLeaveEscaped
(value, Options, location);
2024
string importExpressionEscaped = _expander.
ExpandIntoStringLeaveEscaped
(unescapedExpression, ExpanderOptions.ExpandProperties, importElement.ProjectLocation);
2534
_expander.
ExpandIntoStringLeaveEscaped
(
Evaluation\Expander.cs (2)
480
string result =
ExpandIntoStringLeaveEscaped
(expression, options, elementLocation);
536
return ExpressionShredder.SplitSemiColonSeparatedList(
ExpandIntoStringLeaveEscaped
(expression, options, elementLocation));
Evaluation\ItemSpec.cs (1)
187
evaluatedItemspecEscaped = Expander.
ExpandIntoStringLeaveEscaped
(
Evaluation\LazyItemEvaluator.cs (5)
561
string evaluatedExclude = _expander.
ExpandIntoStringLeaveEscaped
(itemElement.Exclude, ExpanderOptions.ExpandProperties, itemElement.ExcludeLocation);
590
string evaluatedmatchOnMetadata = _expander.
ExpandIntoStringLeaveEscaped
(itemElement.MatchOnMetadata, ExpanderOptions.ExpandProperties, itemElement.MatchOnMetadataLocation);
599
string metadataExpanded = _expander.
ExpandIntoStringLeaveEscaped
(matchOnMetadataSplit, ExpanderOptions.ExpandPropertiesAndItems, itemElement.MatchOnMetadataLocation);
642
string expression = _expander.
ExpandIntoStringLeaveEscaped
(
649
expression = _expander.
ExpandIntoStringLeaveEscaped
(
Evaluation\LazyItemEvaluator.IncludeOperation.cs (1)
48
string excludeExpanded = _expander.
ExpandIntoStringLeaveEscaped
(exclude, ExpanderOptions.ExpandPropertiesAndItems, _itemElement.ExcludeLocation);
Evaluation\LazyItemEvaluator.LazyItemOperation.cs (2)
214
string evaluatedValue = _expander.
ExpandIntoStringLeaveEscaped
(metadataElement.Value, metadataExpansionOptions, metadataElement.Location);
252
string evaluatedValue = _expander.
ExpandIntoStringLeaveEscaped
(metadataElement.Value, metadataExpansionOptions, metadataElement.Location);
Instance\ProjectItemInstance.cs (1)
1448
return expander.
ExpandIntoStringLeaveEscaped
(escapedValue, ExpanderOptions.ExpandBuiltInMetadata, ElementLocation.EmptyLocation);
Instance\TaskRegistry.cs (12)
307
string taskName = expander.
ExpandIntoStringLeaveEscaped
(projectUsingTaskXml.TaskName, expanderOptions, projectUsingTaskXml.TaskNameLocation);
318
string taskFactory = expander.
ExpandIntoStringLeaveEscaped
(projectUsingTaskXml.TaskFactory, expanderOptions, projectUsingTaskXml.TaskFactoryLocation);
327
assemblyFile = expander.
ExpandIntoStringLeaveEscaped
(projectUsingTaskXml.AssemblyFile, expanderOptions, projectUsingTaskXml.AssemblyFileLocation);
331
assemblyName = expander.
ExpandIntoStringLeaveEscaped
(projectUsingTaskXml.AssemblyName, expanderOptions, projectUsingTaskXml.AssemblyNameLocation);
422
string runtime = expander.
ExpandIntoStringLeaveEscaped
(projectUsingTaskXml.Runtime, expanderOptions, projectUsingTaskXml.RuntimeLocation);
423
string architecture = expander.
ExpandIntoStringLeaveEscaped
(projectUsingTaskXml.Architecture, expanderOptions, projectUsingTaskXml.ArchitectureLocation);
424
string overrideUsingTask = expander.
ExpandIntoStringLeaveEscaped
(projectUsingTaskXml.Override, expanderOptions, projectUsingTaskXml.OverrideLocation);
1705
string expandedType = expander.
ExpandIntoStringLeaveEscaped
(taskElement.Evaluate, expanderOptions, taskElement.EvaluateLocation);
1723
_inlineTaskXmlBody = expander.
ExpandIntoStringLeaveEscaped
(taskElement.TaskBody, expanderOptions, taskElement.Location);
1746
string expandedType = expander.
ExpandIntoStringLeaveEscaped
(parameter.ParameterType, expanderOptions, parameter.ParameterTypeLocation);
1784
string expandedOutput = expander.
ExpandIntoStringLeaveEscaped
(parameter.Output, expanderOptions, parameter.OutputLocation);
1810
string expandedRequired = expander.
ExpandIntoStringLeaveEscaped
(parameter.Required, expanderOptions, parameter.RequiredLocation);