2 writes to Index
Microsoft.Build (2)
Evaluation\Expander.cs (2)
3404Index = 0; 3411Index = match.Index;
3 references to Index
Microsoft.Build (3)
Evaluation\Expander.cs (3)
2931includeBuilder.Append(quotedExpressionFunction, 0, matches.Single.Index); 2943includeBuilder.Append(quotedExpressionFunction, curIndex, match.Index - curIndex); 3324curIndex = match.Index + match.Length;