1 write to Separator
Microsoft.Build (1)
Evaluation\ExpressionShredder.cs (1)
739
Separator
= separator;
5 references to Separator
Microsoft.Build (5)
Evaluation\Expander.cs (5)
1046
if (firstItemExpressionCapture.Value == expression && firstItemExpressionCapture.
Separator
== null)
1101
if (itemExpressionCapture.
Separator
!= null)
2148
if (expressionCapture.
Separator
!= null)
2310
if (expressionCapture.
Separator
!= null)
2312
var joinedItems = string.Join(expressionCapture.
Separator
, itemsFromCapture.Select(i => i.Key));