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