2 writes to Index
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.MetadataMatch.cs (2)
27Index = 0; 34Index = match.Index;
3 references to Index
Microsoft.Build (3)
Evaluation\Expander.ItemExpander.Transforms.cs (3)
562includeBuilder.Append(quotedExpressionFunction, 0, matches.Single.Index); 574includeBuilder.Append(quotedExpressionFunction, curIndex, match.Index - curIndex); 983curIndex = match.Index + match.Length;