1 write to Index
Microsoft.Build (1)
Evaluation\ExpressionShredder.cs (1)
982
Index
= index;
8 references to Index
Microsoft.Build (8)
Evaluation\Expander.ItemExpander.cs (4)
350
itemVector.
Index
== 0 && itemVector.Length == expression.Length,
689
if (currentItem.
Index
> lastStringIndex)
696
builder.Append(expression, lastStringIndex, currentItem.
Index
- lastStringIndex);
706
lastStringIndex = currentItem.
Index
+ currentItem.Length;
Evaluation\Expander.MetadataExpander.cs (4)
100
else if (itemVector.
Index
== 0 && itemVector.Length == expression.Length && itemVector.Separator == null)
137
if (itemVector.
Index
> start)
139
ScanAndExpandMetadata(expression, start, itemVector.
Index
);
159
return itemVector.
Index
+ itemVector.Length;